update_workspace_settings
[MAINTENANCE] Update workspace-global default settings. Pass only the fields you want to change. hitl_auto_answer_default (bool) seeds new projects' HITL auto-answer behaviour; sprint_name_default (string) is the default sprint name; handoff_template (string) overrides the default full-mode hando...
This record as markdown: /tools/io-github-ajc3xc-meridian/update-workspace-settings.md
What update_workspace_settings does on Meridian
AI agents use update_workspace_settings to create or update resources in Meridian, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Meridian environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
handoff_template | string | — | |
tool_priority_map | object | — | Default MCP tool per semantic task category, e.g. {"code-reading": "Serena: find_symbol"}. Hard-enforced in /goal. {} clears. |
sprint_name_default | string | — | |
loop_enabled_default | boolean | — | Workspace default for /loop auto-continue; projects with loop_enabled='workspace' inherit it. True = sessions auto-continue. |
execution_mode_default | string | — | Seed new projects' execution mode: 'autonomous', 'interactive', or '' to clear. |
claim_verification_mode | string | — | 'off' (default) | 'advisory' (log-only) | 'strict' (blocking) — verify claim_sprint_item/complete_sprint_item calls against live DB state via a PostToolUse hook |
hitl_auto_answer_default | boolean | — | |
code_intel_enabled_default | boolean | — | Seed new projects' code-intel toggle. |
Parameters from the server's own tool schema.
Why update_workspace_settings is rated Medium
This tool modifies workspace configuration settings that affect defaults for new projects and handoff behavior. Changes are reversible (settings can be updated again), so it is Write rather than Destructive.
From the tool's definition Tool description states it "Update[s] workspace-global default settings" with specific field modifications like hitl_auto_answer_default, sprint_name_default, handoff_template, execution_mode_default, and code_intel_enabled_default.
Attacks that exploit this kind of access
The rule that runs update_workspace_settings safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Meridian, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For update_workspace_settings, this is the rule to start with:
update_workspace_settings stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Meridian, apply this rule, and every update_workspace_settings call is checked against it from then on.
Questions about update_workspace_settings
[MAINTENANCE] Update workspace-global default settings. Pass only the fields you want to change. hitl_auto_answer_default (bool) seeds new projects' HITL auto-answer behaviour; sprint_name_default (string) is the default sprint name; handoff_template (string) overrides the default full-mode handoff with a custom template — supports {{sprint}}, {{recent_tasks}}, {{decisions}}, {{north_star}}, {{version_goal}}, {{pending_items}}, {{notes}} placeholders. execution_mode_default ('autonomous'|'interactive', '' to clear) and code_intel_enabled_default (bool) are cascade defaults seeded onto NEW projects in this workspace (existing projects are unchanged). loop_enabled_default (bool) is the workspace default for /loop auto-continue that projects inherit when their loop_enabled is 'workspace'. tool_priority_map (object) sets a durable default MCP tool per semantic task category (e.g. {"code-reading": "Serena: find_symbol"}) — generalizes the per-item required_tool pin up one level; rendered as a HARD, unconditional directive in every /goal for matching pending items that have no item-level required_tool override. Pass {} to clear it. claim_verification_mode ('off'|'advisory'|'strict', '' to clear back to 'off') controls whether a PostToolUse hook re-checks claim_sprint_item/complete_sprint_item calls against live sprint-item state before trusting the calling session's own narration: 'off' = no check; 'advisory' = logs a warning on mismatch but never blocks; 'strict' = blocks the session on mismatch. Pass an empty string to revert a field to the server default. Persistent-state disclosure: on hosted Meridian, supplied text and project/session metadata are sent to and stored in Meridian's service; self-hosted deployments keep them in the configured local SQLite/Postgres database. This data is visible in the dashboard/API and later project context or handoffs. Delete individual tasks, notes, or decisions where supported, or delete the project/account using the documented controls. Do not include secrets. It is categorised as a Write tool in the Meridian MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
update_workspace_settings accepts 8 parameters: handoff_template, tool_priority_map, sprint_name_default, loop_enabled_default, execution_mode_default, claim_verification_mode, hitl_auto_answer_default, code_intel_enabled_default. The full parameter table on this page comes from the server's own tool schema.
Register the Meridian MCP server in PolicyLayer and add a rule for update_workspace_settings: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Meridian. Nothing to install.
update_workspace_settings is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the update_workspace_settings rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for update_workspace_settings. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
update_workspace_settings is provided by the Meridian MCP server (@meridianmcp/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Meridian, and thousands of servers like it.
This server
Across the catalogue