Skip to main content
Glama

RushDB

FindRelationships

Discover and analyze connections between data entities in your database using search conditions, sorting, and pagination to understand data relationships.

Instructions

Find relationships in the database

Input Schema

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

Input Schema (JSON Schema)

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