Get KIT operation schema
get_operation_schemaRetrieve full API operation schema by ID: method, path, parameters, content type, pagination, and JSON schemas for request and response. Use to shape payloads before calling create or update tools.
Instructions
Get full metadata for one KIT API operation by operationId: HTTP method, path, path/query parameters, request content type, pagination info, and the fully dereferenced JSON schemas of the request body and response. Call this before kit_request or any create/update tool to learn the exact body shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | Operation id in PascalCase, e.g. "CreateProduct" (find it via search_operations) |