org_dependencies
Map bidirectional inter-repo dependencies in your organization, showing which services depend on a repo and which it depends on, up to configurable depth.
Instructions
Return the bidirectional inter-repo dependency graph for the current organization.
Shows which services this repo depends on (dependencies) and which services
depend on this repo (dependents), up to depth hops. Edge kinds:
IMPORTS — manifest-declared package dependency (auto-detected)
CALLS_API — HTTP client calls to another service's endpoint
SHARES_SCHEMA — shared models/proto repo
Claude: call this when the user asks about service dependencies, "what depends on X", or when investigating cross-service call chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No |