List server capabilities (free)
kimi_capabilitiesCheck what an MCP server offers: list its tools, pricing tiers, stability, and a result fingerprint for caching. Fetch detailed schemas when needed.
Instructions
List this server's tools, tiers, and the result fingerprint. Free — no model call. Clients can cache by the fingerprint.
detail="summary" (default) returns each tool's name, cost, stability, and
error_codes — the facts tools/list does not already carry — plus async_lifecycle,
but only for the *_async tools. detail="full" adds
use_when/returns/required_params/key_optional_params, restating what you already hold.
detail="contracts" omits tool_details.
Pass include_schemas to also embed the full 'error-envelope', 'result-meta', 'capabilities-result', and/or 'status-result' schema, and/or the 'parameter-contracts' document (a contract doc, not a JSON Schema) — a tool-reachable fallback to the kimi:// resources for resource-blind clients. It works in any detail mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | What to return: 'summary' (default) returns each tool's name, cost, stability, and error_codes; the *_async tools also get async_lifecycle. 'full' adds use_when, returns, and the parameter lists (which tools/list already carries). 'contracts' drops tool_details: fetch a schema, or recheck fingerprint, without re-paying for the inventory. | summary |
| include_schemas | No | Opt-in tool-reachable fallback for resource-blind clients: also embed the full 'error-envelope', 'result-meta', 'capabilities-result', and/or 'status-result' schema, and/or the 'parameter-contracts' document (a contract doc, not a JSON Schema, sourced from the kimi://params resource body), in the response — the default payload omits them and points at the kimi:// resources instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |