Skip to main content
Glama

RushDB

PropertyValues

Retrieve and filter property values from RushDB using property ID, search queries, and sorting options to access structured data efficiently.

Instructions

Get values for a specific property

Input Schema

NameRequiredDescriptionDefault
limitNoMax number of values to return
orderByNoOrdering for value results
propertyIdYesID of the property to get values for
queryNoOptional search query for filtering values
skipNoNumber of values to skip

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Max number of values to return", "type": "number" }, "orderBy": { "description": "Ordering for value results", "enum": [ "asc", "desc" ], "type": "string" }, "propertyId": { "description": "ID of the property to get values for", "type": "string" }, "query": { "description": "Optional search query for filtering values", "type": "string" }, "skip": { "description": "Number of values to skip", "type": "number" } }, "required": [ "propertyId" ], "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