One-click AutoSEO onboarding (auto-configure)
autoseo_auto_configureAutomate AutoSEO onboarding for a connected site: generate topic proposals, apply safe default settings, and optionally create a pending draft for human approval.
Instructions
ONE-CLICK AutoSEO onboarding — "auto do the thing". For a connected site (siteId from autoseo_connect_site / autoseo_list_sites), this single call replaces the manual autoseo_propose_topics → autoseo_configure sequence: it (a) runs the topic-proposal engine to derive question-shaped topics/pillars for the site, (b) saves them into the site config with safe defaults for anything the user has not already set — weekly cadence, "illustration" image style, and approvalMode "draft" (the human approval gate; auto-configure NEVER opts a user into unattended publishing) — and (c) if generateFirst is true, also queues the first article on the top proposed topic as a PENDING draft awaiting human approval (counts against the plan's monthly article quota; omit it to configure without generating). Existing deliberate settings are preserved: user-typed pillars stay first with proposed topics appended (deduped), and an existing cadence/imageStyle/approvalMode is never overwritten. Returns { config, proposedTopics (question + rationale, relay these to the user), firstPost? ({ status: "queued", draftId } on success — approve it with approve_draft after the human reviews it) }. Prefer this right after autoseo_connect_site when the user just wants it set up; use autoseo_propose_topics + autoseo_configure instead when they want to hand-pick topics. CAPABILITY: draft — creates content that cannot reach an audience on its own. Safe for a draft-only agent token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site id from autoseo_connect_site / autoseo_list_sites | |
| generateFirst | No | Also queue the first article (top proposed topic) as a pending draft behind the human approval gate. Uses one article of the monthly quota. |