hub_graph
Retrieve a typed relationship graph across projects and resources, showing dependencies, deployments, and exposures. Filter by project or type to see nodes, edges, and dangling links.
Instructions
The typed relationship graph across projects AND resources: who runs where, what depends on / deploys to / exposes what. Edges are frontmatter [[links]] keyed by relation (runs_on, depends_on, deploys_to, exposes, part_of, ...). Returns nodes, edges, and dangling links. Filter by project or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | return everything, uncapped. By default long lists are trimmed to fit an agent context and what was left out is reported in `truncated`. | |
| type | No | only edges touching a node of this type | |
| project | No | only edges touching this project/resource slug |