Skip to main content
Glama
bickov

SlimSnap MCP

by bickov

Get one frame of a capture as an image

get_capture_image
Read-only

Retrieve a downscaled screenshot frame to answer visual questions about spacing, style, or color that text and coordinates cannot resolve.

Instructions

Returns the actual pixels of one frame, already downscaled to a size the model can read. Useful for visual questions that the text and coordinates cannot settle, such as spacing, visual style, colour balance, or imagery with no text in it. Costs substantially more tokens than the structured form of the same capture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCapture id. Omit to use the newest capture.
frameNo1-based frame number. Scroll captures have several, top to bottom.
Behavior4/5

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

Annotations already declare readOnlyHint true, so the description adds extra context: the image is downscaled and costs substantially more tokens than the structured form. This goes beyond the annotation's safety signal, though it doesn't mention potential errors or output format specifics.

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?

Three focused sentences: one for function, one for usage context, one for cost warning. Each sentence adds distinct value with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter tool with no output schema, the description fully covers purpose, when to use it, and an important cost caveat. Annotations cover the read-only nature, making this complete in context.

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 schema already provides 100% coverage for both parameters (id and frame) with detailed descriptions. The tool description adds no additional parameter-level semantics, so the 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 clearly states the tool returns actual pixels of one frame as an image, distinguishing it from sibling tools like get_capture which returns structured data. It also specifies that the image is downscaled for model readability, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Provides explicit use cases: visual questions that text and coordinates cannot settle, such as spacing, style, colour balance, or imagery without text. It also contrasts with the structured form of the same capture, implicitly indicating when not to use this tool.

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/bickov/slimsnap-mcp'

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