Skip to main content
Glama
Majrooo

majrooo-mcp-devkit

by Majrooo

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

TableJSON Schema
NameRequiredDescriptionDefault
toolYesName of the MCP tool this feedback is about
typeYesType of feedback
titleYesShort summary (1 line)
expectedNoWhat you expected to happen
suggestionNoYour suggestion for a fix or improvement
descriptionYesDetailed description of the issue or request
reproductionNoSteps to reproduce the issue

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so well. It discloses the side effect of writing to .mcp/FEEDBACK.md, notes that the file is project-specific and gitignored, and explains idempotency by stating duplicate reports are skipped.

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

Conciseness5/5

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

The description is three compact sentences with no filler. It front-loads the core purpose, then explains the destination, usage triggers, and idempotency behavior, all in an efficient and easily scannable structure.

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

Completeness4/5

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

The description is largely complete for a feedback-submission tool: it covers purpose, when to use, file destination, and idempotency. However, since there is no output schema, it could briefly mention what happens on success, but this is a minor gap given the tool's simplicity.

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

Parameters3/5

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

Schema description coverage is 100%, so every parameter is already documented in the input schema. The tool description adds little parameter-level detail, but it does not need to because the schema fully covers field meanings.

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 opens with a specific verb and resource: 'Report a bug, improvement, or feature request about any MCP tool in this server.' This clearly identifies the tool's purpose and scope, making it easy to distinguish from sibling tools like list_feedback or close_feedback.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'Use this when a tool produces unexpected results, crashes, or when you need a new capability.' It provides clear triggering conditions, though it does not explicitly mention when not to use it or contrast it with alternative feedback-related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Majrooo/majrooo-mcp-devkit'

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