threads_search_list
ActiveTool of Social Fetch
declared in 0.19.0
Search Threads posts by keyword.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"trim": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Whether to request a smaller response shape when available."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text for public Threads posts."
},
"endDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional end date filter in YYYY-MM-DD format."
},
"startDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional start date filter in YYYY-MM-DD format."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries