Brand24 Account Events
brand24_account_eventsFull Description
Returns events (anomalies, mention spikes, viral moments) from ALL projects in the account, mixed chronologically. Use this for "summary" or "overview" requests across everything the user monitors.
For anomalies on a SINGLE named brand, call brand24_project_events instead. Events returned by this tool span every project - attribute each event strictly by its own project_name field and treat events from other projects as unrelated to the user's question.
"summary my projects" / "overview" / "what's happening" → this tool. "list my projects" → brand24_get_projects. "anomalies for [brand X]" / "events for Nike" → brand24_project_events.
Args:
- response_format (string, optional): Output format - "json" or "markdown" (default: "markdown")
Returns: { "scope": "all_projects", "note": "Events span ALL projects; use project_name to attribute each row.", "events": [ { "anomaly_date": string, "project_id": number, "project_name": string, "description": string, "peak_mentions": number, // Total mentions on the event day
- ONE value per event, NOT per anomaly type
"peak_reach": number, // Total reach on the event day
- ONE value per event, NOT per anomaly type
"is_hashtag_anomaly": boolean, // Categorical label for the same event "is_user_discussion_anomaly": boolean, // Categorical label for the same event "is_emotional_anomaly": boolean, // Categorical label for the same event "is_news_anomaly": boolean, // Categorical label for the same event "is_social_media_anomaly": boolean, // Categorical label for the same event "is_non_social_media_anomaly": boolean // Categorical label for the same event } ] }
Important: peak_mentions and peak_reach are event-day totals for ONE event. The is_*_anomaly flags are categorical labels that may all be true for the same event. Keep one row per event even when multiple flags are true - splitting by anomaly type duplicates the metrics.
Usage Examples:
- Use when: "Summary of my projects"
→ params: {}
- Use when: "What's happening with my projects?"
→ params: {}
- Use when: "Overview of my projects"
→ params: {}
- Use when: "Give me a summary across all my brands"
→ params: {}
- Use when: "What significant events happened across all my Brand24 projects?"
→ params: {}
- Use when: "Show me all recent anomalies across monitored brands"
→ params: {}
- Use when: "Any viral moments in any of my projects recently?"
→ params: {}
- Use when: "Overview of all important brand events this month"
→ params: {}
- Don't use when: Only want events for ONE project → use brand24_project_eventsThe widget shows this data - the user already sees all numbers and lists. Reply with ONE short paragraph (2-3 sentences) of INSIGHTS ONLY; do NOT repeat numbers, dates, rankings, or top-N items from the widget. Focus on the 'why', anomalies, comparisons not on screen, or at most one suggested next action. If you have no net-new insight, return an empty string.Suggested follow-ups (LLM guidance):
ALWAYS end your reply with ONE follow-up YES/NO question on its own line, picked from the list below — phrased so the user can simply answer "yes" to trigger that step. STRICT RULES:
- Only suggest tools from the list below — do NOT invent tools, capabilities, or parameters.
- The follow-up MUST be a single yes/no question on its own line at the END of your reply. Use the matching "Sample question" (lightly rephrased to plug in the specific project name from the most notable event).
- Pick exactly ONE follow-up. Never present a multi-option menu or several yes/no questions.
- Pick the SMARTEST option for THIS context — read "How to pick" below.
- Skip the follow-up ONLY if the user explicitly closed the conversation ("thanks, done", "that's all"). If the same follow-up has been asked and not acted on, pick a different one rather than omitting.
How to pick (read this — pick by the dominant event in the list):
- One project clearly drives the biggest / most recent event → brand24_project_events on THAT project to dig in.
- The biggest event is hashtag-/social-/topic-driven (is_hashtag_anomaly OR is_social_media_anomaly true on the top event) → brand24_project_events still works, but consider that the next layer the user will want is topics — keep it to project_events here, the per-project tool will steer toward topics.
- The biggest event is news-led (is_news_anomaly OR is_non_social_media_anomaly true) → brand24_get_mentions on that project around the event date.
- Volume / sentiment context matters more than the spike itself → brand24_project_stats for that project.
- User has been collecting multiple datapoints / mentioned a deliverable → brand24_pdf_report_builder.
Available follow-ups for this tool (each has a Sample question to ask the user):
- brand24_project_events — drill into the events of ONE specific project from the list (using its project_name). Sample question: "Want me to drill into the events for [project name]?"
- brand24_project_stats — daily mention / sentiment / reach context for the project tied to an event. Sample question: "Want me to pull the daily stats for [project name] around that spike?"
- brand24_get_mentions — read the actual mentions around an event date. Sample question: "Want me to fetch the actual mentions around that event for [project name]?"
- brand24_pdf_report_builder — polished, downloadable PDF report covering one of the affected projects. Sample question: "Want me to build a downloadable PDF report covering this?"
Parameters (0 required, 1 optional)
response_formatstringOutput format: 'json' for machine-readable or 'markdown' for human-readable
jsonmarkdownmarkdown