Skip to main content
Glama

Send feedback to the ListDrop team

send_feedback

Sends a message to the ListDrop team when the user asks to report a problem, request a feature, or give feedback about ListDrop. A person reads every message. No account needed. The message should contain only what the user wants sent: no claim URLs, tokens, or personal data. The email field is for a user who asked for a reply and gave their address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoproblem | idea | praise | other
emailNoOnly if your user wants a reply and gave you their address.
messageYesWhat happened, in plain words. Concrete beats polite: the call you tried, what you expected.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only say the tool is not read-only, not idempotent, and not destructive. The description adds valuable behavioral context: a person reads every message, no account is needed, and the message must exclude claim URLs, tokens, and personal data. It also clarifies when the email field is appropriate.

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?

Four sentences with no filler: purpose, human-reading note, data safety rule, and email guidance. Every sentence earns its place and the most important trigger information is front-loaded.

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

Completeness5/5

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

For a feedback-sending tool with no output schema, the key context is prerequisites, payload rules, and when to include the optional email. All of these are covered explicitly. An agent has everything needed to invoke this correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema, especially for the email field and message content constraints. The 'kind' enum is self-explanatory in the schema, so no additional description is required.

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 ('Sends a message to the ListDrop team') and gives explicit trigger conditions: report a problem, request a feature, or give feedback. This clearly distinguishes it from the list-management sibling tools.

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?

It clearly states when to use the tool with concrete user-intent examples. It does not name alternatives or exclusions, but the siblings are so different in purpose that confusion is unlikely.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources