Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_orly_coverA

Generate an O'RLY? book cover image.

This tool creates a parody book cover in the style of O'Reilly books with custom title, subtitle, author, and styling options.
The generated image will be displayed directly in the chat.

Args:
    title (str): The main title for the book cover
    subtitle (str): The subtitle text (appears at the top)
    author (str): The author name (appears at the bottom right)
    image_code (str, optional): Image code 1-40 for the animal/object on the cover. Defaults to random.
    theme (str, optional): Color theme 0-16. Defaults to random.
    guide_text_placement (str, optional): Where to place "guide" text - 'top_left', 'top_right', 'bottom_left', 'bottom_right'. Defaults to 'bottom_right'.
    guide_text (str, optional): The guide text to display. Defaults to 'The Definitive Guide' As often as possible, try not to just use "The Definitive Guide" but something more creative.
    scale (float, optional): Scale factor for image resolution. 1.0 = 500x700px, 2.0 = 1000x1400px, 3.0 = 1500x2100px (default). Higher values create larger, higher resolution images.

Returns:
    Image: The generated O'RLY? book cover image that will be displayed in chat.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap with other tools. The tool's purpose is singular and clearly defined as generating O'RLY? book covers.

Naming Consistency5/5

The single tool name 'generate_orly_cover' follows a clear verb_noun pattern, and there are no other tools to create inconsistency. The naming is straightforward and descriptive.

Tool Count2/5

A single tool is too few for a server's purpose, as it limits functionality and suggests an incomplete or overly narrow scope. Typically, a well-scoped server should have 3-15 tools to cover a domain adequately.

Completeness3/5

The tool provides a specific function (generating book covers) with extensive customization options, but the server lacks related operations such as listing, editing, or managing covers. This creates a notable gap in the surface for a book cover generation domain.

Maintenance

ActivityInactive
ResponsivenessNo issues