Get KIT operation schema
get_operation_schemaRetrieve full KIT API operation metadata by operationId: HTTP method, path, parameters, pagination, and dereferenced JSON schemas for request and response. Use it to learn the exact body shape before calling create or update operations.
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) |