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

claim_sprint_item

Claim a pending sprint item: sets status to in_progress and records claimed_at + actor. Read-only: false. Rejects if the item is already in_progress, done, failed, skipped, its touches_files overlap active file claims from another live session, or (18c488b6) a touches_resources file:/symbol: entr...

SERVERMeridian SOURCE@meridianmcp/mcp
Critical RISK CLASS
Category Destructive
Parameters 81 required
Recommended Hiddensee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-ajc3xc-meridian/claim-sprint-item.md

What claim_sprint_item does on Meridian

AI agents call claim_sprint_item to permanently remove resources in Meridian, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
actor string Executor id/name recorded as having claimed the item (5823db0b; defaults to session_id).
item_id string Yes
project_id string
session_id string Optional caller session id; its own file claims are ignored for conflict checks, and it is the identity any touches_resources symbol/file locks are acquired und
project_name string Project name — an alternative to project_id; resolved to the id internally. project_id wins if both are given.
resource_contents object 18c488b6 — optional map of {file_path: file_content} for any symbol: entries in the item's touches_resources. The server has no direct filesystem access to your
allow_file_fallback boolean 54d2c2af — explicit, audited approval for the whole-file-lock fallback that strict_resource_locking=true would otherwise reject for an unresolved symbol: resour
strict_resource_locking boolean 54d2c2af — default false (zero behavior change). Set true to opt this call into the HARDENED, fail-closed contract: a symbol: resource that cannot get a real sy

Parameters from the server's own tool schema.

Why claim_sprint_item is rated Critical

An AI agent that decides to call claim_sprint_item doesn't hesitate, doesn't double-check, and doesn't stop at one. Whatever it removes from Meridian is gone. There is no undo for destructive operations.

Risk signalsBulk/mass operation — affects multiple targets

Questions about claim_sprint_item

What does the claim_sprint_item tool do? +

Claim a pending sprint item: sets status to in_progress and records claimed_at + actor. Read-only: false. Rejects if the item is already in_progress, done, failed, skipped, its touches_files overlap active file claims from another live session, or (18c488b6) a touches_resources file:/symbol: entry is locked by another live session — this last check ACQUIRES the resource lock (via claim_file/claim_symbol) as part of claiming, is a hard block regardless of worktree isolation, and rolls back cleanly if the claim itself doesn't land. 54c488b6/54d2c2af: every symbol:/file: resource this acquires also gets a durable lock-granularity receipt (achieved symbol vs. coarse-fallback grain, and why), auditable after the fact independent of this call's response payload. 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 Destructive tool in the Meridian MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does claim_sprint_item accept? +

claim_sprint_item accepts 8 parameters: actor, item_id, project_id, session_id, project_name, resource_contents, allow_file_fallback, strict_resource_locking. Required: item_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on claim_sprint_item? +

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

claim_sprint_item is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit claim_sprint_item? +

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

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

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