Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port on which the server will run | 3000 |
NODE_ENV | No | The environment (development, production, test) | |
LOG_LEVEL | No | Logging level (info, error, debug) |
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 |