Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GAMMA_API_KEYYesYour Gamma API key, get it from https://gamma.app/settings

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
gamma_generateA

Generate a new presentation, document, social post, or webpage from text input. Returns a generationId to poll for completion.

gamma_get_generationA

Check the status of a gamma generation. Poll until status is 'completed'.

gamma_create_from_templateB

Create a new gamma based on an existing template. Adapts content to match template structure.

gamma_list_themesA

List available themes in your workspace. Use the returned IDs for themeId parameter.

gamma_list_foldersA

List folders in your workspace. Use the returned IDs for folderIds parameter.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: creating from template, generating new content, polling status, listing folders, and listing themes. No overlap.

Naming Consistency5/5

All tools follow a consistent 'gamma_verb_noun' pattern, with verbs like create_from_template, generate, get_generation, list_folders, list_themes.

Tool Count5/5

Five tools is well-scoped for a presentation/document generation server, covering creation, status polling, and resource listing without excess.

Completeness4/5

Covers the core workflow (generate, poll, list resources), but is missing delete or update operations for folders or themes, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues