Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
add_api | Add a new API configuration with name, URL and optional description |
list_saved_apis | List all saved API configurations |
remove_api | Remove a saved API configuration |
get_api_info | Get general information about an API |
list_endpoints | List all endpoints in an API |
search_endpoints | Search endpoints by query in path, description, or tags |
get_endpoint_details | Get detailed information about a specific endpoint |
list_models | List all data models in an API |
get_model_schema | Get detailed schema for a specific model |