Skip to main content
Glama

RushDB

FindProperties

Search and filter properties in the RushDB database using specific criteria, with options to limit results, skip records, and sort output.

Instructions

Find properties in the database using a search query

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of properties to return
orderByNoSorting configuration: key = field, value = asc|desc
skipNoNumber of properties to skip
whereNoSearch conditions for finding properties

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of properties 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 properties to skip", "type": "number" }, "where": { "description": "Search conditions for finding properties", "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