Skip to main content
Glama

get_work_area

Retrieve the in and out points of a sequence's work area, defining the active editing range for export or playback.

Instructions

Gets the work area in/out points for a sequence.

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states it 'gets' the in/out points, implying a safe read operation, but does not describe return format, error behavior (e.g., when no work area is set), or whether a sequence must be open. Basic behavior is clear, but details are missing.

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 one short sentence (10 words), front-loaded with the action verb 'Gets', and contains no filler or redundant details. Every word earns its place, making it highly concise and well-structured.

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?

This is a simple tool with one parameter and no output schema, so the description is nearly complete. It clearly states what is retrieved and for which entity. However, it does not specify the output format (e.g., ticks, seconds, dict) or any prerequisites, which would be helpful but is mitigated by the tool's simplicity.

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 covers the single parameter 'sequenceId' with a description ('The ID of the sequence'), so schema coverage is 100%. The tool description adds no additional meaning to the parameter, such as where to obtain it or its format, matching the baseline of 3.

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 uses the specific verb 'Gets' with the resource 'work area in/out points' and delimits scope 'for a sequence'. This clearly distinguishes it from sibling tools like set_work_area and is_work_area_enabled, making the purpose immediately unambiguous.

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 gives no explicit guidance on when to use this tool versus alternatives. It implies a read operation, but does not contrast with set_work_area or is_work_area_enabled, nor does it mention prerequisites like an open sequence or active sequence. The usage context is only implied by the verb 'Gets'.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

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