get_stamp_dependencies
Generate a hierarchical dependency graph for a recursive stamp to identify all referenced stamps and their relationships. Supports tree, graph, mermaid, and JSON formats.
Instructions
Create a hierarchical dependency graph for a recursive stamp, showing all referenced stamps and their relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format for the dependency structure | tree |
| stamp_id | Yes | The ID or CPID of the stamp to map dependencies for | |
| max_depth | No | Maximum depth to traverse dependencies | |
| resolve_all | No | Attempt to resolve all dependencies (may be slow for deep graphs) | |
| include_metadata | No | Include full stamp metadata for each dependency |