Skip to main content
Glama

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

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
quickbase_get_app_info

Get information about the QuickBase application

quickbase_get_tables

Get list of all tables in the application

quickbase_test_connection

Test connection to QuickBase

quickbase_create_table

Create a new table in QuickBase

quickbase_get_table_info

Get detailed information about a specific table

quickbase_delete_table

Delete a table from QuickBase

quickbase_get_table_fields

Get all fields for a table

quickbase_create_field

Create a new field in a table

quickbase_update_field

Update an existing field

quickbase_delete_field

Delete a field from a table

quickbase_query_records

Query records from a table with optional filtering and sorting

quickbase_get_record

Get a specific record by ID

quickbase_create_record

Create a new record in a table

quickbase_update_record

Update an existing record

quickbase_delete_record

Delete a record from a table

quickbase_bulk_create_records

Create multiple records at once

quickbase_search_records

Search for records containing specific text

quickbase_create_relationship

Create a parent-child relationship between tables

quickbase_get_relationships

Get relationships for a table

quickbase_get_reports

Get all reports for a table

quickbase_run_report

Run a specific report

quickbase_create_advanced_relationship

Create a comprehensive table relationship with automatic lookup fields

quickbase_create_lookup_field

Create a lookup field to pull data from a related table

quickbase_validate_relationship

Validate the integrity of a table relationship

quickbase_get_relationship_details

Get detailed information about table relationships including lookup fields

quickbase_create_junction_table

Create a junction table for many-to-many relationships

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