Glide API MCP Server

by knmurphy

add_table_row

Insert a new row into a specified table within a Glide app by providing the app ID, table ID, and required column values via the Glide API MCP Server.

Instructions

Add a new row to a table in a Glide app

Input Schema

NameRequiredDescriptionDefault
appIdYesID of the Glide app
tableIdYesID of the table
valuesYesColumn values for the new row

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "ID of the Glide app", "type": "string" }, "tableId": { "description": "ID of the table", "type": "string" }, "values": { "additionalProperties": true, "description": "Column values for the new row", "type": "object" } }, "required": [ "appId", "tableId", "values" ], "type": "object" }

You must be authenticated.

Other Tools from Glide API MCP Server

Related Tools

ID: a5s2vwxii4