Skip to main content
Glama

RegiAI

Braces Filter

braces_filter

See yourself with braces. $0.10 per image. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoBand color (colored braces)
imageYesSmiling photo: public https URL or base64 data URI (image).
styleNoBraces

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 description adds important behavioral details beyond the annotations: it is paid ($0.10 per image), runs asynchronously, returns a generation_id, and instructs the caller to poll until status is 'completed'. This meaningfully clarifies what an agent should expect when invoking the tool.

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?

Three short sentences, each carrying distinct information: the visual effect, the cost, and the asynchronous workflow. There is no filler or repetition of schema contents.

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 an asynchronous image-generation tool with no output schema, the description adequately explains how to retrieve the result by polling get_generation. It could mention failure modes or estimated runtime, but the essential call-and-retrieve flow is 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?

Schema description coverage is 100%, so parameter meanings are already documented in the schema. The description adds no detail about the color or style parameters beyond what the schema provides, which matches the baseline expectation.

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?

‘See yourself with braces’ clearly communicates the tool's effect: it transforms a photo to add braces. It implies the input is an image and is distinct from the sibling tools, though it stops short of an explicit verb+resource phrasing like 'applies braces to an 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 gives clear usage context: the tool is asynchronous and must be polled via get_generation. However, it provides no guidance on when to choose this tool over sibling image filters/editors, so selection criteria are only implied by the name and effect.

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.

Resources