Skip to main content
Glama

MCP Feedback Collector

by keizman

collect_feedback

Collect interactive user feedback for AI-generated work summaries using text and image responses, with a default 5-minute timeout for submissions.

Instructions

收集用户反馈的交互式工具 AI可以汇报完成的工作内容,用户可以提供文字和/或图片反馈 Args: work_summary: AI完成的工作内容汇报 timeout_seconds: 对话框超时时间(秒),默认300秒(5分钟) Returns: 包含用户反馈内容的列表,可能包含文本和图片

Input Schema

NameRequiredDescriptionDefault
timeout_secondsNo
work_summaryNo

Input Schema (JSON Schema)

{ "properties": { "timeout_seconds": { "default": 300, "title": "Timeout Seconds", "type": "integer" }, "work_summary": { "default": "", "title": "Work Summary", "type": "string" } }, "title": "collect_feedbackArguments", "type": "object" }
Install Server

Other Tools from MCP Feedback Collector

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/keizman/mcp-feedforward'

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