add_api
Add a new API configuration to the openapi-mcp-proxy server by specifying a name, base URL, optional description, and custom headers for efficient API management and exploration.
Instructions
Add a new API configuration with name, URL and optional description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional description | |
headers | No | Optional HTTP headers for authentication (e.g., {'Authorization': 'Bearer token', 'X-API-Key': 'key'}) | |
name | Yes | Short name for the API | |
url | Yes | Base URL of the FastAPI service |