search_grounded_evidence
Searches PubMed for mechanistic evidence to answer clinical, pharmacological, or mechanistic questions. Returns an evidence projection with novelty verdicts, entailment grades, and contradictions.
Instructions
Look up PubMed-grounded mechanistic evidence for ANY clinical,
pharmacological, or mechanistic question (utility / fallback tool — a
lighter-weight sibling of generate_experiment, not limited to any
one domain).
ASYNC (submit + poll): runs the SAME full TransBench pipeline as
generate_experiment (not a separate, cheaper retrieval path), so it is
just as slow (~60-120s) and is likewise non-blocking — it STARTS the run
and returns a job handle immediately. You MUST then poll
get_experiment_result(job_id) until status is "done"/
"error". On "done", result is the smaller, evidence-focused
projection: for each hypothesis its novelty verdict and every retrieved
evidence item (each with a resolvable citation, an entailment verdict, and
an evidence grade), plus the deduplicated reference list, any
contradictions surfaced, and the uncertainty note. Omits axes/
top_experiment/run_manifest.
Args: question: A free-text clinical/pharmacological/mechanistic question (3-8000 characters), any domain.
Returns:
Immediately: {"job_id", "status": "running", "poll_tool": "get_experiment_result", "message"}. Poll
get_experiment_result(job_id) — on "done" its result is the
grounded-evidence projection (carrying the fixed research-only
disclaimer), on "error" its result is {"error", "message", "status_code"}. Obviously invalid input is rejected inline (no job).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||