Settings Tools
read_site_settings
Section titled “read_site_settings”Returns all current site settings.
update_site_settings
Section titled “update_site_settings”Updates site settings. Pass only the fields you want to change.
Top-level fields
Section titled “Top-level fields”| Field | Type | Description |
|---|---|---|
site_name | string | Display name of the site |
tagline | string | Short description, used in SEO and the footer |
language | string | BCP 47 language tag: "sv", "en", "de", etc. |
logo | string | CDN URL for the site logo |
favicon | string | CDN URL for the favicon |
default_seo_suffix | string | Appended to page titles in <title>: " — Acme Studio" |
robots_txt | string | Full content of robots.txt |
colors object
Section titled “colors object”| Field | Default | Description |
|---|---|---|
primary | #1a1a2e | Main brand colour |
secondary | #f8f9fa | Supporting colour |
accent | #e8c86e | Pop colour for CTAs |
background | #ffffff | Page background |
surface | #f4f4f6 | Card/panel background |
text | #1a1a2e | Main body text |
text_light | #6b7280 | Muted text |
fonts object
Section titled “fonts object”| Field | Default | Description |
|---|---|---|
heading | "Inter" | Heading font family (Google Fonts name) |
body | "Inter" | Body font family |
size_base | 16 | Base font size in px |
contact object
Section titled “contact object”| Field | Description |
|---|---|
email | Contact email address |
phone | Phone number |
address | Postal address |
social object
Section titled “social object”| Field | Description |
|---|---|
instagram | Instagram URL or handle |
facebook | Facebook URL |
linkedin | LinkedIn URL |
twitter | X/Twitter URL or handle |
youtube | YouTube channel URL |
What Claude cannot change via settings
Section titled “What Claude cannot change via settings”For security, these fields are not writable through the AI chat or the MCP server:
| Field | How to change |
|---|---|
scripts_head | Portal UI: Settings → Analytics / Scripts |
scripts_body_end | Portal UI: Settings → Analytics / Scripts |
custom_css | Portal UI: Settings → Custom CSS |
These fields accept arbitrary HTML/JS and are therefore restricted to the portal UI, where a human explicitly pastes the code.
get_site / list_sites
Section titled “get_site / list_sites”get_site returns site metadata (ID, name, domain, creation date). list_sites returns all sites in your account.
Claude uses these to confirm which site it’s working on before making changes.