Skip to main content
Glama

Glide API MCP Server

by knmurphy

update_table_row

Modify specific row data in a Glide app table by providing the app ID, table ID, row ID, and updated column values through the Glide API MCP Server.

Instructions

Update an existing row in a table

Input Schema

NameRequiredDescriptionDefault
appIdYesID of the Glide app
rowIdYesID of the row to update
tableIdYesID of the table
valuesYesNew column values for the row

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "ID of the Glide app", "type": "string" }, "rowId": { "description": "ID of the row to update", "type": "string" }, "tableId": { "description": "ID of the table", "type": "string" }, "values": { "additionalProperties": true, "description": "New column values for the row", "type": "object" } }, "required": [ "appId", "tableId", "rowId", "values" ], "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