Tool | Short Description |
---|---|
get-component | Gets detailed definition for a specific component |
get-endpoint | Gets detailed information about a specific API endpoint |
get-examples | Gets examples for a specific component or endpoint |
get-path-parameters | Gets the parameters for a specific path |
get-request-body | Gets the request body schema for a specific endpoint |
get-response-schema | Gets the response schema for an endpoint, method, status |
list-components | Lists all schema components (schemas, parameters, responses) |
list-endpoints | Lists all API paths and methods with summaries |
list-security-schemes | Lists all available security schemes |
search-schema | Searches across paths, operations, and schemas |
get-component
name
(string): Component nameopenapiSchemaPath
(string): Path to the OpenAPI schema filetype
(string): Component type (e.g., schemas, parameters, responses)get-endpoint
method
(string)openapiSchemaPath
(string): Path to the OpenAPI schema filepath
(string)get-examples
openapiSchemaPath
(string): Path to the OpenAPI schema filetype
(string): Type of example to retrievecomponentName
(string, optional): Component name (for component examples)componentType
(string, optional): Component type (for component examples)method
(string, optional): HTTP method (for request/response examples)path
(string, optional): API path (for request/response examples)statusCode
(string, optional): Status code (for response examples)get-path-parameters
openapiSchemaPath
(string): Path to the OpenAPI schema filepath
(string)method
(string, optional)get-request-body
method
(string)openapiSchemaPath
(string): Path to the OpenAPI schema filepath
(string)get-response-schema
method
(string)openapiSchemaPath
(string): Path to the OpenAPI schema filepath
(string)statusCode
(string, optional)list-components
openapiSchemaPath
(string): Path to the OpenAPI schema filelist-endpoints
openapiSchemaPath
(string): Path to the OpenAPI schema filelist-security-schemes
openapiSchemaPath
(string): Path to the OpenAPI schema filesearch-schema
openapiSchemaPath
(string): Path to the OpenAPI schema filepattern
(string): Search pattern (case-insensitive)