MCP tools/Settings
Settings & preferences
Settings split between org-level (admin only) and per-user (self-only). Org settings are JSONB-merged so a partial update preserves existing keys. Feature flags are plan-tier-gated server-side. Toggling on a flag your tier doesn't include returns a clean error rather than silently failing. `getCurrentPlanEntitlements` returns the resolved entitlement set used by the cloud-serve feature gate.
Live discovery
searchTools with category: "settings" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.10 tools
Every tool below honours the credential’s permission scope and the user’s org role. Agents see only what they’re authorised to call.
createBrandKit
Create a per-org BRAND KIT (palette/fonts/logo) that themes branded-executive slides and document exports.
getCurrentPlanEntitlements
Resolved entitlement set for the org's current plan.
getOrgSettings
Read the org settings JSONB blob.
getUserPreferences
Read the calling user's preferences.
listBrandKits
List an organisation's BRAND KITS (palette/fonts/logo), newest first.
rebuildPlatformCatalogEmbeddings
Internal maintenance (requires write).
setDefaultBrandKit
Set or clear the default BRAND KIT at a scope: organization, workspace, or project.
updateOrgFeatureFlags
Toggle plan-tier-gated feature flags (plans / improvements / compliance).
updateOrgSettings
Merge an update into org settings (admin).
updateUserPreferences
Update the calling user's preferences.