report_tool_feedback
Submit structured bug reports, improvement suggestions, or feature requests for any MCP tool in this server. Writes idempotent feedback to a project-specific file, skipping duplicate reports.
Instructions
Report a bug, improvement, or feature request about any MCP tool in this server. Writes structured feedback to .mcp/FEEDBACK.md (project-specific, gitignored). Use this when a tool produces unexpected results, crashes, or when you need a new capability. Entries are idempotent — duplicate reports are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Name of the MCP tool this feedback is about | |
| type | Yes | Type of feedback | |
| title | Yes | Short summary (1 line) | |
| expected | No | What you expected to happen | |
| suggestion | No | Your suggestion for a fix or improvement | |
| description | Yes | Detailed description of the issue or request | |
| reproduction | No | Steps to reproduce the issue |