Skip to main content
Glama

Xano MCP Server

browse-apis

Explore and filter APIs within a specific API group, using pagination, search terms, and sorting options for efficient navigation and management within the Xano MCP Server.

Instructions

Browse APIs in a specific API group

Input Schema

NameRequiredDescriptionDefault
apigroup_idYesID of the API group to browse
orderNoSort order
pageNoPage number for pagination
per_pageNoNumber of items per page
searchNoSearch term to filter APIs
sortNoField to sort by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apigroup_id": { "description": "ID of the API group to browse", "type": "string" }, "order": { "description": "Sort order", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "per_page": { "description": "Number of items per page", "type": "number" }, "search": { "description": "Search term to filter APIs", "type": "string" }, "sort": { "description": "Field to sort by", "enum": [ "created_at", "updated_at", "name" ], "type": "string" } }, "required": [ "apigroup_id" ], "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