get_ranking
Full ranking detail as a JSON+Markdown envelope: ranked tools (rank/badge/scores), criteria, winner, breakdown (JSON) + verdicts / final take (Markdown). Every ranked tool carries proof: real artifact URLs from the exact evidence run this page is bound to, each with the /evidence permalink for the finding it proves — verdict and proof arrive together, no second call needed to cite evidence. proof.artifact_count is the true total and proof.all_findings is the get_evidence call that returns all of it. null if unknown. Pass fields to project to only the keys you need (token-efficient).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Ranking slug, e.g. "resume-parsing-api" (from list_rankings). | |
| proof | No | How many proof artifacts to inline. "sample" (default) = up to 6 per tool, spread across distinct criteria so you see breadth; "full" = every artifact; "none" = counts only, no URLs. Counts (artifact_count / finding_count) are the TRUE totals in every mode, so you can always tell what you did not receive. | |
| fields | No | Optional projection: return ONLY these top-level fields (identity id/name/title/slug/url is always included) to control response size. Available: id, title, slug, url, abstract, read_time, tested_date, category, use_case, personas, tags, winner, methodology, tools, breakdown, final_take, evidence_run. |