Skip to main content
Glama
Hardik-Singh

Invariance MCP

Official
by Hardik-Singh

invariance_capture_unlink

Detach an evidence link from a capture. Pass a link_id to remove that specific link, or omit it to clear the capture's run_id.

Instructions

Detach a capture link. With link_id, deletes that specific evidence link. Without link_id, clears the capture's run_id (legacy). Captures are standalone evidence; they don't need an execution upfront.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCapture id, e.g. "cap_abc123".
link_idNoSpecific capture link id to detach. Omit to clear run_id (legacy).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the behavioral effect: deleting a specific evidence link or clearing run_id. It also adds domain context ('Captures are standalone evidence; they don't need an execution upfront'), which helps explain the legacy behavior. Annotations already indicate mutation, and the description aligns with them without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the main action, and zero filler. The mode distinction is stated before the supporting domain context, making the important operational detail immediately visible.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter tool with no output schema, the description fully covers both invocation modes, the meaning of link_id, and the legacy fallback. The domain note about captures being standalone evidence adds enough context for correct use without requiring extra documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema already documents both id and link_id, including the omit-to-clear-run_id behavior. The description restates this information rather than adding substantial new meaning, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Detach') and resource ('capture link'), and immediately clarifies the two operating modes (with link_id vs legacy run_id clearing). This distinguishes it from sibling tools like invariance_capture_link and invariance_capture_update without needing to inspect schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use each mode: pass link_id to detach a specific evidence link, omit it to clear the capture's run_id in the legacy path. It does not explicitly name alternatives or exclusions, but the mode distinction is actionable enough for an agent to select the right behavior.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools