Skip to main content
Glama
mikesplore
by mikesplore

gatekeeper_unblock_project

Unblock a Gatekeeper client project after payment or agreement. Provide the project slug and a reason; confirmation is required to proceed.

Instructions

Manually unblock a Gatekeeper client project after payment or agreement. Requires slug and a non-empty reason. Confirmation gate applies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
reasonYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that a non-empty reason is required and that a confirmation gate applies. These are useful behavioral traits not visible in the schema or annotations. There is no contradiction with the annotations.

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 short sentences, each adding distinct value: the action and context, the parameter requirement, and the confirmation gate. No redundant wording or filler.

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

Completeness4/5

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

For a simple two-parameter mutation with no output schema, the description covers the key invocation requirements and expected context. The meaning of the 'confirmation gate' and the exact response format are not detailed, but these gaps are minor for this tool.

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?

With 0% schema description coverage, the description partially compensates by naming both parameters and specifying that 'reason' must be non-empty. It does not explain what a valid slug looks like or where to source it, leaving some semantic ambiguity.

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 ('unblock') and resource ('Gatekeeper client project') and adds the triggering context 'after payment or agreement.' This clearly distinguishes it from the sibling gatekeeper_block_project and other gatekeeper actions.

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 the tool should be used: when a project needs manual unblocking after payment or agreement. It does not explicitly name alternatives or exclusion criteria, but the 'after payment or agreement' condition is sufficient situational guidance.

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