Skip to main content
Glama

Signet — deny a pending action

signet_deny
Destructive

Deny one of YOUR pending action requests. The request is closed and audited; nothing signs. Requires Authorization: Bearer .

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesThe request uuid, from signet_status.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark this as destructive and not read-only. The description adds useful behavior beyond that: the request is closed, audited, and nothing is signed. It also discloses the Bearer JWT auth requirement. It doesn't state whether the action is reversible, but that is a minor gap given 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?

The description is a single sentence that front-loads the action, then includes the consequence and auth requirement with no filler. It earns every word.

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 one-parameter destructive action with output schema absent, the description covers the essential context: what request to target, the effect, the auth requirement, and the no-signing caveat. It doesn't describe the return value, but the operation is simple enough that this is not a major gap.

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% and the request_id schema already explains it is 'The request uuid, from signet_status.' The description adds no additional parameter-level information, so the baseline 3 is appropriate.

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 and resource: 'Deny one of YOUR pending action requests.' It also clarifies the outcome ('closed and audited; nothing signs'). It doesn't explicitly name signet_approve as the complementary tool, but the deny-versus-approve distinction is clear from the tool name and context.

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

Usage Guidelines3/5

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

It conveys when to use the tool: when denying one of your own pending action requests. It also notes an Authorization requirement. However, it gives no explicit guidance about when not to use it or which sibling tool to choose instead, such as signet_approve.

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.