MCP tool tour — the BRAF V600E variant-to-trials chain (zh notes)
PASS9sprompt: zhartifact: zh
Prompt (verbatim)
n/a — this scenario is a deterministic stdio JSON-RPC probe, not a prompted agent session.
What happened
- The WorkBuddy connector's third zh example (“查找 BRAF V600E 变异的相关药物与临床试验”) executed at the raw MCP layer.
- Four keyless calls chain variant -> gene -> drugs -> trials in 9 seconds, token-free.
- Same probe mechanics as the EN tour; bilingual notes captured with each response.
Evidence
The evidence below is in Chinese — a true-run output, untranslated.
| Tool | Assert | ms |
|---|---|---|
variant_search | pass | 2210 |
gene_get | pass | 189 |
gene_drugs | pass | 954 |
trial_search | pass | 1377 |
gene_drugs
Drugs targeting BRAF (OpenTargets).
Request
{
"symbol": "BRAF"
}
Response (excerpt)
[{"drug_name":"BELVARAFENIB","source":"opentargets","action_type":"Small molecule"},{"drug_name":"PLIXORAFENIB",…},{"drug_name":"SORAFENIB",…}]trial_search
Interventional trials touching BRAF melanoma.
Request
{
"query": "BRAF melanoma",
"limit": 3
}
Response (excerpt)
{"studies":[{"nct_id":"NCT01597908","title":"Dabrafenib Plus Trametinib vs Vemurafenib Alone in Unresectable or Metastatic BRAF V600E/K Cutaneous Melanoma","status":"COMPLETED",…}]}Objective checks
checks passed: 5/5
| Fan-out mode | n/a — no agent; deterministic probe |
|---|---|
| Provenance | 3380cc6 · biomcp@1.1.1 |
Replay
node demos/run-demo.mjs --only mcp-tool-tour-zh --publish
Token-free replay — a deterministic stdio JSON-RPC probe (network + npx only, no LLM).
In the repository: README · transcript · result.json · artifact directory (permalink)