Gamma MCP integration for AI agents.
Connect AI agents to Gamma through 8 structured actions, including get generation, create generation, and wait for generation. Review authentication, inputs…
- ACTION CONTRACTS
- 8
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Gamma integration exposes
The Gamma Agent App exposes 8 provider-backed actions for ai, design & media, and productivity work. Its current contract lets an authorized agent get the status and result urls for a specific gamma generation job, create an asynchronous gamma generation from text input, and poll a gamma generation job until it completes, fails, or the polling timeout is reached. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Gamma account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Gamma capabilities.
Showing 8 of 8 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_generationREADGet the status and result URLs for a specific Gamma generation job.
INPUTS: generationId
create_generationWRITECreate an asynchronous Gamma generation from text input.
INPUTS: inputText / additionalInstructions / textMode / format / numCards
wait_for_generationREVIEWPoll a Gamma generation job until it completes, fails, or the polling timeout is reached.
INPUTS: generationId / timeoutSeconds / pollIntervalSeconds
create_generation_and_waitWRITECreate a Gamma generation from text input and keep polling until it completes, fails, or times out.
INPUTS: inputText / additionalInstructions / textMode / format / numCards
create_generation_from_templateWRITECreate an asynchronous Gamma generation from an existing Gamma template.
INPUTS: prompt / gammaId / themeId / imageOptions / sharingOptions
create_generation_from_template_and_waitWRITECreate a Gamma generation from a template and keep polling until it completes, fails, or times out.
INPUTS: prompt / gammaId / themeId / imageOptions / sharingOptions
list_foldersREADList the Gamma folders available in the current workspace.
INPUTS: query / limit / after
list_themesREADList the Gamma themes available in the current workspace.
INPUTS: query / limit / after
INPUT CONTRACTS
Know what the action needs before it runs.
get_generation
generationIdREQUIRED- The Gamma generation job identifier.
create_generation
inputTextREQUIRED- The text and image URLs Gamma should use for generation.
additionalInstructionsOPTIONAL- Additional instructions or context for the Gamma generation.
textModeREQUIRED- How Gamma should interpret the input text.
formatOPTIONAL- The output format Gamma should generate.
numCardsOPTIONAL- The target number of cards Gamma should generate.
wait_for_generation
generationIdREQUIRED- The Gamma generation job identifier.
timeoutSecondsOPTIONAL- The maximum number of seconds to wait before returning a timed-out result.
pollIntervalSecondsOPTIONAL- The number of seconds to wait between polling attempts.
create_generation_and_wait
inputTextREQUIRED- The text and image URLs Gamma should use for generation.
additionalInstructionsOPTIONAL- Additional instructions or context for the Gamma generation.
textModeREQUIRED- How Gamma should interpret the input text.
formatOPTIONAL- The output format Gamma should generate.
numCardsOPTIONAL- The target number of cards Gamma should generate.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Generation
Get the status and result URLs for a specific Gamma generation job. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_generationControl Create Generation
Create an asynchronous Gamma generation from text input. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_generationVerify with List Folders
List the Gamma folders available in the current workspace. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_foldersSAFETY BOUNDARY
Operate Gamma with explicit limits
- Authorize Gamma with API key and grant only the provider access required by the selected actions.
- 4 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Gamma rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Gamma task completed successfully.
CONNECTION MODEL
API key
Gamma API key sent with the X-API-KEY header. Generate or manage it from Settings > API Keys: https://gamma.app/settings/api-keys.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 3
- WRITE SIGNALS
- 4
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Gamma.