Skip to main content
Glama

fattly_upscale

Upscales an image to higher resolution. Returns a link to the upscaled image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factorNoScale factor 2–4 (default 2).
imageUrlYesImage to upscale — a fal URL from fattly_upload_image.

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?

Annotations already cover the safety profile (readOnlyHint=false, destructiveHint=false), and the description adds the return behavior ('Returns a link to the upscaled image'). However, it does not mention any processing time, credit cost, or side effects of upscaling, so the behavioral context beyond annotations is thin.

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?

Two sentences, no redundancy, and the core action is front-loaded before the output statement. 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 two-parameter tool, the description plus schema is nearly sufficient: inputs are explained, factor defaults are in schema, and the output link is stated. It only lacks a brief note about scope/limits (e.g. maximum source image size or credit consumption), so it is complete enough but not exhaustive.

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%: both imageUrl and factor are documented, including the default factor and the required fal-upload-source. The description itself adds no parameter-level meaning, matching the baseline 3 when the schema already carries the burden.

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 opens with 'Upscales an image to higher resolution', a specific verb and resource, and it is distinct from every sibling (no other tool upscales). 'Returns a link to the upscaled image' also clarifies what the output is, so an agent can identify it without opening the schema.

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

Usage Guidelines2/5

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

The description implies usage when an image needs higher resolution, but it gives no explicit when-to-use/when-not-to-use guidance and names no alternatives. Prerequisite like the URL coming from fattly_upload_image is only in the schema, not in the description, so there is little help in choosing this over related generation/edit tools.

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.