Skip to main content
Glama

get_color_space

Retrieves the current color space of an Adobe Premiere Pro sequence, enabling you to verify color settings and correct mismatches.

Instructions

Premiere Pro expanded operation: get color space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations are absent. The description 'get color space' suggests a read-only getter, but there is no explicit read-only annotation, no mention of side effects, permissions, or error behavior. The word 'get' implies a non-mutating operation but this is not guaranteed.

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

Conciseness3/5

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

Only one short sentence, no repetition, but the phrase is so generic it just restates the tool name with minimal signal. It may form a 'sentence' but not as a good tool.

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?

No output schema, no return values, no behavior under failure, no examples, no context. For an agent to properly invoke this tool, it would need to know the expected return type and possible values for the color space. Also, no flow or no use case.

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

Parameters1/5

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

The input schema is an object with {'propertyNames': {'type': 'string'}, 'additionalProperties': {}} — this effectively says property names must be strings, but values can be anything. It does not name meaningful parameters or supply types, defaults, constraints, or examples. The description and the schema add no real semantic info for parameters.

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

Purpose2/5

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

The description uses the verb 'get' and identifies 'color space' as the resource, but the phrase 'expanded operation' is vague. It does not specify what color space is retrieved (e.g., working space, display space, sequence space) or how it relates to Premiere Pro operations. It also does not distinguish itself from sibling tools that inspect properties.

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 is given on when to use this tool versus the many sibling tools (e.g., get_project_info, get_xmp_metadata, get_item_info, set_color_value). There are no alternatives, prerequisites, or exclusions.

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/compimprove/adobe-premiere-mcp'

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