Skip to main content
Glama

QuickBase MCP Server

quickbase_delete_field

Remove a specific field from a table in QuickBase using the MCP Server. Provide the table ID and field ID to execute the deletion efficiently.

Instructions

Delete a field from a table

Input Schema

NameRequiredDescriptionDefault
fieldIdYesField ID to delete
tableIdYesTable ID

Input Schema (JSON Schema)

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