Skip to main content
Glama

tasksync-mcp

by 4regab

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

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "head": { "description": "If provided, returns only the first N lines of the review file", "type": "number" }, "path": { "description": "Absolute or relative path to the feedback file within allowed directories. Defaults to feedback.md in the current working directory.", "type": "string" }, "tail": { "description": "If provided, returns only the last N lines of the review file", "type": "number" } }, "type": "object" }

Other Tools from tasksync-mcp

Related Tools

    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