Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

get_api_info

Retrieve essential details about an API, such as endpoints and data models, by providing the API name or URL. Streamlines API exploration without loading full schemas, enabling efficient analysis and discovery of its structure.

Instructions

Get general information about an API

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" } }, "required": [ "api" ], "type": "object" }

Other Tools from openapi-mcp-proxy

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nyudenkov/openapi-mcp-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server