Tools reference

Answer Radar & Reddit tools

The tools the Linkeddit connector exposes: Answer Radar (projects, prompts, audits, gaps, fixes) and Reddit market signal.

Output modes

Every tool accepts an optional mode parameter that controls how much detail comes back: summary (default), evidence, raw, and reference, where supported by that tool. raw output is scrubbed of any credentials or infrastructure details.

Answer Radar — gaps & fixes

ToolScopeWhat it doesKey parameters
answer_projects_listanswer:readList your Answer Radar projects (tracked domains) and their configuration state.limit, offset
answer_gaps_listanswer:readList a project's recommendation gaps ranked by intent, evidence, and confidence.project_id (required), status, limit, offset
answer_gap_getanswer:readGet one gap: observations, citations, hypotheses, and recommended actions — kept strictly separate.gap_id (required)
answer_fix_draftanswer:writeDraft a fix (brief, article, or response) for a gap from the run's recorded evidence.gap_id (required), type (brief/article/response), idempotency_key (required)
answer_fix_saveanswer:writeSave a drafted fix to your Linkeddit review workspace and return the deep link.fix_id (required), idempotency_key (required)

Answer Radar — projects & prompts

ToolScopeWhat it doesKey parameters
answer_project_createanswer:writeCreate a project from a domain and commercial context (brand, competitors, buyer segment, category, geography, language).domain (required), brand_name, competitors[], buyer_segment, category, geography, language, idempotency_key (required)
answer_project_getanswer:readGet a project's configuration: brand, competitors, commercial context, and prompt counts by status.project_id (required)
answer_prompts_proposeanswer:runGenerate commercial-intent buying questions for a project (a draft set for you to approve).project_id (required), count (default 8), idempotency_key (required)
answer_prompts_updateanswer:writeApprove, remove, add, and reprioritize a project's buying questions. Only approved prompts are audited.approve[], remove[], add[], prompt_set_id (required with add), reprioritize[], idempotency_key (required)
answer_prompts_listanswer:readList a project's buying questions and their approval status.project_id (required), status

Answer Radar — managed audits

ToolScopeWhat it doesKey parameters
answer_audit_estimateanswer:readEstimate the cost of an audit before starting it (no spend).project_id (required), prompts[], samples_per_prompt (default 1)
answer_audit_startanswer:runStart a managed audit: reserve budget, fan out provider measurements, aggregate into gaps.project_id (required), prompts[], samples_per_prompt (default 1), geography, language, idempotency_key (required)
answer_audit_launchanswer:runLaunch a pre-created (pending) run asynchronously and return immediately; poll answer_run_get.run_id (required), idempotency_key (required)
answer_run_getanswer:readPoll an audit run: status, sample outcomes, costs, and (raw mode) normalized samples with citations.run_id (required)
answer_runs_listanswer:readList a project's audit runs, most recent first.project_id (required), limit, offset
answer_audit_start, answer_audit_launch, and answer_prompts_propose incur spend and require the answer:run scope. Estimate first, and give async runs a minute before polling.

Reddit — market signal

ToolScopeWhat it doesKey parameters
reddit_searchreddit:readSearch Reddit posts across all subreddits. Returns titles, scores, comment counts, and content.query (required), sort, time_filter, limit (default 25)
reddit_fetch_subredditreddit:readFetch posts from a specific subreddit sorted by hot, new, top, or rising.subreddit (required), sort, time_filter, limit (default 25)
reddit_fetch_post_commentsreddit:readFetch a Reddit post and its top-level comments given a post URL.post_url (required), comment_limit (default 10)
reddit_fetch_jsonreddit:readFetch any Reddit JSON endpoint, e.g. /r/SaaS/top.json?t=week.reddit_path (required)