Skip to main content
Glama

Xano MCP Server

create-api-group

Create and configure a new API group in a Xano workspace, including enabling Swagger documentation, adding tags, and specifying a branch for organization.

Instructions

Create a new API group in the Xano workspace

Input Schema

NameRequiredDescriptionDefault
branchNoBranch name for the API group
descriptionYesDescription of the API group
docsNoDocumentation for the API group
nameYesName of the API group
swaggerYesWhether to enable Swagger documentation
tagNoTags to associate with the API group

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Branch name for the API group", "type": "string" }, "description": { "description": "Description of the API group", "type": "string" }, "docs": { "description": "Documentation for the API group", "type": "string" }, "name": { "description": "Name of the API group", "type": "string" }, "swagger": { "description": "Whether to enable Swagger documentation", "type": "boolean" }, "tag": { "anyOf": [ { "anyOf": [ { "not": {} }, { "items": { "type": "string" }, "type": "array" } ] }, { "type": "null" } ], "description": "Tags to associate with the API group" } }, "required": [ "name", "description", "swagger" ], "type": "object" }

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