ReferenceAll tools

All tools

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

The connector exposes 73 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

Pasting a design from another tool (Figma export, v0, Lovable, plain HTML)? Just paste it into the chat — Claude cleans it up (strips scripts and external CSS, fixes layout), proposes which text should become {{ tokens }}, and saves it with create_page or update_page.


Outbound Personalisation

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

To remove personalisation later, ask Claude to re-save the affected content without the \{\{ url:* \}\} tokens (each token's fallback text takes its place).


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.

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

list_themes

All 20 visual theme presets — name, description, primary colour, font.

apply_theme

Apply a named theme to a product in one call.

update_branding

Set a custom logo URL and optional click-through link.

upload_image

Re-host an image (from a URL or base64) onto Productised's CDN. Returns a permanent CDN URL.

update_seo

Set page title, meta description, share-card (OG) title/description/image, favicon, and keywords for a product's public page. Share fields support personalisation tokens — call per product for bulk share-card setup.

set_custom_domain

Configure a per-product custom hostname and get the exact CNAME to add at your registrar.

get_domain_status

Check whether DNS has propagated for a per-product custom domain.

set_workspace_domain

Configure a workspace-wide hostname — every product is served under it unless they have their own per-product override. Status checks and unlinking happen in the app under Settings → Custom domain.

set_product_slug

Name a product's URL slug under the workspace domain (e.g. /leadership-readiness).

set_custom_branding

Replace the "made by Productised" footer badge with your own logo and click-through URL (distinct from the chat-header logo set by update_branding).

get_design_system

Read the workspace design-system tokens (brand colours, fonts, radius), with platform defaults filled in for anything unset.

set_design_system

Save workspace-wide design tokens that every brand-aware surface inherits — new product themes, result-page chrome, landing-page accents. Pass clear:true to remove.


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 →