Skip to main content
Glama

post_media_image_convert

Convert an image between common formats (e.g. PNG/JPEG/WebP) from a URL or base64 payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states the conversion action but does not indicate whether the operation has side effects, how the output is returned, whether it is asynchronous, or any limits/errors. This is a significant gap for a tool with no other behavioral metadata.

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 a single sentence that is front-loaded with the action and resource, then adds examples and input source types. Every word contributes value, and there is no redundant or fluff content. It is highly concise and well-structured.

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

Completeness2/5

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

Given the empty input schema, lack of annotations, and no output schema, the description is far from complete. It leaves critical information missing: required parameters, accepted formats beyond examples, how targets are specified, and what the response looks like. While it provides a basic idea of the operation, it is not enough for an agent to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema is empty, so there are no parameter names or types documented. The description mentions 'URL or base64 payload' but does not specify how to pass these values, nor does it mention a target format parameter or output configuration. This provides only a vague hint of the required inputs, insufficient for correct invocation.

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 ('Convert') with a clear resource ('image'), names source types ('URL or base64 payload'), and gives concrete formats (PNG/JPEG/WebP). It is unambiguous and easily distinguished from sibling tools like post_media_video_generate_*, which are about video generation, so the purpose is fully clear.

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 implies when to use the tool: when an image needs format conversion and is available via URL or base64. However, it does not explicitly mention alternatives, exclusions, or conditions such as size limits or unsupported formats. Usage context is present but not elaborated.

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.

TDQS

C2.7/5.0
Disambiguation2/5

Multiple tools occupy the same security-audit space: get_dns_lookup/get_domain_intelligence, get_security_posture/get_web_audit/post_domain_due_diligence, and the three post_security_repo_risk_report variants heavily overlap. Video generation is split only by duration, and get_ssl_check/get_security_posture both target TLS/certificate concerns, so an agent could easily select the wrong tool.

Naming Consistency3/5

All tools use snake_case and a get_/ post_ prefix, which is a recognizable convention and generally readable. However, the suffix order is inconsistent (get_url_parse vs get_security_posture vs post_security_repo_risk_repport_standard), and get/post are HTTP-style prefixes rather than semantic verbs, so the pattern is only partially coherent.

Tool Count2/5

34 tools is well above the 'too many' threshold and spans unrelated domains: domain security, repo risk, JSON/hash/text utilities, media generation, Quebec invoices, and x402 payments. Many tools are variants that could be consolidated (video durations, risk report tiers, audit scopes), so the count feels inflated rather than purposeful.

Completeness2/5

The set lacks a single apparent domain, so no complete lifecycle is clearly covered: video generation has no status/retrieval, repo risk reporting is read-only, and common companions (URL encoding, current timestamp, image analysis) are missing. It is a broad collection of one-off utilities rather than a coherent functional surface.

Resources