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.6 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.
getOrgSettings
Read the org settings JSONB blob.
updateOrgSettings
Merge an update into org settings (admin).
updateOrgFeatureFlags
Toggle plan-tier-gated feature flags (plans / improvements / compliance).
getUserPreferences
Read the calling user's preferences.
updateUserPreferences
Update the calling user's preferences.
getCurrentPlanEntitlements
Resolved entitlement set for the org's current plan.