Skip to main content
Glama

fetch_openapi_spec

Retrieve OpenAPI specification content from one or more URLs to integrate API documentation into development workflows using SushiMCP.

Instructions

Fetches the content of one or more OpenAPI spec URLs.

Input Schema

NameRequiredDescriptionDefault
inputYesURL string, URL object, or array of URL/objects to fetch OpenAPI specs from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "anyOf": [ { "format": "uri", "type": "string" }, { "additionalProperties": false, "properties": { "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "additionalProperties": false, "properties": { "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" } ] }, "type": "array" } ], "description": "URL string, URL object, or array of URL/objects to fetch OpenAPI specs from" } }, "required": [ "input" ], "type": "object" }

Other Tools from SushiMCP

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/maverickg59/sushimcp'

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