Skip to main content
Glama

get_frame

Fetch the latest decoded video frame from a live Luxxon session as a JPEG, ready for direct input to a vision model. Retry if a 404 is returned during initial keyframe arrival.

Instructions

Fetch the latest decoded video frame from a LIVE Luxxon session as a JPEG image. Hand the returned image straight to a vision model. Returns 404 FRAME_NOT_AVAILABLE for ~3-5s after /start while the first keyframe arrives — retry if you hit that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYesUUID of the Luxxon session
Behavior4/5

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

With no annotations, the description must fully disclose behavior. It explains the output type (JPEG), the possible 404 error, and the typical delay (3-5s) with retry advice. It does not cover auth requirements or rate limits, but for this simple tool the disclosure is sufficient.

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—two sentences—and front-loads the core purpose, output, and error handling. Every sentence adds value without redundancy.

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?

Given the tool has only one parameter and no output schema, the description covers the purpose, output format, and key error scenario. It could mention that the session must be started, but 'LIVE Luxxon session' implies that state. Overall, it is nearly complete.

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 has 100% description coverage for its single parameter (sessionId). The description adds context about the session being LIVE and timing but no new parameter-level details, so a baseline score of 3 is appropriate.

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 a specific verb ('Fetch') and resource ('latest decoded video frame from a LIVE Luxxon session as a JPEG image'), and clearly states its purpose. It differentiates from sibling tools (cancel_session, get_session, get_stream_url) which handle session management and stream URLs, not frame capture.

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 for when to use the tool—after starting a session—and includes retry guidance for the initial delay. It does not explicitly state when not to use it or mention alternatives, but the sibling tools imply different usage scenarios.

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/luxxon-dev/luxxon-sdk'

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