Skip to main content
Glama

LittleSis MCP

by code-rabi

get_entity_relationships

Extract and analyze relationships of a specific entity within the LittleSis MCP server, enabling insights into corporate power and accountability. Filter by category, sort by criteria, and paginate results for detailed exploration.

Instructions

Get all relationships this entity has with other entities

Input Schema

NameRequiredDescriptionDefault
category_idNoFilter relationships by category (1-12)
idYesThe entity ID
pageNoPage number for pagination
sortNoSort order for relationshipsrecent

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Filter relationships by category (1-12)", "type": "number" }, "id": { "description": "The entity ID", "type": "number" }, "page": { "description": "Page number for pagination", "minimum": 1, "type": "number" }, "sort": { "default": "recent", "description": "Sort order for relationships", "enum": [ "amount", "oldest", "recent" ], "type": "string" } }, "required": [ "id" ], "type": "object" }

Other Tools from LittleSis MCP

Related Tools

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/code-rabi/littlesis-mcp'

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