Skip to main content
Glama

LittleSis MCP

by code-rabi

get_entity_connections

Explore and retrieve entities connected to a specified entity via relationships. Filter connections by category and use pagination to manage large datasets. Ideal for analyzing corporate influence and accountability on the LittleSis MCP server.

Instructions

Get other entities that this entity has relationships with

Input Schema

NameRequiredDescriptionDefault
category_idNoFilter connections by relationship category
idYesThe entity ID
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Filter connections by relationship category", "type": "number" }, "id": { "description": "The entity ID", "type": "number" }, "page": { "description": "Page number for pagination", "minimum": 1, "type": "number" } }, "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