Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VENICE_API_KEYYesYour Venice AI API key, used to authenticate with the Venice AI API endpoint 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

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageA
Generate an image from a text description and display it in the conversation.

Use this whenever the user asks for an image, picture, illustration, drawing,
artwork, logo, or any visual to be created. Returns the generated image directly.

Args:
    prompt: Detailed description of the image to generate.
    model: Venice model id. Defaults to a fast model (z-image-turbo)
            as other models can be slower.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clear and distinct.

Naming Consistency5/5

A single tool naturally follows a consistent naming pattern. The name 'generate_image' is clear and action-oriented.

Tool Count4/5

The server has exactly one tool, which is thin for most servers but perfectly appropriate for a focused image generation service. It slightly under the typical 3-15 range but earns its place.

Completeness5/5

The tool covers the core functionality of generating an image from a text prompt. There are no dead ends; the requested operation is fully supported.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive