Skip to main content
Glama

still_grab

Grab a gallery still from the current clip or every clip on the timeline. Select the first or middle frame for each clip to use in color grading.

Instructions

Grab a gallery still from the current clip, or from every clip on the timeline.

frame_source applies to all_clips: 1 for first frame, 2 for middle frame. Requires the Color page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_clipsNo
frame_sourceNo
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It explains that the tool requires the Color page and describes the frame_source parameter behavior for all_clips. However, it does not disclose whether the operation is destructive, what gets modified (e.g., creates a still in a gallery), or any side effects. The information is partially helpful but incomplete.

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 extremely concise, consisting of three short sentences. The main action is front-loaded, and every sentence adds value: what the tool does, parameter behavior, and a prerequisite. There is no wasted text.

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 description lacks information about return values or success/failure behavior, which is important for a tool that creates an artifact (a still). The definition of 'current clip' is not clarified, and error cases are not mentioned. Given the tool's moderate complexity and absence of an output schema, the description is incomplete.

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?

The input schema has 0% description coverage, so the description must compensate. It explains the frame_source parameter's meaning when all_clips is true (1=first frame, 2=middle frame) and implies that all_clips controls whether to process all clips or just the current one. This adds significant value beyond the schema, though frame_source when all_clips is false is not explicitly addressed.

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 the tool grabs a gallery still, specifying two modes: current clip or all clips on the timeline. This is distinct from sibling tools like still_list (list stills) or still_export (export stills), and the verb 'grab' 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 Guidelines3/5

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

The description mentions a prerequisite ('Requires the Color page'), which provides important context for usage. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or when-not-to-use guidance. The implied usage is clear but not fully elaborated.

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/irstone-source/resolve-mcp'

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