Skip to main content
Glama
Letz-AI
by Letz-AI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LETZAI_API_KEYYesYour Letz AI API Key. Required to use the public API for image generation.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
letzai_create_imageC

Create an image using the LetzAI public api

letzai_upscale_imageC

Upscale an image using the LetzAI public api

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
LetzAI SubscriptionDetailed informations how you obtain a subscription from LetzAI with an Api Key with access to the public api
LetzAI API DocumentationDocumentation about the complete public api

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one creates images from scratch, while the other upscales existing images. There is no overlap in functionality, and an agent can easily differentiate between them based on their clear descriptions.

Naming Consistency5/5

Both tools follow a consistent 'letzai_verb_noun' pattern with snake_case, using 'create_image' and 'upscale_image' as the core naming structure. This makes them predictable and easy to parse for an agent.

Tool Count2/5

With only two tools, the server feels thin for an AI image generation domain. While create and upscale are core operations, notable gaps like editing, inpainting, or style transfer are missing, making the toolset under-scoped for typical image manipulation workflows.

Completeness2/5

The server covers basic image creation and upscaling but lacks essential operations for a complete image generation surface. There are no tools for editing, modifying, or deleting images, and advanced features like batch processing or style application are absent, leading to potential dead ends for agents.

Maintenance

ActivityInactive
ResponsivenessNo issues