Giphy

GIPHY is the first and largest GIF search engine, offering an extensive library of GIFs and Stickers for integration into applications.

23 actions Integration catalog
Request access
Connect Giphy once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Giphy Analytics RegisterGIPHY_ACTION_REGISTER
Tool to register user interactions (view, click, send) with a GIF for analytics. Use when you have the analytics payload, timestamp, and user ID to record the event.
GIPHY CategoriesGIPHY_CATEGORIES
Tool to fetch a list of GIF categories on GIPHY. Use when you need to browse available categories before selecting one.
GIPHY: Get Category by IDGIPHY_CATEGORY_BY_ID
Tool to fetch metadata for a GIF category by its unique ID. Use when you need details for a specific category identifier.
GIPHY: Category GIFsGIPHY_CATEGORY_GIFS
Tool to fetch GIFs associated with a specific GIF category. Use after retrieving category_id from the categories endpoint to get curated GIFs.
GIPHY EmojiGIPHY_EMOJI
Tool to fetch GIPHY emoji GIF objects. Use when you need a paginated list of GIPHY emojis.
Emoji VariationsGIPHY_EMOJI_VARIATIONS
Tool to fetch variations for a specific emoji. Use when you have an emoji's GIF ID and want its variations.
Get Content by IDGIPHY_GET_CONTENT_BY_ID
Tool to fetch content metadata by its unique ID. Generalizes the Get GIF by ID endpoint for all content types (GIFs, Stickers, and Clips).
Get Content by IDsGIPHY_GET_CONTENT_BY_IDS
Tool to fetch metadata for multiple pieces of content (GIFs, Stickers, or Clips) by their IDs. Use when you need information on up to 100 known content IDs across any GIPHY content type.
Giphy Get Random IDGIPHY_GET_RANDOM_ID
Tool to generate a unique random ID from Giphy. Use when you need to create a unique identifier for a new user that can be used with other Giphy endpoints to personalize API responses.
Giphy Random GIFGIPHY_RANDOM_GIF
Tool to fetch a random GIF from Giphy. Use when you need a single random GIF, optionally filtered by tag or rating. Example: 'Get a random cat GIF rated G.'
Giphy Random StickerGIPHY_RANDOM_STICKER
Tool to fetch a single random sticker. Use when you need a random sticker, optionally filtered by tag or rating.
GIPHY: Search ChannelsGIPHY_SEARCH_CHANNELS
Tool to search for GIPHY channels by query term. Use when you need to find channels matching a specific topic or keyword.
GIPHY: Search GIFsGIPHY_SEARCH_GIFS
Tool to search GIPHY's GIF library. Use when you need to find GIFs by keyword or phrase.
GIPHY: Search StickersGIPHY_SEARCH_STICKERS
Tool to search GIPHY's sticker library. Use when you need to find stickers by keyword or phrase.
GIPHY: Random TagGIPHY_TAG_RANDOM
Tool to fetch a single random tag from Giphy. Use when you need a random search term tag, optionally filtered by a query term.
Get Related TagsGIPHY_TAG_RELATED
Tool to fetch tags related to a specified tag. Use when you want to find semantically related tags for improved search suggestion.
GIPHY: Tag SearchGIPHY_TAG_SEARCH
Tool to search GIPHY's tag library for autocomplete suggestions. Use when you need to generate tag suggestions for a user query.
GIPHY Trending TagsGIPHY_TAG_TRENDING
Tool to fetch the most popular search terms (tags) on GIPHY. Use when you need trending tags for content discovery.
GIPHY Translate GIFGIPHY_TRANSLATE_GIF
Tool to translate a term or phrase into a single GIF using GIPHY's special algorithm. Use when you need to convert words into the perfect GIF representation.
GIPHY Translate StickerGIPHY_TRANSLATE_STICKER
Tool to translate a term or phrase into a single sticker using GIPHY’s translation algorithm. Use after confirming the exact phrase to visualize as a sticker.
GIPHY Trending GIFsGIPHY_TRENDING_GIFS
Tool to fetch trending GIFs from GIPHY. Use when you need the most relevant and engaging GIFs currently trending.
Get Trending StickersGIPHY_TRENDING_STICKERS
Tool to fetch trending stickers. Use when you need the most relevant and engaging sticker GIFs currently trending.
Giphy Upload GIFGIPHY_UPLOAD_GIF
Tool to upload a GIF or video file to GIPHY. Use when you need to create a new GIPHY entry from a local file or public URL. Requires developer API key and supports optional metadata.