ReferenceAll tools

All tools

The full set of 76 tools the Claude Connector exposes, organised by category.

The connector exposes 76 live tools against your Productised workspace. They're grouped here by purpose so you can quickly find the right one. Each tool returns a structured result Claude can reason about, and most write operations return a demo URL so you can see the change immediately.


Daily briefing & pipeline


Workspace & analytics (read-only)


Build new products


Edit conversationally


Pages — landing & result


Outbound Personalisation

Send one unique link per prospect with their details baked into the URL. See the Outbound Personalisation overview for the conceptual model.


Marketplace & template sharing

Two tools that let users share their own products as installable templates, or browse and install templates other users have shared. Install happens entirely on the web — Claude hands the user the marketplace URL and they click "Copy to Workspace" from there (the existing plan-limit check applies).


Plan, credits & billing

Transparency tools so users can see exactly where they stand against their plan — and a deterministic billing URL when they want to change it.

When a write tool (e.g. create_product, publish_product, generate_product) is blocked by a plan limit, the response is a structured limit_reached payload with the upgrade URL and a list of next-step options — Claude surfaces these verbatim. BYOK on ai-credits bypasses the cap entirely.


Branding, theme & domain


Workspace variables & webhook


Brain & strategy


Publishing


What every write tool returns

Every successful write operation returns:

  • success: true
  • demo_url?demo=true URL for instant preview
  • A message describing what changed
  • The relevant IDs (product_id, page_id, node_id, etc.) so follow-up calls can chain

If something is wrong (missing field, mismatched token, invalid configuration), the tool returns a structured warning and (where useful) a suggested_* payload Claude can act on in the same turn. The connector is designed to be self-correcting — most errors come back with a fix attached.

Demo URLs & live preview → Token resolution → Outbound Personalisation →