start_agent_run
Starts an agent investigation from a plain-English question, searching social platforms and analyzing posts to produce a markdown intelligence report with evidence and a confidence rating.
Instructions
Start a Rolli Agent investigation. Submit a plain-English question; the agent plans a search strategy, queries Rolli IQ across platforms, analyzes posts, and produces a markdown intelligence report with signals, evidence links, and a confidence rating. Fails immediately (before starting) if the IQ credit balance is insufficient. Polls inline for up to 2 minutes. If the run finishes in that window, returns the full results; otherwise returns the run ID and a note to fetch the results with get_agent_run (typical run takes 3–5 minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Investigation mode (default: trend_briefing) | |
| max_post | No | Maximum posts per platform (default: 50) | |
| metadata | No | Arbitrary JSON object stored on the run for your own tracking | |
| question | Yes | Plain-English question (e.g., "What is being said about Tesla battery recalls this week?") | |
| platforms | No | Platforms to search | |
| time_window | No | Time window to search (default: 7d). Examples: 24h, 7d, 30d | |
| parent_run_id | No | UUID of a parent run (for follow-ups) | |
| available_credits | No | Reasoning effort: 1=low, 2=medium (default), 3=high, 4=max. Higher values let the agent perform more searches at higher cost. |