Skip to main content
Glama

Submit Song Request

submit_song_request

Submit a song request to KAZM 106.5 FM & 780 AM via the station website. Searches the real studio library, then logs the request for the DJ — every request gets read. Provide both song title and artist for best results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoYour name and town for the request card, e.g. 'Sarah from Sedona' (optional)
noteNoA dedication or message, e.g. 'Happy birthday Maria!' (optional)
queryYesSong title and/or artist name, e.g. 'Sailing Christopher Cross' or 'Truckin Grateful Dead'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
noteNo
matchesNo
messageNo
successYes
submittedNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations indicate a write operation (readOnlyHint=false) that is not destructive. The description adds that it searches a 'real studio library' and logs the request, and every request gets read. This is transparent. However, it does not mention authentication requirements, rate limits, or error scenarios, which could be relevant for an agent.

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 two sentences long, front-loaded with the main purpose, and no redundant information. Every sentence adds value, making it easy for an agent to parse quickly.

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?

Given the output schema exists (so return values are covered there) and annotations are present, the description is complete enough. It explains the end-to-end behavior (search, log, read) without omissions. The tool is simple (3 params, 1 required), and the description matches its complexity.

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% with descriptions for all three parameters. The tool description adds value by emphasizing 'Provide both song title and artist for best results,' which goes beyond the schema's note. This extra guidance helps the agent choose better inputs.

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 clearly states the action ('Submit a song request'), the specific resource ('KAZM 106.5 FM & 780 AM via the station website'), and the workflow (searches library, logs for DJ). It also provides a usage hint ('Provide both song title and artist for best results'). This distinguishes it from sibling tools like search_song_request_library, which is read-only.

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 implies usage for making a request that will be read by the DJ. While it does not explicitly mention when to avoid using it (e.g., if only searching), the context of sibling tools (mostly read-only get_* tools) and the action verb 'submit' make it reasonably clear. A brief 'Use this to send a request; use search_song_request_library to browse existing songs' would improve it.

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

B3.4/5.0
Disambiguation3/5

Many tools have distinct purposes, but there is overlap in areas like listener management (get_listener_profile, get_or_create_listener, register_listener, update_listener_preference, log_listener_history) and alerts (get_emergency_alerts, get_nws_alerts, get_fire_restrictions, get_wildfire_perimeters). This can cause confusion for an agent selecting the appropriate tool.

Naming Consistency3/5

Tool names mostly follow a verb_noun pattern, but verbs are inconsistent: 'get_', 'search_', 'submit_', 'log_', 'update_', 'register_', 'get_or_create_'. The listener management tools have varying verbs, and there is a mix of specific and generic names. The pattern is readable but not fully consistent.

Tool Count2/5

At 45 tools, the server is overloaded for its stated purpose as a radio station. It covers many unrelated domains (emergency alerts, hiking, chakras, etc.), which would be better split into separate, focused servers. The tool count feels excessive and unfocused.

Completeness2/5

While the radio-related tools (now playing, requests, schedule, listener management) cover core functionality, the inclusion of many unrelated tools (e.g., hiking trails, chakras, sports scores) dilutes the server's purpose. There are obvious gaps in radio-specific features (e.g., no tool for playlist management or DJ scheduling) but an overabundance of peripheral tools.

Resources