Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FOOOCUS_API_URLNoThe URL of the Fooocus API endpointhttp://103.125.100.56:8888/v1/generation/text-to-image

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
generate_imageC
Generate an image using Fooocus Stable Diffusion API.

Args:
    prompt: Text description of the image to generate
    performance: Performance setting (Speed, Quality, Extreme Speed)
    custom_styles: Comma-separated list of custom styles (optional, will auto-select if not provided)
    aspect_ratio: Image aspect ratio (default: 1024*1024)

Returns:
    Dictionary containing generation result with image URLs
list_available_stylesA
List all available styles for image generation.

Returns:
    Dictionary containing all available styles organized by category
get_server_infoB
Get information about the Fooocus MCP server configuration.

Returns:
    Dictionary containing server configuration information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: generate_image creates images, get_server_info provides configuration details, and list_available_styles enumerates style options. The three functions are orthogonal and cannot be confused for one another.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (generate_image, get_server_info, list_available_styles) with clear, descriptive names that use snake_case uniformly. There are no deviations in naming conventions.

Tool Count3/5

With only 3 tools, the set feels thin for an image generation API. While the core generate_image tool is present, additional operations like image editing, batch generation, or model management might be expected but are missing, making the scope somewhat limited.

Completeness4/5

The toolset covers the essential workflow: checking server info, listing styles, and generating images. However, there are minor gaps such as no ability to modify or delete generated images, adjust advanced generation parameters beyond the basics, or manage generation history, which could limit agent flexibility.

Maintenance

ActivityInactive
ResponsivenessNo issues