Skip to main content
Glama

QuickBase MCP Server

quickbase_create_table

Generate a new table in QuickBase with specified name and description using the QuickBase MCP Server for streamlined database management.

Instructions

Create a new table in QuickBase

Input Schema

NameRequiredDescriptionDefault
descriptionNoTable description
nameYesTable name

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Table description", "type": "string" }, "name": { "description": "Table name", "type": "string" } }, "required": [ "name" ], "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