get_stamp_dependencies
Generate hierarchical dependency graphs for Bitcoin Stamps, mapping referenced stamps and their relationships. Supports customizable depth, metadata inclusion, and multiple output formats for clear data visualization.
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 |
include_metadata | No | Include full stamp metadata for each dependency | |
max_depth | No | Maximum depth to traverse dependencies | |
resolve_all | No | Attempt to resolve all dependencies (may be slow for deep graphs) | |
stamp_id | Yes | The ID or CPID of the stamp to map dependencies for |