get_service_deps
Identify service dependencies by analyzing outgoing calls and incoming requests to understand integration points within your application architecture.
Instructions
Get external service dependencies: which services this one calls (outgoing) and which call it (incoming).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name | |
| direction | No | Dependency direction (default both) |