Skip to main content
Glama

Image Tools - Background Removal, Upscaling & Face Restoration

Server Details

Background removal, 4x upscaling, and face restoration via GPU

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
fasuizu-br/speech-ai-examples
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedremove_background1 field changed
      • addedInput schema / properties / image_base64 / maxLength
        Added value: +20000000
    • Changedrestore_face1 field changed
      • addedInput schema / properties / image_base64 / maxLength
        Added value: +20000000
    • Changedupscale_image1 field changed
      • addedInput schema / properties / image_base64 / maxLength
        Added value: +20000000
  2. 4 tool updates
    • First observedcheck_image_service
    • First observedremove_background
    • First observedrestore_face
    • First observedupscale_image

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: check_image_service monitors API health, remove_background segments images, restore_face enhances facial features, and upscale_image increases resolution. The descriptions specify different models (BiRefNet, GFPGAN, Real-ESRGAN) and use cases, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: check_image_service, remove_background, restore_face, and upscale_image. This uniformity makes the set predictable and easy to understand, with no deviations in style or convention.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of image processing tasks like background removal, upscaling, and face restoration. Each tool earns its place by covering a core functionality without being overly sparse or bloated, aligning with typical tool counts for such domains.

Completeness4/5

The tool set covers the main advertised capabilities (background removal, upscaling, face restoration) and includes a health check, but there are minor gaps. For example, no tool handles basic image transformations (e.g., cropping, resizing) or format conversions, which agents might need to work around, though core workflows are well-supported.