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.7 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.
getCurrentPlanEntitlements
Resolved entitlement set for the org's current plan.
getOrgSettings
Read the org settings JSONB blob.
getUserPreferences
Read the calling user's preferences.
rebuildPlatformCatalogEmbeddings
Internal maintenance (requires write).
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.