Skip to main content
Glama

Send feedback

send_feedback

Tell AnyAPI something that is not a defect: an API you wanted and could not find in the catalog, a field missing from a result you needed, a confusing part of the docs or tool descriptions, or what would have made a task easier. Free, never charged. Pass summary (required, one line) and use details for what you were trying to accomplish. Use report_bug instead when something behaved incorrectly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNooptional: the sku_id this is about, e.g. 'instagram.reels_search'
contactNooptional: an email address to reply to. Supply one if you are on a trial key, since a trial has no account we can reach
contextYesExplain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
detailsNooptional: what you expected, what you got, and anything you already tried
summaryYesone line saying what went wrong or what you want to tell us
request_idNooptional: the requestId or resultId from the run that went wrong. This is the single most useful field: it reaches the stored run, its attempts, and any upstream error body, so you do not need to paste the payload

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesthe stored report id; quote it if you contact support about this
receivedYestrue when the report is stored

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior3/5

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

Annotations indicate no readOnly, no idempotent, no destructive hints, so the description carries the burden of explaining side effects. It adds useful behavioral context ('Free, never charged', 'pass summary', 'use details'), but does not explicitly state that this creates a support ticket or feedback record, nor what the response contains. With an output schema present, the response shape is covered, so a 3 is fair.

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 compact and front-loaded: it defines the tool's purpose in the first sentence, gives concrete examples of appropriate feedback, and ends with the sibling routing rule. It is slightly dense but every sentence earns its place. Minor structural improvement would be separating the parameter guidance from the purpose statement, but it is not bloated.

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?

Given the tool's non-destructive, feedback-collection nature and a full output schema, the description covers the core context well: what kind of feedback is welcome, that it is free, how to structure the content, and when to use report_bug instead. It could mention whether the feedback is anonymous by default or what happens after submission, but those are minor gaps for a low-risk tool with a clear output schema.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful value by explaining the intended split between summary and details, emphasizing that summary is one line, and by describing what fields like sku and request_id are useful for. Some parameter-specific nuance, such as the request_id guidance, lives in the schema already, but the description's guidance on using details versus summary strengthens the agent's ability to fill the fields correctly.

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 states a specific verb ('Tell') and resource (AnyAPI feedback), and explicitly distinguishes its scope: non-defect feedback about missing APIs, fields, docs, or task friction. It clearly differentiates from the sibling report_bug, so an agent can tell them apart without inspecting either schema.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use context ('an API you wanted and could not find', 'a field missing', 'confusing docs') and an explicit alternative ('Use report_bug instead when something behaved incorrectly'). This is exactly the kind of routing guidance that lets an agent choose correctly between siblings.

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.