Skip to main content
Glama
HyperHeroX

user-web-feedback

by HyperHeroX

collect_feedback

Collects user feedback on AI-generated work via a web interface, enabling review and decision-making.

Instructions

Collect feedback from users about AI work. This tool opens a web interface for users to provide feedback.

CRITICAL: The 'work_summary' field is the PRIMARY and ONLY content displayed to users in the feedback UI. You MUST include ALL relevant information in this field as a comprehensive Markdown-formatted report. The UI renders Markdown, so use headings, tables, code blocks, and lists for better readability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameNo專案名稱(用於 Dashboard 分組顯示)
project_pathNo專案路徑(用於唯一識別專案)
work_summaryYes【CRITICAL - THIS IS THE ONLY CONTENT SHOWN TO USERS】 Include a COMPLETE Markdown report with ALL of the following sections: ## Required Sections: 1. **📋 Task Summary** - Brief description of what was requested and accomplished 2. **📁 Implementation Details** - Files created/modified with: - Full file paths - Key code snippets in fenced code blocks - Explanation of changes 3. **✅ Status Table** - Markdown table showing completion status: | Item | Status | Notes | |------|--------|-------| | Feature A | ✅ Done | ... | 4. **🧪 Test Results** - Build/test command outputs and outcomes 5. **➡️ Next Steps** - Actionable options in A/B/C format for user decision: - Option A: [action] - [description] - Option B: [action] - [description] 6. **🏗️ Architecture** (if applicable) - ASCII diagrams or Mermaid code blocks ## Format Requirements: - Use Markdown: ## headings, `code`, **bold**, tables - Minimum 500 characters for non-trivial tasks - Be specific with file paths and code examples - Include ALL information user needs to make decisions
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It clearly warns that work_summary is the only content shown to users and provides detailed formatting requirements. It mentions opening a web interface, implying user interaction. However, it does not disclose side effects, such as whether feedback is stored or if the tool is blocking.

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

Conciseness4/5

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

The description is front-loaded with purpose and a critical warning, then provides extensive formatting guidance. While long, every sentence adds value. Slightly verbose but justified by the need to ensure proper usage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and 3 parameters, the description thoroughly covers the sole required parameter. However, it omits what happens after feedback is submitted (e.g., no return value described) and does not mention if the web interface provides a response. Adequate but could clarify the full workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description adds enormous context: work_summary is the only content shown, must be a complete Markdown report, and includes required sections and minimum length. This goes far beyond the schema definition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/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: 'Collect feedback from users about AI work' and 'opens a web interface for users to provide feedback.' The verb 'Collect' and resource 'feedback' are specific, and the description distinguishes the unique behavior of the work_summary field.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No sibling tools are provided, so differentiation is not required. However, the description gives no explicit guidance on when this tool should be used versus alternatives. It implies use for collecting user feedback, but lacks 'when to use' or 'when not to use' 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/HyperHeroX/user-feedback-web'

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