Skip to main content
Glama

get_sequence_settings

Retrieve sequence settings like resolution and framerate by providing the sequence ID, enabling informed editing decisions and export configuration.

Instructions

Gets the settings for a sequence (resolution, framerate, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sequenceIdYesThe ID of the sequence
Behavior3/5

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

The phrase 'Gets the settings' implies a safe read operation, and the parenthetical examples hint at what the response contains. However, with no annotations, the description fails to disclose whether all settings are returned or only explicitly set ones, and it offers no error or edge-case context. It is not misleading, but it adds only minimal behavioral insight.

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 short sentence with no filler; every word contributes value. The parenthetical examples are helpful and do not inflate the length.

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?

This is nearly complete for a one-parameter getter with a fully documented schema. However, the vague 'etc.' and lack of specification about whether settings are defaults or only explicitly set values leave some ambiguity, especially given the existence of overlapping siblings like get_sequence_structure.

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 fully documents sequenceId ('The ID of the sequence') and schema coverage is 100%, so the baseline of 3 applies. The description adds nothing beyond what the schema already conveys, but it also doesn't need to, given the parameter is self-explanatory.

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 ('Gets') and identifies the resource ('settings for a sequence') with clear examples ('resolution, framerate'), which makes the tool's purpose obvious. However, it does not explicitly contrast with similar getters like get_sequence_structure or get_full_sequence_info, so it doesn't earn a 5.

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?

No when-to-use guidance, prerequisites, or alternatives are provided. An agent cannot easily distinguish this tool from siblings such as get_sequence_structure or get_sequence_in_out_points based on the description alone; it only restates the operation without adding contextual direction.

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