describe
Fetch a specific tool's depth—description, pricing, facet breakdown, or graded probe evidence—when you need more than the recommendation summary.
Instructions
Pull ONE tool's detail on demand — the depth recommend deliberately leaves out. Ask only
for the section you'll actually branch on:
"about" — what the tool is: description, capabilities, kind, endpoint. Static.
"price" — the full per-plan cost breakdown behind the ranking's one-line price. Static.
"facets" — this route's per-facet breakdown for that tool (raw value, kano, contribution).
"evidence" — the real graded probes nearest the query: the task asked, what the tool returned, and how the judges scored it. This is the audit trail behind the capability number.
facets and evidence are route-relative, so pass the same query (and facets) you gave
recommend. about/price need only tool_id. Defaults to ["about"].
Connect steps are NOT here — connect_info(tool_id) owns those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| facets | No | ||
| tool_id | Yes | ||
| sections | No | ||
| evidence_k | No |