Skip to main content
Glama

company_memory_review

Transition authorized memory to a new lifecycle stage with a required reason, maintaining governance and audit trails.

Instructions

Apply a governed lifecycle transition to an authorized memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
clearanceNorestricted
memory_idYes
tenant_idNolocal
groups_jsonNo[]
principal_idNolocal-reviewer
to_lifecycleYes
projects_jsonNo[]

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.3

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It implies a state-changing operation ('transition') an unspecified authority check, but it does not state side effects, validation rules, required permissions, failure handling, or whether the transition is immediate or staged.

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

Conciseness2/5

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

The one-line description is technically terse, but this is under-specification, not genuine conciseness. It spends its only sentence on a generic claim and gives zero attention to parameters or operational context, so the structure fails to earn its place.

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?

Given a complex 8-parameter mutation tool with no annotations, no enums, and no output schema, this description is incomplete. Key aspects missing: what lifecycle states exist, what clearance/principal context is acceptable, what the governance flow does, and what the caller should expect upon completion.

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

Parameters1/5

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

Input schema has 0% description coverage and the description compensates by naming no parameters. With 8 params including to_lifecycle, reason, clearance, groups_json, and projects_json, an agent receives no insight into valid lifecycle values, how groups vs projects apply, or what distinguishes the defaulted principal fields.

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 names a specific verb and resource ('Apply a lifecycle transition to an authorized memory'), so an agent can tell this tool mutates a memory's lifecycle state. However, it does not differentiate this from siblings such as trusted_memory_review or company_memory_propose, and the terms 'governed' and 'authorized' are left unexplained.

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?

There is no guidance on when to use this tool versus the many sibling memory tools, nor any exclusion condition. The description never states what qualifies as 'authorized', what lifecycle transitions are valid, or how this relates to trusted_memory_review / company_memory_propose.

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