trend_watcher
ActiveTool of @gapup/mcp-knowledge
Monitor emerging trends, regulatory shifts and adoption signals for a given market sector. Returns 5-12 trend cards, each with a momentum score (rising/stable/declining), a 3-month and 12-month outlook, opportunity windows, and recommended actions. When to use this tool: the user asks what is heating up in a market, wants to time a product roadmap or content calendar, or needs an early read on a sector. Inputs: a sector to monitor and 3-8 keywords defining the watch perimeter. Delivered by Manue, the AI CMO of the Gapup portfolio.
Parameters schema
{
"type": "object",
"required": [
"sector",
"keywords"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"focus": {
"type": "string",
"maxLength": 400,
"description": "Optional context (geography, language target, comparator window, etc.)"
},
"sector": {
"type": "string",
"maxLength": 160,
"minLength": 2,
"description": "Sector to monitor (e.g. 'B2B SaaS productivity', 'EU fintech', 'climate-tech hardware')"
},
"keywords": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"maxItems": 8,
"minItems": 3,
"description": "3-8 keywords describing the watch perimeter"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries