twitter_search_list
ActiveTool of Social Fetch
declared in 0.19.0
Search X posts by keyword.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional page size. Maximum supported value is 20."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text to run against public posts on X."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor returned by a previous response."
},
"endDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional end date filter in YYYY-MM-DD format."
},
"section": {
"enum": [
"top",
"latest",
"people",
"photos",
"videos"
],
"type": "string",
"description": "Optional search section filter. Omit to use the default `top` section."
},
"language": {
"enum": [
"en",
"es",
"fr",
"de",
"it",
"pt",
"ru",
"zh",
"ja",
"ko",
"ar",
"bg",
"hr",
"cs",
"da",
"nl",
"et",
"fi",
"el",
"hu",
"id",
"ga",
"lv",
"lt",
"no",
"pl",
"ro",
"sk",
"sl",
"sv",
"tr",
"uk",
"vi",
"cy",
"zu"
],
"type": "string",
"description": "Optional language filter."
},
"minLikes": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional minimum like count filter."
},
"startDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional start date filter in YYYY-MM-DD format."
},
"minReplies": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional minimum reply count filter."
},
"minRetweets": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional minimum retweet count filter."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries