Skip to main content
Glama
Minidoracat

mcp-feedback-enhanced

by Minidoracat

interactive_feedback

Gathers interactive feedback from users to guide AI agents through multi-step tasks. Adjusts behavior based on responses and repeats until the user signals completion.

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.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It details the iterative feedback loop, requiring the tool to be called repeatedly, adjusting behavior based on feedback, and providing a summary and project directory. However, it does not specify behavior on timeout or empty feedback, leaving some edge-case ambiguity.

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 well-structured with a clear list of usage rules and is front-loaded with the purpose. However, rules 1–4 are repetitive, all emphasizing the need for repeated calls, which could be condensed. It is informative but not maximally concise.

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?

The description covers when to use, how often, what to pass, and when to stop, making it quite complete for an interactive tool. An output schema exists, so return values are covered. The main gaps are the lack of behavior on timeout or empty feedback, which slightly detracts from completeness.

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?

The schema already provides descriptions for all three parameters (100% coverage), so baseline is 3. The description adds extra meaning by explaining that 'summary' reflects the AI's completed work and that 'project_directory' helps the user see what was done. This justifies a score above baseline.

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

Purpose4/5

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

The description clearly states it is an 'Interactive feedback collection tool for LLM agents,' specifying its core function. It does not explicitly distinguish from sibling tools, but the only sibling (get_system_info) is unrelated, so differentiation is less critical. The purpose is clear and actionable.

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 are explicit and comprehensive: it mandates calling the tool during any process, repeatedly unless termination instructions are given, and only stopping when the user indicates 'end'. This provides unambiguous guidance on when and how to use it, effectively covering alternatives by ruling out not using it.

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

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