Skip to main content
Glama
memebo-at
by memebo-at

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMEBOAT_API_URLNoURL of another Memeboat instance (useful for development).

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_meme_templatesA

Search memebo.at's catalog of 25,000+ meme templates by name or topic (e.g. "drake", "distracted boyfriend", "cat"). Returns matching templates with their slug (use it with create_meme), image URL and a suggested caption count.

get_meme_templateA

Fetch one meme template by its slug (from search_meme_templates or a memebo.at/templates/ URL): dimensions, image URL and suggested caption count.

create_memeA

Create a real, shareable meme on memebo.at by captioning a template. texts are placed top-to-bottom: 1 caption = bottom text, 2 captions = classic top/bottom, N captions fill the template's boxes in order (match suggestedCaptionCount when possible). Captions can be plain strings or objects with per-caption color/outline/font; optional global font and layout ("top" = captions in a white bar above the image). Returns the meme page URL and a direct image URL. Rate-limited per IP — space out repeated calls.

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 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching templates, fetching template details, and creating memes. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (search_meme_templates, get_meme_template, create_meme), using underscores and a clear action-object structure.

Tool Count4/5

With only 3 tools, it is slightly minimal but still covers the essential operations for meme creation. The scope is narrow and appropriate for the service.

Completeness5/5

The tool set covers the full workflow: discover templates via search, examine a template, and create a meme. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues