Skip to main content
Glama

marker_add_transition

Add a transition marker that, when playback crosses it, jumps the timeline to a specified destination.

Instructions

Add a transition marker — when playback crosses this point, the timeline jumps to the given destination.

Args: track_target: Marker track {guid} from event_add_marker_track. position: Timeline position in seconds (>= 0). destination_target: {guid} of a NamedMarker or LoopRegion (from marker_add_named / marker_add_region).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionYes
track_targetYes
destination_targetYes
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It explains the primary effect (jump to destination) but does not disclose potential side effects (e.g., overwriting existing markers, idempotency) or error handling for invalid GUIDs. It provides context about argument origins, but not the full behavioral profile.

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?

Two sentences: first explains purpose and behavior, second lists parameters with brief explanations. Front-loaded with the key insight (jump to destination). No superfluous text.

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?

The description covers the core usage, including parameter origins and position constraint, and clarifies the destination type. It doesn't discuss edge cases like invalid targets or idempotency, but for a simple add operation this is adequate. The lack of output schema is acceptable as the tool likely returns a confirmation.

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

Parameters4/5

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

Schema has 0% description coverage, but the description adds meaningful context for all three parameters: track_target's origin (from event_add_marker_track), position constraint (>= 0), and destination_target's source types (NamedMarker or LoopRegion). This goes beyond the schema's titles and helps the agent understand argument semantics.

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 'Add a transition marker' and explains the behavior: 'when playback crosses this point, the timeline jumps to the given destination.' This is a specific verb+resource combination that distinctly separates it from sibling tools like marker_add_named or marker_add_region, which serve different purposes.

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 gives clear context on what the tool does and references where the track_target and destination_target GUIDs come from (events/marker tools). It implies when to use it (for jump transitions) but does not explicitly contrast with other marker tools or state when not to use it. Still, the behavior is specific enough to infer usage.

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/xDarkzx/Dans_Fmod_Studio_MCP'

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