Skip to main content
Glama

Unbundle OpenAPI Specs MCP

by auto-browse

split_openapi

Divide a single OpenAPI specification file into multiple files for easier management and organization. Specify input file path and output directory to generate structured API documentation.

Input Schema

NameRequiredDescriptionDefault
apiPathYesAbsolute path to the input OpenAPI definition file.
outputDirYesAbsolute path to the directory for split output files.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiPath": { "description": "Absolute path to the input OpenAPI definition file.", "type": "string" }, "outputDir": { "description": "Absolute path to the directory for split output files.", "type": "string" } }, "required": [ "apiPath", "outputDir" ], "type": "object" }

You must be authenticated.

Other Tools from Unbundle OpenAPI Specs MCP

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/auto-browse/unbundle_openapi_mcp'

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