Skip to main content
Glama

MCP Server Giphy

get_trending_gifs

Retrieve currently trending GIFs from Giphy with options to filter by content rating and control result quantity for integration into applications and content.

Instructions

Get currently trending GIFs on Giphy

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of objects to return (default: 10, max: 50)
offsetNoResults offset (default: 0)
ratingNoContent rating (g, pg, pg-13, r)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of objects to return (default: 10, max: 50)", "type": "number" }, "offset": { "description": "Results offset (default: 0)", "type": "number" }, "rating": { "description": "Content rating (g, pg, pg-13, r)", "enum": [ "g", "pg", "pg-13", "r" ], "type": "string" } }, "type": "object" }

Other Tools from MCP Server Giphy

Related Tools

    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/magarcia/mcp-server-giphy'

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