Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_research_node | Create a new research node/tile with a concept, question, or idea. Can be attached to a parent node to build a hierarchical tree structure. |
| split_research_node | Split a research node into multiple sub-nodes, useful for breaking down complex ideas into manageable tiles |
| link_research_nodes | Create a relationship/link between two research nodes (beyond parent-child) |
| explore_research_path | Explore a specific research path from a node, showing the tree structure and related concepts |
| search_research_tree | Search across all research nodes for specific content, tags, or types |
| get_research_insights | Analyze the research tree to identify patterns, gaps, and potential research directions |
| update_research_node | Update an existing research node with new information or refinements |
| export_research_tree | Export the research tree in various formats for visualization or further analysis |
| get_research_statistics | Get statistics about the research tree (node counts, types, depth, etc.) |