Skip to main content
Glama

Add or remove a favorite

favorites_update
Idempotent

Update your put.io favorites list by adding or removing an IMDb id. Specify the IMDb id and whether to add or remove it to manage your saved favorites.

Instructions

Adds or removes an IMDb id from the favorites list stored in the put.io account config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhether to add or remove the id.
imdbIdYesIMDb id to add or remove, e.g. tt0306414.
Behavior3/5

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

Annotations already declare readOnlyHint=false and idempotentHint=true, covering the mutation and retry safety. The description adds context that the favorites list is stored in the put.io account config, which is useful but does not disclose additional behavioral traits such as error handling or side effects.

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 a single sentence that is front-loaded with the main action and resource. It is concise, clear, and contains no unnecessary words or repetition.

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?

Given the tool's simplicity, full schema coverage, and annotations, the description is quite complete. It explains the modification target and storage location. It does not mention specific error behavior or duplicate handling, but these are not essential given the idempotentHint annotation.

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?

The input schema provides complete descriptions for both parameters (imdbId and action), covering 100% of the schema. The description only restates the action types and resource, adding minimal semantic value beyond 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 ('Adds or removes') and the resource ('IMDb id from the favorites list stored in the put.io account config'). It effectively distinguishes itself from sibling tools such as favorites_list by indicating a mutation operation rather than a listing operation.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention that favorites_list should be used for viewing, nor any preconditions or context for adding/removing favorites. Usage is implied only by the tool name and verb.

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/githendrik/sf-mm-mcp'

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