Skip to main content
Glama

QuickBase MCP Server

quickbase_update_record

Modify specific field values in an existing record within a QuickBase table using the table ID and record ID for precise updates.

Instructions

Update an existing record

Input Schema

NameRequiredDescriptionDefault
fieldsYesField values to update as fieldId: {value: actualValue} pairs
recordIdYesRecord ID to update
tableIdYesTable ID

Input Schema (JSON Schema)

{ "properties": { "fields": { "additionalProperties": true, "description": "Field values to update as fieldId: {value: actualValue} pairs", "type": "object" }, "recordId": { "description": "Record ID to update", "type": "number" }, "tableId": { "description": "Table ID", "type": "string" } }, "required": [ "tableId", "recordId", "fields" ], "type": "object" }

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/LawrenceCirillo/QuickBase-MCP-Server'

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