Skip to main content
Glama
xeronsh
by xeronsh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_DIRNoDirectory for storing data./data
ENDPOINTSNoAPI endpoint for image generation/v1/images/generations
IMAGE_MODELYesYour image model name
IMAGE_API_KEYYesYour image API key
IMAGE_API_URLYesYour image API URL

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
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_outlineA

Create a project and save the Xiaohongshu content outline generated by Claude. Use the built-in prompt to generate outlines with proper formatting.

update_outlineB

Update an existing project outline

generate_imagesA

Generate images for a project (cover first, then others). Use the built-in prompt to generate images with Xiaohongshu style.

get_projectC

Get complete project details

list_all_projectsA

List all created projects with their basic information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Project ListList all created projects
Project TemplateTemplate for project URIs: project://{projectId}
Project Images TemplateTemplate for project images URIs: project://{projectId}/images
Prompts ListList all available prompts for content generation
Xiaohongshu Outline PromptPrompt for generating Xiaohongshu content outlines
Xiaohongshu Image PromptPrompt for generating Xiaohongshu style images

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct action and resource: outlining, image generation, single-project retrieval, and project listing. There is no functional overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, such as generate_outline, update_outline, and list_all_projects. The naming is predictable and clear.

Tool Count5/5

Five tools is a well-scoped set for a Xiaohongshu content creation workflow. Each tool serves a necessary role without redundancy or bloat.

Completeness4/5

The core workflow of creating and updating outlines, generating images, and viewing projects is covered. A delete project or image regeneration operation is missing, but these are minor gaps that do not block the main workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues