Skip to main content
Glama
swe-sanad

jdownloader-mcp

by swe-sanad

wait_for

Polls a download package with a bounded timeout. Returns finished, failed, still running, or not found, so you can re-check until completion.

Instructions

Bounded poll of one download package (cap 120s). Returns finished/failed/ still_running/not_found — re-call on still_running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeout_sNo
package_idYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the bounded nature (cap 120s), the possible return values, and the retry instruction. It is a read/poll operation and the side-effect-free nature is implied by 'poll' and 'returns', but it could be more explicit about not mutating state.

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, front-loaded with the core action ('Bounded poll'), and every clause adds useful information—no filler. The return statuses and re-call guidance are packed efficiently.

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?

For a simple two-parameter tool with no output schema, the description covers the essential behavior: what it polls, the timeout cap, the possible return statuses, and the retry instruction. It misses precise parameter semantics but is otherwise complete enough for an agent to select and invoke correctly.

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

Parameters2/5

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

Schema description coverage is 0%. The description mentions 'one download package' (mapping to package_id) and a 120s cap (relating to timeout_s), but it does not directly explain the timeout_s parameter, its units, or how it relates to the cap. It doesn't sufficiently compensate for the lack of parameter descriptions in the schema.

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: 'Bounded poll of one download package' with a specific resource (download package) and a cap of 120s. It also lists the distinct return statuses, which differentiates it from sibling tools like status or list_downloads.

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 provides explicit usage guidance by saying 're-call on still_running', indicating a polling loop with retry behavior. It implies its use for waiting on a package rather than a one-shot check, but it doesn't explicitly name alternatives like 'status' or say when not to use it.

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/swe-sanad/jdownloader-mcp'

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