instagram_search_hashtag_list
ActiveTool of Social Fetch
declared in 0.19.0
Search public Instagram posts and Reels by hashtag.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"hashtag"
],
"properties": {
"cursor": {
"type": "string",
"minLength": 1,
"description": "Pagination cursor returned by a previous response."
},
"hashtag": {
"type": "string",
"maxLength": 256,
"minLength": 1,
"description": "Hashtag to search for. A leading # is optional."
},
"mediaType": {
"enum": [
"all",
"reels"
],
"type": "string",
"description": "Content filter. Use all for posts and Reels, or reels for Reels only. Defaults to all."
},
"datePosted": {
"enum": [
"last-hour",
"last-day",
"last-week",
"last-month",
"last-year"
],
"type": "string",
"description": "Optional filter for when matching posts were posted."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries