sentiment_news_pulse
ActiveTool of gapup-mcp
Pulse Média & Sentiment — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the current PR / brand sentiment for <company> over the last 7 days? Show top headlines, trend signals, and recommended actions. · Is there a crisis building for <brand>? Detect early-warning signals in press coverage and flag emerging negative narratives. · Track launch media coverage for <product> — what is the press sentiment and which topics dominate the conversation? · Compare media sentiment between <company> and its competitors over the past week. · What should our communications director prioritize in the next 48h based on current press coverage of <brand>? Reference case: Velora Payments — Pulse média 7j · sentiment neutre (score +5) · crise émergente détectée · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"entity_name",
"entity_type",
"date_range_days",
"language_filter",
"sentiment_lens"
],
"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."
},
"entity_name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"entity_type": {
"enum": [
"company",
"product",
"person",
"topic",
"brand"
],
"type": "string",
"default": "company"
},
"sentiment_lens": {
"enum": [
"reputation",
"crisis-detection",
"launch-monitoring",
"general"
],
"type": "string",
"default": "reputation"
},
"date_range_days": {
"type": "integer",
"default": 7,
"maximum": 30,
"minimum": 1
},
"language_filter": {
"enum": [
"en",
"fr",
"es",
"de",
"all"
],
"type": "string",
"default": "en"
},
"include_competitors": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 5
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries