| name | target-open-targets |
| kind | oneshot |
| domain | target |
| description | Open Targets gene-disease association lookup via the official MCP connector. One GraphQL round trip per gene. Emits Tier C informational evidence. |
target-open-targets
For each gene on the profile, query Open Targets (official MCP connector, one
GraphQL round trip) for gene-disease associations relevant to the existing
diagnosis. Emits Tier C informational EvidenceRecords: association score,
the disease, and a resolvable Open Targets URL as source_url.
Framing rules (spec §2): report associations as literature/association facts
("associated with ... in Open Targets"), never as anything the patient "has".
STATUS: stub. The MCP call is not wired yet; run_specialist returns [] so the
coordinator runs cleanly end-to-end. Wire the Open Targets MCP connector, map each
association to an EvidenceRecord(domain="target", tier="C", ...), and verify the
source_url is well-formed before emitting.