Skip to main content
Glama

memory_review_ticket

Approve or reject submitted tickets. Approval moves the ticket to closed/; rejection moves it to rejected/ and creates a rejection note with fix instructions.

Instructions

Review a submitted ticket. Approve → closed/ or Reject → rejected/.

On approve: moves ticket + submission to closed/ On reject: moves to rejected/ + creates rejection note with fix instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses key side effects: 'moves ticket + submission to closed/' on approve and 'moves to rejected/ + creates rejection note' on reject. Annotations only indicate readOnlyHint=false, so this behavioral detail goes beyond structured data and is valuable for understanding the tool's impact, though it doesn't cover reversibility or self-review consequences.

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 and well-structured: a one-line purpose followed by bullet-like outcome details. Every sentence earns its place, with no filler or redundancy.

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?

The description covers the two main branches and their side effects, and an output schema exists so return values needn't be explained. However, it omits important contextual details like prerequisites (e.g., ticket must be in a reviewable state) and whether the action is reversible, making it slightly incomplete for a tool with side effects.

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?

The tool description provides no parameter semantics; it doesn't mention agent_name, ticket_id, verdict, or review_notes, and only vaguely references 'fix instructions'. Schema description coverage is 0%, and the description fails to compensate, despite the schema having rich descriptions for each parameter. The description adds little meaning beyond what the schema already provides.

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 clearly states the tool's purpose: 'Review a submitted ticket' with specific outcomes (approve → closed/, reject → rejected/). This distinguishes it from sibling tools like create/submit/terminate tickets, making the action and resource unambiguous.

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 implies when to use it: when a ticket has been submitted for review, as it explicitly says 'Review a submitted ticket'. However, it doesn't provide explicit exclusions, prerequisites (e.g., ticket must be in 'submitted' state), or alternative tools, so it falls short of a 5.

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/swisspra/On_Board'

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