Skip to main content
Glama

RushDB

FindLabels

Filter and search record labels in RushDB using conditions, sorting, and pagination to find specific label data based on activity flags and counts.

Instructions

Find / filter record labels (supports where, limit, skip, orderBy). Superset of GetLabels.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of labels to return
orderByNoSorting configuration: key = field, value = asc|desc
skipNoNumber of labels to skip
whereNoFilter conditions for labels (e.g., by activity flags, counts)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of labels to return", "type": "number" }, "orderBy": { "additionalProperties": { "enum": [ "asc", "desc" ], "type": "string" }, "description": "Sorting configuration: key = field, value = asc|desc", "type": "object" }, "skip": { "description": "Number of labels to skip", "type": "number" }, "where": { "description": "Filter conditions for labels (e.g., by activity flags, counts)", "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