org_dependencies
Discover bidirectional service dependencies in your organization. Identify which repos depend on a given repo and which it depends on, including imports, API calls, and shared schemas.
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 |