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 |
|---|---|
| fetch_swagger_info | Fetch Swagger/OpenAPI documentation to discover available API endpoints |
| list_endpoints | List all available API endpoints after fetching Swagger documentation |
| get_endpoint_details | Get detailed information about a specific API endpoint |
| execute_api_request | Execute an API request to a specific endpoint |
| validate_api_response | Validate an API response against the schema from Swagger documentation |