search
ActiveTool of Tenor
declared in 0.1.0
Search Tenor's GIF and sticker library by keyword (q); supports locale, content-safety filter, aspect-ratio range, randomization, and pagination; returns media URLs and metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"q": "cat dancing"
},
{
"q": "celebrate",
"limit": 10,
"locale": "en_US",
"contentfilter": "medium"
}
],
"required": [
"q"
],
"properties": {
"q": {
"type": "string"
},
"pos": {
"type": "string"
},
"limit": {
"type": "number"
},
"locale": {
"type": "string"
},
"random": {
"type": "boolean"
},
"ar_range": {
"type": "string"
},
"client_key": {
"type": "string"
},
"media_filter": {
"type": "string"
},
"contentfilter": {
"type": "string",
"description": "off|low|medium|high"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tenor
https://github.com/pipeworx-io/mcp-tenor
1/7 registries