Skip to main content
Runs a full go-to-market audit of a prospect’s website, scoped to your organization’s context. This is a long-running pipeline: the tool starts the audit and returns immediately with a run id. Poll get_run_status with kind: "gtm-audit" until it completes.
string
required
The prospect’s website. A domain (acme.com) or full URL both work.
Type: asynchronous · Returns: a run id and polling instructions

Example call

Returns

The initial call returns markdown confirming the run started and how to poll it:

Poll for the result

Call get_run_status with the audit id:
While it runs you get a status line; once completed you get the full audit as markdown slides.
An audit can take several minutes. Poll on a reasonable interval rather than in a tight loop — see Async runs.

Notes

  • Audits run scoped to your org’s profile and any connected integrations.
  • If your org hasn’t completed onboarding, the call returns an Onboarding required message instead of starting a run.