find_agent_readiness
INFLUENCE — the agent-readiness leaderboard across the whole catalog. Rank providers by agent readiness, and filter to those that DO satisfy (has) or do NOT satisfy (missing) specific dimensions — e.g. has="mcp_server,protected_resource_metadata" is the OAuth-capable MCP cohort, missing="agent_card" is the addressable market for a fix. Returns agent score + band alongside the Kin Score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has | No | Comma-separated dimensions the provider MUST satisfy (ANDed), e.g. mcp_server,idempotency. | |
| band | No | Restrict to one or more agent-readiness bands. | |
| page | No | ||
| sort | No | Ranked by agent readiness, highest first. | |
| limit | No | ||
| context | No | Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable. | |
| missing | No | Comma-separated dimensions the provider must NOT satisfy (ANDed) — the gap view. | |
| min_score | No | Minimum agent-readiness score, 0-100. |