Skip to main content
Glama

fattly_face_swap

Swaps the face from one image onto another. SFW-only and the result is scanned — use only faces you have the right to use; do not create misleading or explicit imagery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseImageUrlYesScene image (the body/photo to keep) — fal URL.
swapImageUrlYesFace image to place into the scene — fal URL.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The annotations provide only generic flags (readOnlyHint=false, destructiveHint=false, etc.), so the description carries the behavioral burden. It adds useful context beyond the annotations by disclosing that results are scanned and that the service enforces SFW/content restrictions. It does not mention return format or async behavior, but the added moderation and policy context is meaningful.

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 two tightly written sentences with no filler. The core purpose is front-loaded, and the second sentence delivers the necessary safety and legal guidance. Every clause adds value.

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 tool with only two string parameters, the description covers the core operation, the output expectation ('swaps the face'), and important usage constraints. It lacks explicit mention of return value shape or whether processing is asynchronous, but the tool is simple and the schema is well-documented, so the description is reasonably complete.

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 input schema already documents both parameters clearly: baseImageUrl is the scene image and swapImageUrl is the face image. Since schema description coverage is 100%, the tool description adds no additional parameter-level meaning; the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Swaps the face') and the resources involved ('from one image onto another'), making the purpose immediately understandable. It does not explicitly differentiate from sibling tools like fattly_actor_swap, so it lacks the explicit sibling distinction needed for a 5.

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 gives explicit usage constraints: SFW-only, rights-required, and no misleading/explicit imagery. However, it does not say when to prefer this tool over alternatives such as fattly_actor_swap or other image editing tools, leaving sibling-selection guidance implied rather than stated.

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.