Skip to main content
Glama

Enhanced Interactive Feedback MCP Server

by rickcen01
MIT License
  • Apple
  • Linux

interactive_feedback

Collect and analyze user feedback with customizable options, including project details, message types, priority levels, and multi-language support for enhanced team collaboration and issue resolution.

Instructions

增强型交互式反馈工具 Args: project_directory: 项目目录路径 message: 反馈消息或问题 feedback_type: 反馈类型 (question/confirmation/selection/code_review/suggestion/error_report) priority: 优先级 (low/medium/high/urgent) options: 预设选项列表 (用于选择题) language: 语言设置 (en/zh) timeout: 超时时间(秒) tags: 标签列表 user_id: 用户ID Returns: 包含用户反馈和分析信息的字典

Input Schema

NameRequiredDescriptionDefault
feedback_typeNoquestion
languageNoen
messageYes
optionsNo
priorityNomedium
project_directoryYes
tagsNo
timeoutNo
user_idNodefault

Input Schema (JSON Schema)

{ "properties": { "feedback_type": { "default": "question", "title": "Feedback Type", "type": "string" }, "language": { "default": "en", "title": "Language", "type": "string" }, "message": { "title": "Message", "type": "string" }, "options": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Options" }, "priority": { "default": "medium", "title": "Priority", "type": "string" }, "project_directory": { "title": "Project Directory", "type": "string" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "timeout": { "default": 300, "title": "Timeout", "type": "integer" }, "user_id": { "default": "default", "title": "User Id", "type": "string" } }, "required": [ "project_directory", "message" ], "title": "interactive_feedbackArguments", "type": "object" }
Install Server

Other Tools from Enhanced Interactive Feedback MCP Server

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/rickcen01/mcp'

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