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

start_wave_run

[SUPPORT] 2a654cb0 — DURABLE WAVE STATE: open a wave run before dispatching a parallel wave. Returns an immutable wave_run_id pinned to the canonical expanded board snapshot (revision_hash + monotonic revision_counter) the wave was planned against, so a session that dies mid-wave can be resumed a...

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/start-wave-run.md

What start_wave_run does on Meridian

AI agents use start_wave_run 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
actor string Optional session_id or actor name recorded as opening the run.
version string Optional sprint-version bucket this wave covers. Scopes the pinned board snapshot to that bucket.
item_ids array Sprint item ids in this wave. Registered as children in status='running'.
project_id string
wave_label string Optional label for the wave, e.g. 'wave-2'.
project_name string Project name — an alternative to project_id; resolved to the id internally. project_id wins if both are given.
failure_modes object Optional {item_id: 'stop'|'continue'}. A 'stop' child that later fails blocks finalization. Unlisted items default to 'continue'.
degraded_tools array Optional [{tool, reason, fallback}] provenance for tools unavailable during this wave (e.g. Serena tunnel inactive).

Parameters from the server's own tool schema.

Why start_wave_run is rated Medium

This tool creates a durable wave run record on the server side, pinning a snapshot and registering sprint items. It is a Write operation — it creates a new persistent entity (wave_run_id with associated state) but does not delete data or execute code/commands. Severity is medium because misuse could corrupt task coordination state across parallel AI coding sessions, but it does not irreversibly destroy data.

From the tool's definition open a wave run before dispatching a parallel wave. Returns an immutable wave_run_id pinned to the canonical expanded board snapshot

Questions about start_wave_run

What does the start_wave_run tool do? +

[SUPPORT] 2a654cb0 — DURABLE WAVE STATE: open a wave run before dispatching a parallel wave. Returns an immutable wave_run_id pinned to the canonical expanded board snapshot (revision_hash + monotonic revision_counter) the wave was planned against, so a session that dies mid-wave can be resumed against a manifest whose staleness is DETECTABLE instead of assumed. The snapshot is built server-side — you cannot supply one, because the point is to pin what the server saw. Pass item_ids (the sprint items in this wave) and optionally failure_modes ({item_id: 'stop'|'continue'}) to register them as children up front: a failed 'stop' child then structurally BLOCKS finalize_wave_run. degraded_tools ([{tool, reason, fallback}]) records which tools were unavailable while the wave ran, so a later reader knows the evidence quality. Returns {wave_run_id, run, children, revision_hash, revision_counter}. 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 start_wave_run accept? +

start_wave_run accepts 8 parameters: actor, version, item_ids, project_id, wave_label, project_name, failure_modes, degraded_tools. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on start_wave_run? +

Register the Meridian MCP server in PolicyLayer and add a rule for start_wave_run: 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 start_wave_run? +

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

Can I rate-limit start_wave_run? +

Yes. Add a rate_limit block to the start_wave_run 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 start_wave_run completely? +

Set action: deny in the PolicyLayer policy for start_wave_run. 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 start_wave_run? +

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

Across the catalogue

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