Skip to main content
Glama

export_research_tree

Export research trees in JSON, Markdown, Mermaid, or DOT formats to visualize research hierarchies and analyze connections between questions, hypotheses, methods, and results.

Instructions

Export the research tree in various formats for visualization or further analysis

Input Schema

NameRequiredDescriptionDefault
formatYesExport format
nodeIdNoExport from specific node (optional, default: entire tree)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Export format", "enum": [ "json", "markdown", "mermaid", "dot" ], "type": "string" }, "nodeId": { "description": "Export from specific node (optional, default: entire tree)", "type": "string" } }, "required": [ "format" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-chrispens/tiling-trees-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server