You're viewing a demo portfolio

Join the waitlist
PRSM

instagram_search_reels_list

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →
instagram_search_reels_list — Social Fetch — PRSM MCP