Skip to main content
Glama

Unbundle OpenAPI Specs MCP

by auto-browse

extract_openapi_endpoints

Extract specific endpoints from a large OpenAPI definition file to create a smaller, focused API specification. Input the path to the original file, list endpoints to keep, and save the condensed output for targeted use.

Input Schema

NameRequiredDescriptionDefault
endpointsToKeepYesList of exact endpoint paths to keep (e.g., ['/users', '/users/{id}']).
inputApiPathYesAbsolute path to the large input OpenAPI definition file.
outputApiPathYesAbsolute path where the final, smaller bundled OpenAPI file should be saved.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpointsToKeep": { "description": "List of exact endpoint paths to keep (e.g., ['/users', '/users/{id}']).", "items": { "type": "string" }, "type": "array" }, "inputApiPath": { "description": "Absolute path to the large input OpenAPI definition file.", "type": "string" }, "outputApiPath": { "description": "Absolute path where the final, smaller bundled OpenAPI file should be saved.", "type": "string" } }, "required": [ "inputApiPath", "endpointsToKeep", "outputApiPath" ], "type": "object" }

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