Skip to main content
Glama

set_metadata

Assign a metadata value to a specific project item in Adobe Premiere Pro by providing the item ID, field name, and value. Use this to update or add metadata fields directly.

Instructions

Sets a project metadata value on a project item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe metadata key/field name
valueYesThe metadata value to set
projectItemIdYesThe ID of the project item
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It states that a value is set, implying mutation, but does not disclose whether existing values are overwritten, whether the metadata key must already exist, or what happens on failure.

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?

A single sentence with no filler. It states the action, the target, and the value type, and every word contributes to the core meaning.

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?

For a simple three-string-parameter setter, the description is minimally workable, but clear gaps remain: it does not route the agent away from sibling metadata tools or explain the overwrite/precondition behavior expected of a mutation with no annotations.

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 100%, so the schema already explains key, value, and projectItemId. The description adds no extra parameter meaning beyond the obvious 'metadata value' context, so the baseline of 3 is appropriate.

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

Purpose4/5

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

The description uses a specific verb ('Sets') and names a clear resource ('project metadata value on a project item'). It is unambiguous about what the tool does, though it does not differentiate it from sibling metadata tools like set_project_panel_metadata or set_xmp_metadata.

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 guidance on when to use this tool versus alternatives, and no exclusions or prerequisites are mentioned. An agent is left to infer that this is the generic metadata setter among several similar sibling tools.

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

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/tro2789/scout-premiere-mcp'

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