Skip to main content
The server exposes the following tools. All of them return markdown in the standard MCP content text-block format. Tools marked async start a background run and return a run id you poll with get_run_status. All published tools below are standard Salesgraph service interfaces. No customer-specific custom tools are published here.

Sync vs. async

Sync tools run and return their markdown in a single call. Research and competitor mapping typically take tens of seconds. Async tools (GTM audit, org audit) kick off a longer pipeline and return immediately with a run id. Poll get_run_status with the right kind until the status is completed, at which point it returns the full markdown result. See Async runs.

Org context

Some tools return richer output when integrations are connected to your organization (for example, a CRM via Monaco). Tools degrade gracefully to public-data-only results when an integration isn’t present. Use list_capabilities to see what’s active.
If your org hasn’t completed onboarding (no sales profile yet), audit tools return an Onboarding required message instead of starting a run. Finish onboarding in the dashboard, then retry.