find_capability
Find websites where an agent can accomplish a task. Returns probe-verified agent-readiness signals, unverified apparent actions read from page content, the verification tier, how each site was found (it declared agent access, probe discovery, or it was submitted), and a report URL to cite. Returns count:0 with an empty_note when nothing in the index matches — never a nearest guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | What you are trying to do, in plain language | |
| has_md | No | Only sites with verified markdown (negotiation or a .md twin). Omit both class flags for the whole index — the default. | |
| country | No | ISO 3166-1 alpha-2, e.g. GB | |
| has_mcp | No | Only sites whose MCP server answered tools/list when we tested; results include the tool names | |
| has_webmcp | No | Only sites whose in-page WebMCP tools were RUNTIME-VERIFIED: the page was executed in a headless browser with a modelContext supplied, and it registered at least one tool. Source-only hosts — the registration code is present but registers nothing when the page runs — are excluded, exactly as an MCP card that never answers is. Results include the registered tool names. | |
| entity_type | No | ||
| has_endpoint | No | Only sites with a verified endpoint surface (working MCP server or API catalog). | |
| transactional | No | Only sites where an agent can act, not just read |