list_capabilities
List and filter available capabilities—datasets, tools, resources, prompts, skills, and runtime libraries—with kind, provider, binding, and execution owner. Narrow by type, provider, or binding.
Instructions
List the unified capability catalog visible to the caller — datasets, MCP tools, resources and prompts, skills, native tools, and runtime libraries — with each entry's kind, provider, binding, and execution owner. Filter by kinds, provider_ids, or binding_ids to narrow the catalog. Use get_capability for one entry's detail, route_capabilities to pick the best entry for an objective, and list_skills for the skill subset. Read-only. Returns the catalog entries with capability_id, kind, provider_id, binding_id, execution_owner, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Keep only these capability kinds. | |
| binding_ids | No | Keep only capabilities from these bindings. | |
| provider_ids | No | Keep only capabilities from these providers. |