discovery_submit_subagent_results
writeDiscovery Research Sessionsagent-invoked
Submit per-query subagent answer + extraction results during Discovery.
Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.
Agent-invoked
This tool is bookkeeping the agent calls mid-flow — you'd never invoke it directly. It's documented here for completeness.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| session_id | string | required | Session returned from start_discovery. |
| results | object[] | required | Per-query subagent results. Each item carries the natural-language raw_text plus structured extraction fields (brand_mentioned, citations, competitor_mentions, claims, refusals, tone, recommendations, confidence). Inner objects are strict — typos like citations: ["url"] (string instead of {url}) fail with a clear shape error. |
Related tools
start_discoverywriteStart a Discovery research session for the projectderive_keyword_clusterswriteTurn Discovery findings into pre-clustered keyword groups with live volume datalist_research_sessionsreadList Discovery research sessions for the projectget_research_sessionreadGet session detail (summary by default, full responses with detail: "full")