Skip to main content
Glama
by fmangot

get_thought_branch

Retrieve a specific branch of alternative reasoning paths to explore different approaches to complex problems during structured analysis.

Instructions

Retrieves a specific branch of alternative reasoning paths

Input Schema

NameRequiredDescriptionDefault
branchIdYesThe identifier of the branch to retrieve
sessionIdNoOptional session ID (defaults to current session)

Input Schema (JSON Schema)

{ "properties": { "branchId": { "description": "The identifier of the branch to retrieve", "type": "string" }, "sessionId": { "description": "Optional session ID (defaults to current session)", "type": "string" } }, "required": [ "branchId" ], "type": "object" }

Other Tools from Sequential Thinking MVP Server

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/fmangot/Mcp'

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