gamma-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GAMMA_API_KEY | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct operation: creating from template, generating new content, polling status, listing folders, and listing themes. No overlap.
All tools follow a consistent 'gamma_verb_noun' pattern, with verbs like create_from_template, generate, get_generation, list_folders, list_themes.
Five tools is well-scoped for a presentation/document generation server, covering creation, status polling, and resource listing without excess.
Covers the core workflow (generate, poll, list resources), but is missing delete or update operations for folders or themes, which are minor gaps.