get_entity_community
Find all entities closely related to a given entity using community detection. Returns community ID, member count, and list of members with types.
Instructions
Get all entities in the same community as the specified entity. Communities are groups of closely related entities detected through graph analysis. Returns community ID, member count, and list of community members with their types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_text | Yes | Entity to find community for (e.g., 'SID') | |
| max_members | No | Maximum number of community members to return |