get_evidence
Query the evidence graph: observation cells (tool × test-scenario × criterion) → verdict, score, the researcher's note, and the REAL artifacts (input/output screenshots) that prove it. The ground truth behind every ranking — filter any combination of tool(s), scenario (slug, group tag, or name), criterion, verdict, or evidence state. evidence_state: "verified" = artifact-backed, "observed" = noted without artifact, "scored-only" = number only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Tool slug or name, e.g. "landing-ai". | |
| limit | No | Max cells (default 50). | |
| tools | No | Several tools at once. | |
| ranking | No | Ranking page slug — scope cells to the evidence run that published ranking is bound to (exactly what the page renders). | |
| verdict | No | ||
| evidence | No | ||
| scenario | No | Scenario slug, cross-run group tag (e.g. "scanned-research-paper"), or name fragment. | |
| criterion | No | Criterion slug or name, e.g. "table extraction". |