You're viewing a demo portfolio

Join the waitlist
PRSM

threads_search_list

Active

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

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 →
threads_search_list — Social Fetch — PRSM MCP