Skip to main content
Glama

mcp-structured-thinking

revise_thought

Update or refine a specific thought in a structured thinking process, allowing for revisions in memory and thought history to enhance clarity and coherence.

Instructions

Revises a thought in memory and in the thought history.

Input Schema

NameRequiredDescriptionDefault
branch_from_thoughtNoStarting point for a new thought branch
branch_idNoIdentifier for the current branch
is_revisionNoWhether this revises a previous thought
needs_more_thoughtsNoWhether additional thoughts are needed
next_thought_neededNoWhether another thought should follow
revises_thoughtNoNumber of thought being revised
scoreNoQuality score (0.0 to 1.0)
stageNoCurrent thinking stage (e.g., 'Problem Definition', 'Analysis')
tagsNoCategories or labels for the thought
thoughtNoThe content of the current thought
thought_idYesThe ID of the thought to revise
thought_numberNoCurrent position in the sequence
total_thoughtsNoExpected total number of thoughts

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch_from_thought": { "description": "Starting point for a new thought branch", "type": "integer" }, "branch_id": { "description": "Identifier for the current branch", "type": "string" }, "is_revision": { "description": "Whether this revises a previous thought", "type": "boolean" }, "needs_more_thoughts": { "description": "Whether additional thoughts are needed", "type": "boolean" }, "next_thought_needed": { "description": "Whether another thought should follow", "type": "boolean" }, "revises_thought": { "description": "Number of thought being revised", "type": "integer" }, "score": { "description": "Quality score (0.0 to 1.0)", "maximum": 1, "minimum": 0, "type": "number" }, "stage": { "description": "Current thinking stage (e.g., 'Problem Definition', 'Analysis')", "type": "string" }, "tags": { "description": "Categories or labels for the thought", "items": { "type": "string" }, "type": "array" }, "thought": { "description": "The content of the current thought", "type": "string" }, "thought_id": { "description": "The ID of the thought to revise", "exclusiveMinimum": 0, "type": "integer" }, "thought_number": { "description": "Current position in the sequence", "exclusiveMinimum": 0, "type": "integer" }, "total_thoughts": { "description": "Expected total number of thoughts", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "thought_id" ], "type": "object" }
Install Server

Other Tools from mcp-structured-thinking

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/Promptly-Technologies-LLC/mcp-structured-thinking'

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