get_system_dependencies
Retrieve the cross-model dependency graph for a system to see which assumptions are satisfied by other models' controls, identify unsatisfied dependencies, and assess system-level completeness.
Instructions
Get the cross-model dependency graph for a system. Read-only; no side effects.
Returns every assumption in the system's member models that is linked to another member model (a cross-model dependency), with its satisfaction status. A dependency is satisfied when either the target model's mapped controls are implemented or a valid manual attestation exists.
Use to see which assumptions are met by other models' controls, find unsatisfied dependencies, or check system-level completeness. Create these links with link_dependency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_id | Yes | ID of the system. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||