Skip to main content
Glama

ManageBlockerLinksTool

Add or remove blocked_by links on a piece. Batch operation: one bad id rejects the whole call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: "add" or "remove"
account_codeYesAccount code (e.g., "bcp", "jchsoft")
piece_relative_idYesRelative ID of the waiting piece whose blocker links change
blocker_relative_idsYesRelative IDs of the blocker pieces. For "add", every id must resolve in the account and must not be linked already; any bad or already-linked id rejects the whole call. For "remove", unknown ids are reported as not_found but the rest are still detached.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that one bad id rejects the whole call, which is useful transactional behavior, but omits critical details such as required permissions, side effects, reversibility, or return values.

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?

The description is extremely concise: two sentences that front-load the core action and then immediately disclose the key transactional constraint. Every sentence earns its place with no waste.

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

Completeness2/5

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

For a mutation tool with no annotations and no output schema, the description is incomplete. It should cover permissions, side effects, and return behavior to adequately guide an agent, but instead provides only minimal operational context.

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 coverage is 100%, so the schema already documents all parameter semantics in detail. The description adds no additional meaning about parameters beyond repeating the batch rejection behavior. Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose4/5

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

The description states a specific verb (add or remove) and resource (blocked_by links on a piece). It clearly distinguishes the blocking concept from sibling tools like BlockTaskTool, though it does not name the sibling. Overall purpose is clear but sibling differentiation could be more explicit.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like BlockTaskTool or UpdatePieceTool. It only describes what the tool does, not the context or prerequisites for its use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources