Skip to main content
Glama

Xano MCP Server

get-api-spec

Retrieve and convert Swagger API specifications into minified markdown or JSON formats for concise documentation or full specifications.

Instructions

Get and convert Swagger specification for an API group to a minified markdown format

Input Schema

NameRequiredDescriptionDefault
apigroup_idYesID of the API group to get specification for
formatNoOutput format: 'markdown' for concise documentation or 'json' for full specificationmarkdown

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apigroup_id": { "description": "ID of the API group to get specification for", "type": "string" }, "format": { "default": "markdown", "description": "Output format: 'markdown' for concise documentation or 'json' for full specification", "enum": [ "markdown", "json" ], "type": "string" } }, "required": [ "apigroup_id" ], "type": "object" }
Install Server

Other Tools from Xano MCP Server

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/lowcodelocky2/xano-mcp'

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