Skip to main content
Glama
cjo4m06

Shrimp Task Manager

reflect_task

Critically review analysis results to evaluate plan completeness and identify optimization opportunities, ensuring solutions align with best practices. Use pseudocode for core implementation.

Instructions

批判性審查分析結果,評估方案完整性並識別優化機會,確保解決方案符合最佳實踐,如果需要提供程式碼請使用 pseudocode 格式且盡量精簡只保留核心實現部分

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes結構化的任務摘要,保持與分析階段一致以確保連續性
analysisYes完整詳盡的技術分析結果,包括所有技術細節、依賴組件和實施方案,如果需要提供程式碼請使用 pseudocode 格式且盡量精簡只保留核心實現部分
Behavior2/5

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

No annotations are provided, so the description fully carries the burden of behavioral disclosure. It fails to state whether the tool is read-only, modifies state, or has any side effects. While it describes the action, it omits crucial behavioral traits like permissions or output characteristics.

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

Conciseness3/5

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

The description is a single dense sentence that combines purpose and a code format instruction. It is not overly long but lacks structure and could be better organized with bullet points or separate sentences for clarity.

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

Completeness2/5

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

The description does not explain the return value or side effects, which is problematic since there is no output schema. It also fails to place the tool within the task workflow, leaving the agent unsure of its role among siblings like 'verify_task'.

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 description coverage is 100% with detailed descriptions of 'summary' and 'analysis' parameters. The tool description repeats the pseudocode instruction but does not add new meaning beyond the schema. Baseline 3 is appropriate.

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: critically review analysis results, evaluate completeness, and identify optimization opportunities. It uses specific verbs ('review', 'evaluate', 'identify') and a specific resource ('analysis results'), distinguishing it from sibling tools like 'analyze_task' which likely focuses on initial analysis.

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

Usage Guidelines2/5

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

The description implies usage after analysis but provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or exclusions, leaving the agent to infer context from the tool name alone.

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