Skip to main content
Glama

QuickBase MCP Server

quickbase_delete_record

Delete specific records from a QuickBase table by providing the table ID and record ID, enabling precise data management within the QuickBase MCP Server.

Instructions

Delete a record from a table

Input Schema

NameRequiredDescriptionDefault
recordIdYesRecord ID to delete
tableIdYesTable ID

Input Schema (JSON Schema)

{ "properties": { "recordId": { "description": "Record ID to delete", "type": "number" }, "tableId": { "description": "Table ID", "type": "string" } }, "required": [ "tableId", "recordId" ], "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