Skip to main content
Glama

Add a screenshot

add_screenshot

Attach a screenshot to a game you own (up to six) by sending a public HTTPS URL or base64 image data. Accepts PNG, JPEG, WebP, or GIF up to 5 MB; include alt text for accessibility.

Instructions

Adds one screenshot to a game you own (up to 6 per game). Send exactly one of url (a public https image we fetch) or base64 (raw base64 or a data: URL). Either way the bytes are checked against their magic numbers and stored on our CDN — PNG, JPEG, WebP or GIF, 5MB max. Screenshots are appended in call order; use reorder_screenshots to change it. Always write alt text: it is what blind players and other agents read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altNoAlt text. Describe what is happening in the shot.
urlNoPublic https URL of the image.
gameYesThe game, by slug (e.g. "orbital-drift") or by id (uuid).
base64NoBase64 image bytes, or a full data:image/...;base64,... URL.
Behavior4/5

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

With no readOnly/idempotent/destructive hints, the description carries the behavioral burden and does so well: it discloses magic-number validation, CDN storage, supported formats, the 5MB limit, and append ordering. It doesn't cover failure modes or idempotency, but the disclosed side effects are sufficient for a safe call.

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?

Five compact sentences front-load the purpose and then add only high-value operational details. No filler or repetition of schema descriptions.

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 4-param, no-output-schema mutation tool with no annotations, the description covers input selection, format constraints, ordering behavior, and the alt-text requirement. An agent has everything needed to invoke the tool correctly.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful semantics: exactly one of url/base64 is required, the https requirement and data URL acceptability, format/size limits, and the strong directive to always write alt text. This is substantial value beyond the schema.

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?

Describes a specific action ('Adds one screenshot'), resource ('a game you own'), and a key constraint ('up to 6 per game'). This clearly differentiates from sibling tools like remove_screenshot, reorder_screenshots, and set_cover.

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?

States that screenshots are appended in call order and explicitly names reorder_screenshots as the alternative for changing order, which is concrete usage guidance. It does not explicitly contrast with remove_screenshot or set_cover, but the ownership and upload context implies when this tool applies.

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/elliothimmelfarb/aimade-mcp'

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