Skip to main content
Glama

feedback

Destructive

Send AINSOF what the user thought of an answer — "none of these fit", "the music doesn't land on my cut", "that second one is perfect". ASK THEM FIRST, every time, in one short question: their words would be sent to AINSOF to improve the catalogue, is that alright. Send only if they say yes, and set consented to true when they do. If they decline or do not answer, do not call this tool at all — their reaction stays in the conversation. Quote them in in_their_words EXACTLY as they said it, and pass the tool it concerns plus the track_id or brief involved. Never invent a complaint, and never send feedback the user did not give.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aboutYesthe tool this is about, e.g. 'search_music' or 'score_my_video'
briefNothe brief or query that produced it, if any
verdictYeshow it landed
expectedNowhat they wanted instead, if they said
track_idNothe cue it concerns, if any
consentedYestrue ONLY if you asked the user whether their feedback may be sent to AINSOF and they agreed. Never set this without having asked.
in_their_wordsNothe user's own sentence, verbatim, not paraphrased

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (destructiveHint=true), the description discloses the consent requirement, the obligation to set `consented` only after asking, the need to quote the user verbatim, and a prohibition on inventing feedback. It also notes that a declined reaction stays in the conversation, adding behavioral nuance not available from structured fields.

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 dense but every sentence carries essential instruction. It could be more tightly structured, but the details about consent and verbatim quoting are critical. It is appropriately sized for a tool with ethical and quality constraints.

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 tool that transmits user feedback, the description covers the full workflow: consent, exact quoting, tool identifiers, and what to do when consent is withheld. No output schema exists, but the tool's action is sufficiently specified. The description is complete for an agent to use it correctly and avoid misuse.

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?

Although schema coverage is 100%, the description adds crucial semantic context: it explains how `consented` must be true only after explicit permission, that `in_their_words` must be the user's exact sentence, and how `about`, `track_id`, and `brief` relate to the feedback context. This goes far beyond the schema's property descriptions.

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: 'Send AINSOF what the user thought of an answer', followed by concrete examples that clarify the tool's scope. It is clearly distinct from sibling tools like search_music or deliver_score, since none of those describe sending user feedback.

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, imperative guidance: 'ASK THEM FIRST, every time', 'Send only if they say yes', and 'If they decline or do not answer, do not call this tool at all'. This provides clear when-to-use and when-not-to-use conditions, going beyond mere context.

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.

TDQS

A4.1/5.0
Disambiguation3/5

search_music, find_soundtrack, and search_by_reference all discover catalogue music, and find_soundtrack overlaps with search_music for description-based requests. The long descriptions clarify the intended input type, but an agent could still reasonably pick the wrong tool when a user asks for music for a video.

Naming Consistency3/5

Most tools follow a readable verb + object pattern (analyze_video, deliver_score, get_track, get_upload_link), but others are noun phrases (cue_sheet, listen_link, feedback) or awkwardly different (about_ainsof, score_my_video). The naming is not chaotic but lacks a single consistent convention.

Tool Count5/5

With 12 tools, the set is within the well-scoped 3-15 range and each tool addresses a clear stage of the catalogue and scoring workflow: search, preview, upload, analyze, score, deliver, and feedback. No obvious filler or redundancy bloating the count.

Completeness4/5

The set covers the core lifecycle from music discovery and video analysis through scoring, delivery, and user feedback. Minor gaps exist such as no explicit browse/album listing tool, but search_music can retrieve albums and composers, so this should not cause agent failures.

Resources