Skip to main content
Glama

Phone Snapshot Tool

phone-snapshot-tool

Capture a JPEG snapshot of a farm phone screen. The slot must be cast/live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYesPhone slot to snapshot, given as the `slot` UUID from list-phones (its display name like "slot12" is not accepted). Must be cast/live.
widthNoSnapshot width in pixels. Defaults to the configured farm width. Optional.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations available, the description carries the burden of behavioral disclosure. It does disclose a key behavioral constraint (the slot must be cast/live) and the output type (JPEG snapshot), but it does not explain failure modes, permissions, or side effects. This is adequate for a simple read-style capture but not fully transparent.

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 two short sentences with no filler. The key action is front-loaded, and the critical prerequisite follows immediately. Every word earns its place.

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?

For a simple tool with only two parameters and no nested objects, the description plus the fully covered schema is nearly complete. It lacks explicit failure behavior or output format details, but the mention of 'JPEG snapshot' partially covers the output, and no output schema exists to supply the rest.

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 schema already documents both parameters. The description adds no new parameter semantics beyond restating the cast/live requirement for `slot`, which is also in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Capture a JPEG snapshot') and a specific resource ('a farm phone screen'). It is distinct enough from siblings like phone-command-tool and phone-ocr-tool, though it does not explicitly differentiate itself from them.

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 gives an important precondition ('The slot must be cast/live'), which tells the agent when the tool can be used. However, it provides no explicit guidance on when to choose this tool over alternatives like phone-ocr-tool or phone-command-tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources