Skip to main content
Glama

Glide API MCP Server

by knmurphy

get_table_rows

Retrieve rows from a specific table in a Glide app by specifying the app ID, table ID, and optional parameters like row limit and offset. Facilitates data access and management through the Glide API MCP Server.

Instructions

Get rows from a table in a Glide app

Input Schema

NameRequiredDescriptionDefault
appIdYesID of the Glide app
limitNoMaximum number of rows to return
offsetNoNumber of rows to skip
tableIdYesID of the table

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "ID of the Glide app", "type": "string" }, "limit": { "description": "Maximum number of rows to return", "minimum": 1, "type": "number" }, "offset": { "description": "Number of rows to skip", "minimum": 0, "type": "number" }, "tableId": { "description": "ID of the table", "type": "string" } }, "required": [ "appId", "tableId" ], "type": "object" }

Other Tools from Glide API 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/knmurphy/glide-api-mcp-server'

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