Skip to main content
Glama

QuickBase MCP Server

quickbase_search_records

Search for specific text within records in a QuickBase table by specifying the table ID, search term, and field IDs to narrow results.

Instructions

Search for records containing specific text

Input Schema

NameRequiredDescriptionDefault
fieldIdsNoField IDs to search in
searchTermYesText to search for
tableIdYesTable ID to search

Input Schema (JSON Schema)

{ "properties": { "fieldIds": { "description": "Field IDs to search in", "items": { "type": "number" }, "type": "array" }, "searchTerm": { "description": "Text to search for", "type": "string" }, "tableId": { "description": "Table ID to search", "type": "string" } }, "required": [ "tableId", "searchTerm" ], "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