Skip to main content
Glama
sam-david

unreal-mcp

by sam-david

set_playback_range

Set the playback range for a LevelSequence by specifying start and end frames. Control which part of the sequence plays during preview or rendering.

Instructions

Set the playback start and end frames of a sequence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_frameYesEnd frame
start_frameYesStart frame
sequence_pathYesLevelSequence asset path
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It simply says 'Set', which implies mutation, but does not mention prerequisites, side effects, reversibility, or return values. This is a significant gap for an operation that modifies a sequence asset.

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 that is front-loaded and contains no filler. Every word contributes to the meaning, and it is appropriately sized for the tool's simplicity.

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?

The tool is simple with well-described parameters in the schema, but the description lacks behavioral context (e.g., return value, side effects) and explicit usage guidance. It is adequate but leaves room for improvement in a complete tool specification.

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 baseline is 3. The description adds no additional parameter semantics beyond what the schema already provides, such as 'Start frame' and 'End frame'.

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 a specific verb ('Set') and resource ('playback start and end frames of a sequence'), which distinguishes it from sibling tools like set_sequence_framerate or get_sequence_info. It precisely conveys the tool's function without ambiguity.

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

Usage Guidelines4/5

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

The description provides clear context that this tool is for setting the playback range of a sequence, which implicitly tells when to use it. However, it does not explicitly mention alternatives or when not to use it, so it misses the top score.

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/sam-david/unreal-mcp'

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