Skip to main content
Glama

upload_translation_key_screenshot

Upload a base64-encoded screenshot (PNG/JPG/JPEG) to a translation key, replacing any existing one. Requires a valid key, with optional namespace.

Instructions

This tool will upload a screenshot for a translation key from a base64-encoded image.

  • Provide 'key' (required), optionally 'namespace', and 'base64' (required, PNG/JPG/JPEG, max 2MB).

  • Replaces the existing screenshot if one exists. Throws an error if the translation key does not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe translation key name.
base64YesScreenshot image encoded in base64 (PNG/JPG/JPEG, max 2MB). Replaces any existing screenshot.
namespaceNoThe namespace for the translation key (optional).
Install Server

TDQS

B3.3/5.0
Behavior1/5

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

The description says it replaces an existing screenshot, yet annotations declare destructiveHint: false, which is an annotation contradiction. Because of that contradiction, this dimension must be scored 1 despite the useful error-condition disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded with the core action, and uses bullets for parameter requirements and behaviors. It earns its place, though the replacement behavior is mentioned twice (description and base64 schema description), a minor 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?

It covers required parameters, image format and size limit, replacement semantics, and failure when the key doesn't exist, which is enough for an agent to invoke the tool safely. With no output schema, it doesn't describe return values, but that's a minor gap for an upload operation.

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 coverage is 100%; both key and base64 have descriptions in the schema, and namespace is also documented. The tool description repeats these constraints (required, max 2MB, PNG/JPG/JPEG) rather than adding meaning beyond the schema, so baseline 3 applies.

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 states a specific action: upload a single base64-encoded screenshot for a translation key. It names the key resource and differentiates via 'base64-encoded' and singular 'a screenshot' from sibling file/bulk variants.

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?

It conveys when to use this tool (single base64 upload/replace) and its prerequisites, but it never explicitly contrasts it with upload_translation_key_screenshot_file or upload_translation_key_screenshots_bulk. The usage is implied rather than stated as when/when-not guidance.

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

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/simplelocalize/simplelocalize-mcp-server'

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