Skip to main content
Glama

get_gamma_generation

Get the current status and final URLs of a Gamma generation. Polls automatically until complete, and returns PDF/PPTX export links when requested.

Instructions

Retrieve the status and URLs of a Gamma generation. By default, automatically polls every 5 seconds until generation is complete (recommended). Returns the final URLs to the generated Gamma, plus PDF/PPTX export URLs if requested. Supports both automatic polling (default) and single status checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
generationIdYesThe generation ID returned from the generate_gamma tool. This is used to check the status and retrieve URLs for the generated content.
maxWaitSecondsNoMaximum time in seconds to wait for generation to complete when polling. Default: 300 (5 minutes). Only used when pollUntilComplete is true.
pollUntilCompleteNoWhether to automatically poll every 5 seconds until the generation is complete. Recommended: true (default). Set to false to only check status once.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the full burden and does well by disclosing the polling interval (every 5 seconds), the default behavior, and the return of final URLs and optional export URLs. It does not mention timeout handling or error scenarios, but the core behavior is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loaded, and every sentence earns its place. It conveys purpose, default behavior, alternatives, and return contents in just two sentences without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a polling tool with no output schema, the description adequately explains what is returned and how polling works. It does not detail status values or error handling, and the phrase 'if requested' is slightly ambiguous, but overall it is complete enough for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides complete and clear descriptions for all three parameters, covering generationId, maxWaitSeconds, and pollUntilComplete. The description adds no additional parameter-specific semantics beyond what the schema already provides, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves the status and URLs of a Gamma generation, using a specific verb and resource. It distinguishes this from the sibling tool generate_gamma by focusing on retrieval and status checking.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly recommends automatic polling by default and notes the alternative of single status checks, giving clear guidance on when to use each mode. It does not explicitly mention the sibling tool, but the context of retrieving versus generating is implied strongly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/statechangelabs/gamma-app-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server