Skip to main content
Glama

put_downloads_feeds_feed_id_items_item_id

Modifies a specific download feed item's properties, such as status, title, or auto-download, to control RSS feed downloads on a Freebox.

Instructions

Returns the collection of all DownloadFeedItems for a given DownloadFeed

Error codes: feed_not_found, item_not_found, feed_is_recent, internal_error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feed_idYes
item_idYes
idNoid
statusNoThe feed can have the following status — Values: `ready`: feed is up to date; `fetching`: feed is updating; `error`: there was an error trying to refresh this feed, see error
urlNoFeed URL
titleNoFeed title (extracted from the RSS)
descNoFeed description (extracted from the RSS)
image_urlNoFeed image URL (extracted from the RSS)
nb_readNoNumber of read items in the feed
nb_unreadNoNumber of unread items in the feed
auto_downloadNoIf set to true, the downloader will automatically download new items
fetch_tsNoLast time the feed was fetched — Unix timestamp (seconds since epoch).
pub_tsNoLast time the feed was published on remote server — Unix timestamp (seconds since epoch).
errorNoError code (same as used in Download or DownloadFile ).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description says 'Returns' implying a read operation, but PUT typically mutates. No annotations are provided, so the description carries full burden but fails to disclose mutation, permissions, or side effects. It directly contradicts the HTTP method implied by the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but the single sentence is misleading about the tool's behavior. Error codes are listed but do not compensate for the incorrect purpose. The structure does not front-load a correct verb-resource combination.

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

Completeness1/5

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

The description fails to convey that this is an update tool (PUT) and incorrectly describes it as a return operation. Considering the complexity (14 parameters, output schema exists) and lack of annotations, the description is severely incomplete and inaccurate.

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 86%, so the input schema already describes parameters well. The description adds no additional parameter meaning beyond the schema, meeting baseline expectations.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Returns the collection of all DownloadFeedItems for a given DownloadFeed,' which describes a GET operation, but the tool name starts with 'put_' indicating an update. This contradiction makes the purpose unclear and misleading.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives like 'get_downloads_feeds_feed_id_items' (GET). The description does not clarify its role as an update operation, leaving the agent without usage context.

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/Nelson-PROIA/freebox-mcp'

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