search_gifs
ActiveTool of Giphy
declared in 0.1.0
Search Giphy for GIFs by keyword. Returns title, URL, rating, and multiple image sizes.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "funny cats"
},
{
"limit": 15,
"query": "celebration"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1–25, default 10)"
},
"query": {
"type": "string",
"description": "Search query, e.g. \"funny cats\" or \"celebration\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Giphy
https://github.com/pipeworx-io/mcp-giphy
1/7 registries