Skip to main content
Glama

FindRecords

Search and filter database records using queries, labels, sorting, and aggregation to retrieve specific data from RushDB.

Instructions

Find records in the database using a search query

Input Schema

NameRequiredDescriptionDefault
aggregateNoAggregation definitions (records only)
groupByNoFields to group by (records only)
labelsNoFilter by record labels
limitNoMaximum number of records to return
orderByNoSorting configuration: key = field, value = asc|desc
skipNoNumber of records to skip
whereNoSearch conditions for finding records

Input Schema (JSON Schema)

{ "properties": { "aggregate": { "additionalProperties": { "properties": { "alias": { "description": "Optional alias override", "type": "string" }, "field": { "description": "Field to aggregate", "type": "string" }, "fn": { "description": "Aggregation function (count,sum,avg,min,max,timeBucket)", "type": "string" }, "granularity": { "description": "For timeBucket, the time granularity (e.g., day, week, month, quarter, year)", "type": "string" } }, "required": [ "fn" ], "type": "object" }, "description": "Aggregation definitions (records only)", "type": "object" }, "groupBy": { "description": "Fields to group by (records only)", "items": { "type": "string" }, "type": "array" }, "labels": { "description": "Filter by record labels", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 10, "description": "Maximum number of records to return", "type": "number" }, "orderBy": { "additionalProperties": { "enum": [ "asc", "desc" ], "type": "string" }, "description": "Sorting configuration: key = field, value = asc|desc", "type": "object" }, "skip": { "default": 0, "description": "Number of records to skip", "type": "number" }, "where": { "description": "Search conditions for finding records", "type": "object" } }, "required": [], "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/1pxone/RushDB'

If you have feedback or need assistance with the MCP directory API, please join our Discord server