Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DIR | Yes | Directory containing OpenAPI specifications to load |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
refresh-api-catalog | Refresh the API catalog |
get-api-catalog | Get the API catalog, the catalog contains metadata about all openapi specifications, their operations and schemas |
search-api-operations | Search for operations across specifications |
search-api-schemas | Search for schemas across specifications |
load-api-operation-by-operationId | Load an operation by operationId |
load-api-operation-by-path-and-method | Load an operation by path and method |
load-api-schema-by-schemaName | Load a schema by schemaName |