Skip to main content
Glama
LawrenceCirillo

QuickBase MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging (set to quickbase-mcp:* for all logs)
QB_REALMYesYour QuickBase realm hostname (e.g., seanngates.quickbase.com)
QB_APP_IDYesThe QuickBase application ID to connect to
QB_USER_TOKENYesYour QuickBase user token for authentication
QB_MAX_RETRIESNoMaximum number of retry attempts for failed API requests3
MCP_SERVER_NAMENoThe name of the MCP serverquickbase-mcp
MCP_SERVER_VERSIONNoThe version of the MCP server1.0.0
QB_DEFAULT_TIMEOUTNoDefault timeout for QuickBase API requests in milliseconds30000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
quickbase_get_app_infoC

Get information about the QuickBase application

quickbase_get_tablesB

Get list of all tables in the application

quickbase_test_connectionB

Test connection to QuickBase

quickbase_create_tableC

Create a new table in QuickBase

quickbase_get_table_infoC

Get detailed information about a specific table

quickbase_delete_tableC

Delete a table from QuickBase

quickbase_get_table_fieldsC

Get all fields for a table

quickbase_create_fieldC

Create a new field in a table

quickbase_update_fieldC

Update an existing field

quickbase_delete_fieldC

Delete a field from a table

quickbase_query_recordsC

Query records from a table with optional filtering and sorting

quickbase_get_recordC

Get a specific record by ID

quickbase_create_recordC

Create a new record in a table

quickbase_update_recordC

Update an existing record

quickbase_delete_recordC

Delete a record from a table

quickbase_bulk_create_recordsC

Create multiple records at once

quickbase_search_recordsC

Search for records containing specific text

quickbase_create_relationshipC

Create a parent-child relationship between tables

quickbase_get_relationshipsC

Get relationships for a table

quickbase_get_reportsC

Get all reports for a table

quickbase_run_reportC

Run a specific report

quickbase_create_advanced_relationshipC

Create a comprehensive table relationship with automatic lookup fields

quickbase_create_lookup_fieldC

Create a lookup field to pull data from a related table

quickbase_validate_relationshipC

Validate the integrity of a table relationship

quickbase_get_relationship_detailsB

Get detailed information about table relationships including lookup fields

quickbase_create_junction_tableC

Create a junction table for many-to-many relationships

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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