Skip to main content
Glama
EarthChen

mcp-feedback-enhanced

by EarthChen

interactive_feedback

Gather user feedback at each step to refine AI actions, ensuring tasks align with user expectations and reducing unnecessary guesswork.

Instructions

Interactive feedback collection tool for LLM agents.

USAGE RULES:

  1. During any process, task, or conversation, whether asking, replying, or completing phased tasks, you must call this tool to ask for feedback.

  2. Unless receiving termination instructions, all steps must repeatedly call this tool.

  3. Whenever user feedback is received, if the feedback content is not empty, you must call this tool again and adjust behavior based on the feedback content.

  4. Only when the user explicitly indicates "end" or "no more interaction needed" can you stop calling this tool, and the process is considered complete.

  5. You should summarize what have done, and provide project directory through args to let user know what you have done to provide feedback for next step.

IMPORTANT: The response may include a [NEW TASK] prefix. This means the user explicitly wants to switch to a completely new task. When you see [NEW TASK], you should: (1) deprioritize any ongoing work, (2) clear your TODO list, and (3) focus entirely on the new request that follows.

Args: project_directory: Project directory path for context summary: Summary of AI work completed for user review timeout: Timeout in seconds for waiting user feedback (default: 600 seconds)

Returns: list: List containing TextContent and MCPImage objects representing user feedback

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryNoAI 工作完成的摘要說明我已完成了您請求的任務。
timeoutNo等待用戶回饋的超時時間(秒)
project_directoryNo專案目錄路徑.
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool must be called repeatedly, that feedback content triggers adjustment and further calls, and that the tool returns a list of TextContent and MCPImage objects. It also discloses the [NEW TASK] behavior, which is beyond what annotations or schema would convey.

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 verbose and includes repetitive instructions ('must call this tool' appears multiple times). While it is well-structured with headers and numbered rules, it could be more concise. The inclusion of the full USAGE RULES block is necessary for the agent's behavior, but some redundancy could be trimmed without losing meaning.

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

Completeness5/5

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

Given that there is no output schema and only three parameters, the description is exceptionally complete. It covers when to use the tool, when to stop, how to respond to feedback, and how to handle task transitions ([NEW TASK]). It also explains the return format and provides project directory context. This is fully sufficient for an agent to invoke and interpret the tool correctly.

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

Parameters4/5

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

Schema coverage is 100% for all three parameters, so the baseline is 3. The description adds additional meaning by explaining that 'project_directory' helps the user know what was done and that 'summary' is for user review, which enriches the parameter context beyond the schema field descriptions. The 'timeout' parameter is also given a default value with intent (waiting for user feedback).

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 opens with 'Interactive feedback collection tool for LLM agents,' which clearly identifies the tool's purpose as collecting feedback. It uses a specific verb ('collect') and resource ('feedback'), and the usage rules clarify that it is for obtaining user feedback during tasks, distinguishing it from the sibling tool get_system_info.

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

Usage Guidelines5/5

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

The USAGE RULES section explicitly states when to call the tool (during any process, task, or conversation, including asking, replying, and completing phased tasks) and when to stop (only when the user explicitly indicates 'end' or 'no more interaction needed'). It also provides context for handling [NEW TASK] prefixes and summarizes behavior for the next step. This is thorough and actionable.

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/EarthChen/mcp-feedback-enhanced'

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