Get Capabilities
get_capabilitiesIdentify available Premiere Pro operations and check backend coverage, authority, and verification needs. Use keyword or exact-name search to find ranked tool matches and session availability.
Instructions
Discover Premiere operations and report backend coverage, authority, and verification requirements. Use tool_query with task keywords (for example transcript, captions, or review frames) for ranked, bounded matches available in this session. Use tool_names for exact lookups or tool_offset/tool_limit for paging. Discovery never grants authority or proves a live host is ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_limit | No | Maximum tool catalog entries to return. Omit with tool_offset to preserve the complete legacy response. | |
| tool_names | No | Optional exact tool-name allowlist. Returns only those catalog entries while retaining the overall capability summary. | |
| tool_query | No | Optional case-insensitive keywords matched against tool names and descriptions. Exact names rank first. Search defaults to 20 results with descriptions and session availability; page with tool_offset/tool_limit. | |
| tool_offset | No | Zero-based offset into the filtered tool catalog. Pair with tool_limit for an explicitly sized page. | |
| available_only | No | Filter to tools registered under this session's authority and tool packs. Defaults to true for tool_query, false otherwise. Set false to diagnose unavailable matches; this does not enable them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |