Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_MODELNoOptional. The model to use for QA (default: claude-opus-4-8). Can be set to claude-haiku-4-5 or claude-sonnet-4-6 for cost savings.claude-opus-4-8
ANTHROPIC_API_KEYYesYour Anthropic API key required for using Claude vision.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
qa_checkA

Run a quality-control check on a generated image and return a structured verdict.

Call this immediately after generating an image, before showing it to the user.

Parameters:

  • image_path: Absolute path to the generated image to review.

  • reference_images: Optional list of reference image paths to compare against (e.g. character/style references). Up to 3 are used.

  • character_rules: Free-text rules the image must follow, e.g. "The pilot has NO eyebrows; the jacket has horizontal stripes."

  • style_notes: Free-text description of the expected visual style.

  • scene_type: One of solo, portrait, battle, combat, group, action, interview. Adjusts composition expectations (e.g. portraits may face camera).

  • pass_threshold: Minimum overall score (0-1) to pass. Default 0.7.

Returns a dict with: passed (bool), overall_score, character_accuracy, style_consistency, quality_score, composition_score (all 0-1), issues (list of {severity, category, description, recommendation}), should_regenerate (bool), notes, and model.

list_scene_typesA

List the supported scene_type values and what each one expects.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wonderstone843/vision-qa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server