Skip to main content
Glama

fattly_inpaint

Edits part of an image: repaints the masked area to match a prompt. Returns a link to the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesWhat to paint into the masked area.
maskUrlYesMask (white = area to repaint) — a fal URL from fattly_upload_image.
imageUrlYesImage to edit — a fal URL from fattly_upload_image.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description goes beyond the sparse annotations by explaining that the operation edits only the masked area and returns a link to the result. This is meaningful behavioral context, though it does not address processing time, credit costs, or whether the original image is left unchanged.

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 short sentences carry a precise purpose, a behavioral detail, and the return type. Nothing is wasted, and the main action is front-loaded.

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 3-parameter tool, the description plus schema covers inputs and output adequately: image, mask, prompt, and result link are all specified. It lacks only minor operational context such as costs or asynchronous behavior, which are not critical for invoking the tool.

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 covers 100% of parameters with clear descriptions (including mask color semantics and fal URL requirements), so the base score is 3. The tool description itself adds no parameter-level meaning beyond what the schema already provides.

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-resource pair ('Edits part of an image') and precisely defines the operation: 'repaints the masked area to match a prompt.' This clearly distinguishes inpainting from sibling tools like remove_background, upscale, and generate_image.

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 the tool should be used for repainting masked image regions, but it does not state when to prefer it over alternatives or when not to use it. No exclusions or sibling comparisons are provided, so usage guidance is only implicit.

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.