Skip to main content
Glama

Xano MCP Server

add-api

Add a new API to an API group in the Xano MCP Server by specifying its ID, name, description, HTTP verb, and optional tags for organization.

Instructions

Add a new API to an API group

Input Schema

NameRequiredDescriptionDefault
apigroup_idYesID of the API group to add the API to
descriptionYesDescription of the API
docsNoDocumentation for the API
nameYesName of the API
tagNoTags to associate with the API
verbYesHTTP verb for the API

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apigroup_id": { "description": "ID of the API group to add the API to", "type": "string" }, "description": { "description": "Description of the API", "type": "string" }, "docs": { "description": "Documentation for the API", "type": "string" }, "name": { "description": "Name of the API", "type": "string" }, "tag": { "description": "Tags to associate with the API", "items": { "type": "string" }, "type": "array" }, "verb": { "description": "HTTP verb for the API", "enum": [ "GET", "POST", "DELETE", "PUT", "PATCH", "HEAD" ], "type": "string" } }, "required": [ "apigroup_id", "name", "description", "verb" ], "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