Skip to main content
Glama

bulk_set_asset_rights_package

Set or clear the rights package for multiple assets in one call. Provide asset IDs and an optional rights package ID to bulk update permissions.

Instructions

Set (or clear with null) the rights package on many assets in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idsYes
rights_package_idNo
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses that passing null clears the rights package, which is useful. However, it does not state the effect on existing rights packages, permission requirements, or potential partial failures, leaving ambiguity.

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, concise sentence with no filler. It directly states the operation, the special case (null), and the scope, making it easy to parse.

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?

Given the simplicity of the tool and lack of annotations or output schema, the description provides the core operation but omits important context such as whether the operation overwrites existing rights packages, what the response contains, and whether permissions are required. More detail would improve completeness.

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?

With 0% schema coverage, the description compensates by explaining that rights_package_id can be null to clear and that asset_ids refers to multiple assets. It adds meaning beyond the schema, which only lists types, by clarifying the null behavior and the bulk nature.

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 (set or clear) and the resource (rights package) on many assets. It uses a specific verb and identifies the scope ('many assets'), distinguishing it from single-asset operations and other bulk tools like bulk_add_tags_to_assets.

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

Usage Guidelines3/5

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

The description implies usage when you need to set or clear rights packages on multiple assets at once ('in one call'), but it does not explicitly mention alternatives or exclusion criteria, such as when to use a per-asset update instead.

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/mediagraph-io/mediagraph-mcp'

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