get_service_dependencies
Retrieve all service dependencies for a specified environment to map relationships and understand service architecture.
Instructions
Get service dependencies for a given environment. Returns all services and their relationships in the specified environment. Useful for understanding service architecture and dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | The environment to query (e.g., "production", "staging", "development") | |
| serviceName | No | Optional: Filter dependencies by a specific service name. If not provided, returns all services. |