Skip to main content
Glama

Xano MCP Server

by SarimSiddd

get_table_content

Retrieve content from a specific table using the table ID, with optional pagination support for managing large datasets efficiently. Part of the Xano MCP Server for secure API interactions.

Instructions

Get content from a table

Input Schema

NameRequiredDescriptionDefault
paginationNo
tableIdYesID of the table

Input Schema (JSON Schema)

{ "properties": { "pagination": { "properties": { "items": { "description": "Items per page", "type": "number" }, "page": { "description": "Page number", "type": "number" } }, "type": "object" }, "tableId": { "description": "ID of the table", "type": "string" } }, "required": [ "tableId" ], "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/SarimSiddd/xano_mcp'

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