Skip to main content
Glama

Interactive Feedback MCP

by duolabmeng6

interactive_feedback

Request real-time user feedback on project changes by providing the project directory and a brief change summary. Facilitates AI-assisted development with interactive insights.

Instructions

Request interactive feedback for a given project directory and summary

Input Schema

NameRequiredDescriptionDefault
project_directoryYesFull path to the project directory
summaryYesShort, one-line summary of the changes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "project_directory": { "description": "Full path to the project directory", "title": "Project Directory", "type": "string" }, "summary": { "description": "Short, one-line summary of the changes", "title": "Summary", "type": "string" } }, "required": [ "project_directory", "summary" ], "type": "object" }

You must be authenticated.

Other Tools from Interactive Feedback 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/duolabmeng6/interactive-feedback-mcp'

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