Skip to main content
Glama

Xano MCP Server

list-api-groups

Browse and filter API groups in the Xano workspace. Use pagination, search, and sorting options to organize and locate specific groups efficiently.

Instructions

Browse all API groups in the Xano workspace

Input Schema

NameRequiredDescriptionDefault
orderNoSort order
pageNoPage number for pagination
per_pageNoNumber of items per page
searchNoSearch term to filter API groups
sortNoField to sort by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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 API groups", "type": "string" }, "sort": { "description": "Field to sort by", "enum": [ "created_at", "updated_at", "name" ], "type": "string" } }, "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