Skip to main content
Glama

Rd Rembg

rd_rembg

Cut backgrounds out of images using ISNET matting to isolate subjects for pixel-art workflows.

Instructions

Remove Background: cut the background out of images (ISNET matting).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/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 burden of behavioral disclosure. It only mentions the algorithm and the action, without disclosing side effects (e.g., whether files are modified in place, output format, processing overhead, or other constraints). This is a significant gap for a tool that processes files.

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 one sentence, front-loaded with the core purpose, and contains zero fluff. Every word contributes to clarity.

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

Completeness3/5

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

For a single-parameter tool with an output schema (present but not shown), this description is minimally viable. It tells what the tool does, but lacks usage context and behavioral details. Given there are no annotations, the definition overall is adequate but leaves important context uncovered.

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?

Schema description coverage is 0%, and the description does not elaborate on the 'image_paths' parameter. While the name is somewhat self-explanatory, the description adds no meaning beyond the schema, and with zero coverage the description should compensate more explicitly.

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 verb ('Remove Background'), a clear resource ('background out of images'), and even names the algorithm ('ISNET matting'). It effectively distinguishes this tool from all sibling tools, none of which perform background removal.

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 purpose implies the usage scenario, but there is no explicit guidance on when to use this over alternatives or any exclusions. It does not name alternative tools or contexts where this would be inappropriate, leaving the agent to infer from the name alone.

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

Deploy Server

Other Tools