Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoGoogle Gemini API Key for AI cover 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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
text_to_imagesB

Convert text content to a series of images with Xiaohongshu (小红书) style themes.

Supported themes:

  • minimal: Clean white background, good for knowledge/tips content

  • elegant: Warm beige with serif font, good for novels/essays

  • warm: Warm gradient with card style, good for lifestyle/emotional content

  • dark: Dark mode, eye-friendly for night reading

Image ratios:

  • 3:4 (1080x1440): Best for Xiaohongshu feed, takes most screen space

  • 1:1 (1080x1080): Square format

  • 4:3 (1080x810): Landscape format

file_to_imagesA

Convert a local markdown or text file to a series of images. Supports .md, .txt, .text files. Automatically extracts title from the first # heading in markdown files. Cleans up markdown formatting for cleaner text display.

estimate_pagesA

Estimate how many pages the text will be split into without generating images

list_themesA

List all available themes with descriptions

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: estimating page count, listing themes, converting text to images, and converting files to images. There is no overlap in functionality, making selection unambiguous.

Naming Consistency4/5

Most tool names follow a descriptive pattern with underscores, but there is a mix of verb_noun (estimate_pages, list_themes) and noun_to_noun (text_to_images, file_to_images). This is a minor deviation from a fully consistent naming convention.

Tool Count5/5

With just 4 tools, the set is well-scoped for its purpose. Each tool is essential and contributes to the workflow without redundancy or bloat.

Completeness5/5

The tool set covers the full conversion lifecycle: estimating output size, selecting themes, and converting from two input methods (text and file). No critical operations are missing for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues