GIPHY MCP integration for AI agents.
Connect AI agents to GIPHY through 15 structured actions, including get gif, translate gif, and get random gif. Review authentication, inputs, workflows, and…
- ACTION CONTRACTS
- 15
- 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 GIPHY integration exposes
The GIPHY Agent App exposes 15 provider-backed actions for design & media and social work. Its current contract lets an authorized agent get a giphy gif by gif object id. this is not the random_id value, translate a phrase into a single best-match giphy gif, and fetch a random giphy gif, optionally filtered by tag. 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 GIPHY account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real GIPHY capabilities.
Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_gifREADGet a GIPHY GIF by GIF Object id. This is not the random_id value.
INPUTS: gifId / randomId / rating / countryCode / region
translate_gifREVIEWTranslate a phrase into a single best-match GIPHY GIF.
INPUTS: query / weirdness / rating / countryCode / region
get_random_gifREADFetch a random GIPHY GIF, optionally filtered by tag.
INPUTS: tag / rating / countryCode / region / randomId
get_random_idREADCreate a GIPHY random_id value for personalization across requests.
get_random_stickerREADFetch a random GIPHY sticker, optionally filtered by tag.
INPUTS: tag / rating / countryCode / region / randomId
list_categoriesREADList GIPHY content categories.
list_gifs_by_idsREADFetch multiple GIPHY GIFs by id.
INPUTS: gifIds / randomId / rating / countryCode / region
list_related_tagsREADList GIPHY tags related to a term.
INPUTS: term
list_trending_gifsREADList trending GIPHY GIFs.
INPUTS: limit / offset / bundle / removeLowContrast / randomId
list_trending_stickersREADList trending GIPHY stickers.
INPUTS: limit / offset / bundle / removeLowContrast / randomId
list_trending_tagsREADList trending search terms on GIPHY.
search_gifsREADSearch GIPHY GIFs by query text.
INPUTS: query / lang / limit / offset / bundle
INPUT CONTRACTS
Know what the action needs before it runs.
get_gif
gifIdREQUIRED- The GIF ID to retrieve.
randomIdOPTIONAL- The random ID for personalization.
ratingOPTIONAL- The content rating filter.
countryCodeOPTIONAL- The two-letter country code.
regionOPTIONAL- The region code.
translate_gif
queryREQUIRED- The phrase to translate.
weirdnessOPTIONAL- The weirdness factor for results.
ratingOPTIONAL- The content rating filter.
countryCodeOPTIONAL- The two-letter country code.
regionOPTIONAL- The region code.
get_random_gif
tagOPTIONAL- The optional tag filter.
ratingOPTIONAL- The content rating filter.
countryCodeOPTIONAL- The two-letter country code.
regionOPTIONAL- The region code.
randomIdOPTIONAL- The random ID for personalization.
get_random_sticker
tagOPTIONAL- The optional tag filter.
ratingOPTIONAL- The content rating filter.
countryCodeOPTIONAL- The two-letter country code.
regionOPTIONAL- The region code.
randomIdOPTIONAL- The random ID for personalization.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Gif
Get a GIPHY GIF by GIF Object id. This is not the random_id value. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_gifVerify with Get Random Gif
Fetch a random GIPHY GIF, optionally filtered by tag. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_random_gifSAFETY BOUNDARY
Operate GIPHY with explicit limits
- Authorize GIPHY with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned GIPHY data may still be sensitive and should be minimized before it enters model context.
- 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 GIPHY rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the GIPHY task completed successfully.
CONNECTION MODEL
API key
GIPHY API key passed as the api_key query parameter. Create an app in the GIPHY Developer Dashboard: https://developers.giphy.com/dashboard/.
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
- 13
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 2
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 GIPHY.