New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

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...

SERVERMeridian SOURCE@meridianmcp/mcp
Medium RISK CLASS
Category Write
Parameters 80 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

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.

ParameterTypeRequiredDescription
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.

Questions about update_workspace_settings

What does the update_workspace_settings tool do? +

[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.

What parameters does update_workspace_settings accept? +

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.

How do I enforce a policy on update_workspace_settings? +

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.

What risk level is update_workspace_settings? +

update_workspace_settings is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit update_workspace_settings? +

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.

How do I block update_workspace_settings completely? +

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.

What MCP server provides update_workspace_settings? +

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.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Meridian's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.