instagram_search_reels_list
ActiveTool of Social Fetch
declared in 0.19.0
Search Instagram Reels by keyword (optional date filters and page-based pagination).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"page": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "1-based results page number. Omit to request the first page. Pagination is page-based."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text for Instagram Reels."
},
"datePosted": {
"enum": [
"last-hour",
"last-day",
"last-week",
"last-month",
"last-year"
],
"type": "string",
"description": "Optional filter for when matching reels were posted."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries