Skip to main content
Glama

Narrative Graph MCP

rtm_generate_ensemble

Create a statistical ensemble of Random Trees to model population-level recall from narrative text. Configure ensemble size, branching factor, and recall depth for tailored analysis using the Narrative Graph MCP server.

Instructions

Generate a statistical ensemble of Random Trees to model population-level recall

Input Schema

NameRequiredDescriptionDefault
ensembleSizeNoNumber of trees to generate in the ensemble
maxBranchingFactorNoMaximum number of child nodes (K parameter)
maxRecallDepthNoMaximum depth for recall (D parameter)
textYesThe narrative text to analyze
titleYesTitle of the narrative

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ensembleSize": { "default": 100, "description": "Number of trees to generate in the ensemble", "type": "number" }, "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 analyze", "type": "string" }, "title": { "description": "Title of the narrative", "type": "string" } }, "required": [ "text", "title" ], "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