Skip to main content
Glama

memoryguard_rule_merge_acknowledge

Acknowledges a first-merge risk by validating a server-issued single-use capability token and trusted admin context, then records the mutation receipt for the proposal.

Instructions

Acknowledge first-merge risk with a server-issued single-use capability and trusted admin AccessContext.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNo
proposal_idYes
idempotency_keyYes
capability_tokenYes
mutation_receiptYesnative mutation receipt for this acknowledgement transaction

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.7.8

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses the privileged auth context and the single-use capability gate, but does not explain side effects, whether the capability is consumed, or what state changes occur beyond 'acknowledge.'

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no unnecessary filler. It earns conciseness credit, though the dense use of jargon like 'AccessContext' makes it less approachable than it could be.

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 tool with five parameters, a nested object, no annotations, and no output schema, this description is too sparse. It fails to explain the merge workflow, how the required fields are obtained, or what the caller should expect after invoking the tool.

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

Parameters2/5

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

Schema coverage is only 20%, and the description adds minimal parameter-level meaning. It hints that capability_token is the server-issued single-use capability, but it does not clarify proposal_id, idempotency_key, workspace, or the nested mutation_receipt beyond the schema's sparse description.

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 action—acknowledge first-merge risk—and identifies the mechanism: a server-issued single-use capability and trusted admin AccessContext. It is reasonably distinct from sibling merge tools like issue/approve, though it could be more explicit about how it differs.

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?

The description implies when this should be used: after a server-issued capability has been obtained and when operating with trusted admin context. However, it does not explicitly mention alternatives or when not to use this tool, leaving workflow routing mostly to inference.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/irisxc4/memoryguard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server