Skip to main content
Glama

Narrative Graph MCP

rtm_traverse_narrative

Traverse narrative trees at specified depths to extract summaries at varying abstraction levels. Control traversal depth, branching factor, and recall depth to analyze narrative content systematically and gain insights at different levels of detail.

Instructions

Traverse a narrative tree at different depths to get summaries at varying abstraction levels

Input Schema

NameRequiredDescriptionDefault
maxBranchingFactorNoMaximum number of child nodes (K parameter)
maxRecallDepthNoMaximum depth for recall (D parameter)
textYesThe narrative text to traverse
titleYesTitle of the narrative
traversalDepthYesDepth to traverse in the tree (controls abstraction level)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "maxBranchingFactor": { "default": 4, "description": "Maximum number of child nodes (K parameter)", "type": "number" }, "maxRecallDepth": { "default": 6, "description": "Maximum depth for recall (D parameter)", "type": "number" }, "text": { "description": "The narrative text to traverse", "type": "string" }, "title": { "description": "Title of the narrative", "type": "string" }, "traversalDepth": { "description": "Depth to traverse in the tree (controls abstraction level)", "maximum": 10, "minimum": 1, "type": "number" } }, "required": [ "text", "title", "traversalDepth" ], "type": "object" }
Install Server

Other Tools from Narrative Graph MCP

Related Tools

    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/angrysky56/narrative-graph-mcp'

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