Dispatch (async) — market-analyst
dispatch_market_analyst_asyncDispatch to the MARKET ANALYST — entity-deep teardown of a named brand or vendor. Use for: "what is brand X / how does company Y work / decode competitor Z / teardown vendor W". Multi-axis extraction grounded in multi-class sourcing, plus defensible MOAT and credible GAP theses. Vertical and geography agnostic. Returns: 8-axis extraction (positioning / offer / audience / voice / pricing / distribution / proof / trajectory) + MOAT thesis + GAP thesis + Sources. NOT for: topic landscapes without a named entity (use dispatch_desk_researcher) / trajectory questions about a category (use dispatch_trend_researcher). ASYNC version: returns { job_id } immediately, the specialist runs durably on a Vercel Workflow (no 300s timeout). Use this version when the specialist is expected to take >90s. Call get_dispatch_result(job_id) periodically (respect wait_ms_hint in the response) until status === 'completed' or 'failed'. Idempotent: same brief + same org reuses the same job_id, so retries don't fan out duplicate runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | standard (default) uses the specialist's production model; deep uses its escalation model. | |
| objective | Yes | One sentence stating what "done" looks like — the specific deliverable. From the four-part delegation contract (agent-authoring §5). | |
| boundaries | Yes | In scope vs out of scope. Explicit OUT_OF_SCOPE clauses. Constraints (e.g. "do not spawn further subagents", "only Meta paid social"). | |
| output_format | Yes | The shape the specialist must return — schema, template, or specific format. If verbatim-return needed, say so explicitly. | |
| tool_guidance | Yes | How the specialist should approach this — which tools to favor, effort budget in tool calls, query angles to prioritize. |