Skip to main content
Runs the authenticated organization’s custom audit, generated from its sales profile. Like gtm_audit, it’s asynchronous: the call returns a run id, and you poll get_run_status with kind: "audit" for the result. This tool takes no arguments — it audits the org tied to your API key. Type: asynchronous · Returns: a run id and polling instructions

Example call

Returns

Poll for the result

Call get_run_status with kind: "audit" and the returned id:
While running you get a status line (and an error message if it failed); once completed you get the full audit markdown.

Notes

  • Requires a completed sales profile for your org. If onboarding isn’t finished, the call returns an Onboarding required message instead of starting a run.
  • The run is scoped to your org — only your keys can poll its id.