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
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | ID of the Glide app | |
limit | No | Maximum number of rows to return | |
offset | No | Number of rows to skip | |
tableId | Yes | ID of the table |