Unconventional-thinking MCP server

by stagsz
Verified
MIT License
7
  • Apple

branch_thought

Create a new branch of thinking from an existing thought

Input Schema

NameRequiredDescriptionDefault
directionYesDirection for the new branch (e.g. 'more_extreme', 'opposite', 'tangential')
thoughtIdYesID of the thought to branch from

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "Direction for the new branch (e.g. 'more_extreme', 'opposite', 'tangential')", "type": "string" }, "thoughtId": { "description": "ID of the thought to branch from", "type": "string" } }, "required": [ "thoughtId", "direction" ], "type": "object" }