Skip to main content
Glama

add_layer_marker

Add a marker at a specified time on an After Effects layer by providing the layer name or index, composition ID, and optional comment and duration.

Instructions

Add a marker to a layer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeYes
compIdNo
commentNo
compNameNo
durationNo
layerNameNo
layerIndexNo
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It only says 'Add a marker', which implies a creation action, but does not clarify side effects (e.g., does it replace existing markers? Is it reversible? What happens if the time already has a marker?). The agent receives minimal transparency about behavior.

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?

The description is a single concise sentence, but it is overly terse and leaves critical gaps. While there is no wasted text, the structure fails to front-load essential details like parameter roles or usage context. Conciseness is not valuable if it sacrifices completeness.

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?

Given 7 parameters (1 required) and no output schema, the description provides almost no context. It does not explain return values, error states, or how the parameters interrelate. Compared to the many sibling tools, the agent cannot infer how to construct a valid call without external knowledge.

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?

Schema description coverage is 0%—none of the 7 parameters have descriptions in the schema. The tool description does not explain any parameter meaning, such as the format of 'time' (seconds? frames?), the difference between 'compId' and 'compName', or whether 'duration' is optional. The agent has no semantic clues beyond parameter names.

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 'Add a marker to a layer' clearly states the action (add) and the resource (marker on a layer), distinguishing it from sibling tools like 'add_composition_marker' which targets composition-level markers. The purpose is specific and unambiguous.

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 guidance is provided on when to use this tool versus alternatives like 'set_keyframe' or 'add_composition_marker'. There is no mention of prerequisites (e.g., a composition must be open, layer must exist) or contexts that favor this tool. The description entirely lacks usage 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/davidcasan/MCP-AE2'

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