Gamma
gammaGamma helps create beautiful, interactive content and presentations using AI. This integration enables programmatic generation via Gamma’s API.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Generate a GammaGAMMA_GENERATE_GAMMAAcciónCreate a new gamma generation. use to produce an ai-generated presentation/content. docs: https://developers.gamma.app/reference/generate-a-gamma
GAMMA_GENERATE_GAMMAAcciónCreate a new gamma generation. use to produce an ai-generated presentation/content. docs: https://developers.gamma.app/reference/generate-a-gamma
Parámetros de entrada
titlestringOptional title for the generated gamma.
blocksobject[]Optional structured content. If provided, Gamma will consider these blocks for generation.
exportobjectExport formats requested from Gamma. If you request pdf/pptx, Gamma will return URLs only via the GET endpoint per docs.
promptstringHigh-level prompt to guide the generation.
deckOptionsobjectDeck-level options for layout/structure; pass-through to Gamma API.
textOptionsobjectText generation options. 'language' accepts values listed in Gamma docs.
imageOptionsobjectImage generation options. Model accepts a set of values defined by Gamma docs. We allow extra fields to be forward-compatible.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Gamma File URLsGAMMA_GET_GAMMA_FILE_URLSAcciónRetrieve generation status and file urls. poll this endpoint every ~5 seconds until status is 'completed'. docs: https://developers.gamma.app/reference/get-gamma-file-urls
GAMMA_GET_GAMMA_FILE_URLSAcciónRetrieve generation status and file urls. poll this endpoint every ~5 seconds until status is 'completed'. docs: https://developers.gamma.app/reference/get-gamma-file-urls
Parámetros de entrada
generation_idstringObligatorioThe generationId obtained from the POST generations endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not