get_dependency_tree
Retrieve a Maven artifact's complete dependency tree using group ID, artifact ID, and version. Optionally limit depth and summarize large content.
Instructions
Get complete dependency tree for an artifact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Maven version | |
| group_id | Yes | Maven group ID | |
| max_depth | No | Maximum depth to show | |
| artifact_id | Yes | Maven artifact ID | |
| summarize_large_content | No | Summarize large content automatically |