explore_research_path
Navigate research hierarchies to visualize connections between concepts, identify knowledge gaps, and trace relationships across your research structure.
Instructions
Explore a specific research path from a node, showing the tree structure and related concepts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | Starting node ID (if omitted, shows all root nodes) | |
| depth | No | How many levels deep to explore (default: 3) | |
| includeLinks | No | Include cross-references and relationships (default: true) |
Input Schema (JSON Schema)
{
"properties": {
"depth": {
"description": "How many levels deep to explore (default: 3)",
"type": "number"
},
"includeLinks": {
"description": "Include cross-references and relationships (default: true)",
"type": "boolean"
},
"nodeId": {
"description": "Starting node ID (if omitted, shows all root nodes)",
"type": "string"
}
},
"type": "object"
}