get_service_code_graph
Retrieve the complete code subgraph for a Tentra canvas service, including files, symbols, and cross-service dependencies, to analyze code relationships and architecture.
Instructions
Returns the full code subgraph for a Tentra canvas service: files, symbols, and cross-service edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes | Tentra canvas service ID | |
| snapshot_id | Yes | Snapshot to query | |
| depth | No | Edge traversal depth for cross-service edges | |
| include_semantics | No | Include AI-extracted purpose + domain tags per symbol |