get_community
Fetches all nodes belonging to a community by its ID from a code graph. Optionally specify a project path to use a different graph file.
Instructions
Get all nodes in a community by community ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes | Community ID (0-indexed by size) | |
| project_path | No | Absolute path to a project directory containing graphify-out/graph.json. Optional — defaults to the graph this server was started with. |