Skip to main content
Glama

get_feedback

Utilize the feedback.md file to review, adjust, and iterate on tasks or conversations. Ensure continuous improvement by monitoring user input and responding dynamically to feedback until explicit termination is received.

Instructions

Read the contents of a feedback.md file (defaults to ./feedback.md). Before calling this tool you must seearch for the feedback.md file.If the feedback file does not exist, you will automatically create an empty feedback.md file before attempting to use this tool. During any process, task, or conversation, whether asking, replying, or completing phased tasks, you must call this tool to check for review. Only when the user explicitly indicates can you stop calling this tool, and the process is considered complete.

MANDATORY USAGE RULES -PRIMARY DIRECTIVE:

  1. CONTINUOUS FEEDBACK LOOP: During any process, task, or conversation, whether asking, replying, or completing phased tasks, you MUST call this tool to check for feedback.

  2. NO STOPPING WITHOUT PERMISSION: Unless receiving explicit termination instructions ("end", "stop", "no more interaction needed"), ALL steps must repeatedly call this tool.

  3. RESPOND TO FEEDBACK: 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. TERMINATION CONDITIONS: Only when the user explicitly indicates "end", "stop", "finished", or "no more interaction needed" can you stop calling this tool.

  5. PROVIDE CONTEXT: You should summarize what you have done and provide project context to help the user provide meaningful feedback for the next step.

  6. KEEP ITERATING: If the user provides feedback, suggestions, or asks questions, continue the feedback loop by calling this tool again after addressing their input.

  7. NEVER ASSUME COMPLETION: Do not assume a task is complete without explicit user confirmation through this feedback mechanism.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headNoIf provided, returns only the first N lines of the review file
pathNoAbsolute or relative path to the feedback file within allowed directories. Defaults to feedback.md in the current working directory.
tailNoIf provided, returns only the last N lines of the review file
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 of behavioral disclosure. It effectively describes key behavioral traits: the tool automatically creates an empty feedback.md file if it doesn't exist, it's meant for continuous feedback loops during processes, and it requires repeated calls until explicit termination. However, it doesn't mention potential error conditions, rate limits, or authentication needs, which would be helpful for a tool with such mandatory usage rules.

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

Conciseness2/5

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

The description is excessively long and repetitive, with the mandatory usage rules section containing redundant information (e.g., multiple rules about continuous calling and termination). The core purpose is buried in verbose directives. While structured, it's not appropriately sized - many sentences don't earn their place through unique information value.

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 tool's complexity (mandatory continuous usage pattern) and lack of annotations/output schema, the description provides substantial contextual information about the tool's role in feedback loops, termination conditions, and behavioral expectations. It explains the tool's integration into workflows comprehensively. However, it doesn't describe what the tool returns or how to interpret feedback content, which would be valuable given the lack of output schema.

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%, so the schema already documents all three parameters (head, path, tail) with their descriptions. The description doesn't add any parameter-specific information beyond what's in the schema. It mentions the default path ('defaults to ./feedback.md') which is already covered in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

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 the tool's purpose: 'Read the contents of a feedback.md file' and mentions default behavior (defaults to ./feedback.md). It specifies the verb ('Read') and resource ('feedback.md file'), making the purpose understandable. However, it doesn't explicitly differentiate from the sibling tool 'view_media' beyond the different file type focus.

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 description provides extensive, explicit usage guidelines through the 'MANDATORY USAGE RULES - PRIMARY DIRECTIVE' section. It details when to use the tool (continuously during processes), when not to use it (only when user explicitly indicates termination), and includes termination conditions. The guidelines are comprehensive and leave no ambiguity about usage context.

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/4regab/tasksync-mcp'

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