Skip to main content
Glama

QuickBase MCP Server

quickbase_query_records

Retrieve and filter records from a QuickBase table using specific criteria, select fields, and apply sorting for efficient data management. Simplify querying with customizable options.

Instructions

Query records from a table with optional filtering and sorting

Input Schema

NameRequiredDescriptionDefault
selectNoField IDs to select
skipNoNumber of records to skip
sortByNoSort criteria
tableIdYesTable ID to query
topNoMax number of records
whereNoQuickBase query filter (e.g., "{6.EX.'John'}")

Input Schema (JSON Schema)

{ "properties": { "select": { "description": "Field IDs to select", "items": { "type": "number" }, "type": "array" }, "skip": { "description": "Number of records to skip", "type": "number" }, "sortBy": { "description": "Sort criteria", "items": { "properties": { "fieldId": { "type": "number" }, "order": { "enum": [ "ASC", "DESC" ], "type": "string" } }, "type": "object" }, "type": "array" }, "tableId": { "description": "Table ID to query", "type": "string" }, "top": { "description": "Max number of records", "type": "number" }, "where": { "description": "QuickBase query filter (e.g., \"{6.EX.'John'}\")", "type": "string" } }, "required": [ "tableId" ], "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