Skip to main content
Glama
vivmuk

Medhā MCP

by vivmuk

Venice Music Retrieve / Status

venice_music_status

Checks the status of a queued music generation job by providing the model and queue ID, returning whether the audio is ready, still processing, or completed for retrieval.

Instructions

Check status of a queued music job (POST endpoint with body {model, queue_id}). POST /v1/audio/retrieve. Async until COMPLETED. Supports x402 wallet auth (no Venice account needed) and API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
queue_idYes
delete_media_on_completionNo
Behavior3/5

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

With no annotations provided, the description carries the burden. It usefully discloses the async behavior (returns until COMPLETED), the endpoint, and both auth methods (x402 wallet auth, API key). However, it doesn't explain what happens on failure, retry semantics, or the response structure of the status check.

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?

Three sentences, compact and dense with useful info covering endpoint, async behavior, and auth. Slightly dense syntax ('Async until COMPLETED') but no waste. Could be marginally clearer about the body example.

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

Completeness3/5

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

The tool is moderately complex (async status, multiple auth modes, 3 params, no output schema), and the description covers the endpoint, auth, and async nature. However, the third parameter (delete_media_on_completion) is undocumented in both schema and description, and with no output schema or annotation, important behavior like error handling and COMPLETED payload shape is unexplained.

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 0%, so the description must compensate. It names queue_id and model in the POST body and explains the purpose of queue_id (identifying queued job), but provides no detail on the body format beyond naming the fields, and doesn't mention delete_media_on_completion parameter at all.

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 tool checks status of a queued music job via POST /v1/audio/retrieve, distinguishing it from siblings like venice_music_generate (creation) and venice_music_complete. 'Check status' is a specific verb+resource pairing that aligns with the 'Status' title.

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 this is for checking already-queued music jobs (async until COMPLETED), giving context on when to use it. However, it doesn't explicitly name alternatives or state when NOT to use it, though the distinction from generate/complete siblings is reasonably clear.

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

Install Server

Other Tools

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/vivmuk/medha-mcp'

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