Skip to main content
Glama

QuickBase MCP Server

quickbase_update_record

Modifies an existing record in QuickBase by specifying the table ID, record ID, and updated field values for precise data management.

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