Skip to main content
Glama
cjo4m06

Shrimp Task Manager

process_thought

Iteratively generate and refine thoughts to analyze problems, tracking stages, assumptions, and axioms until a solution is reached.

Instructions

你可以透過靈活的、可適應和發展的思考過程來分析問題,隨著理解的加深,每個想法都可以建立、質疑或修改先前的見解。你可以質疑想法、假設想法、驗證想法,並且可以建立新的想法。你將重複這個過程,直到你對問題有足夠的理解,並且能夠提出有效的解決方案。如果你覺得思考已經充分可以把 nextThoughtNeeded 設為 false 並且停止思考。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo思維標籤,是一個陣列字串
stageYes思考階段,可以選擇的階段有:問題定義、收集資訊、研究、分析、綜合、結論、質疑、規劃
thoughtYes思維內容
axioms_usedNo使用的公理,是一個陣列字串
thought_numberYes當前思維編號
total_thoughtsYes預計總思維數量
next_thought_neededYes是否需要下一步思維
assumptions_challengedNo挑戰的假設,是一個陣列字串
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It describes the iterative reasoning process but does not disclose potential side effects, logging, or safety implications beyond the cognitive process.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single block of Chinese text that efficiently conveys the tool's purpose and usage, though it could be slightly more condensed. It is front-loaded with the core idea.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 8 parameters (5 required) and no output schema, the description provides a comprehensive overview of the thinking process. It lacks explanation of specific parameter values like stage enums, but schema covers those.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are well-documented. The description does not add additional semantics beyond the process explanation, earning the baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: an adaptive thinking process to analyze problems by building, questioning, and modifying insights. It effectively distinguishes from sibling task management tools like 'analyze_task' or 'execute_task' by focusing on internal reasoning.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While the description explains the iterative process and when to stop (set next_thought_needed to false), it does not explicitly state when to use this tool over alternatives, nor does it provide exclusion criteria or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/cjo4m06/mcp-shrimp-task-manager'

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