Skip to main content
Glama

List reservation events

list_reservation_events

Retrieve reservation lifecycle audit events including created, renewed, released, and expired. Filter by workspace, kind, or action to support conflict analysis and cleanup.

Instructions

Purpose: Inspect audit history for reservation lifecycle events. When to use: call during conflict analysis, stale reservation cleanup, or team coordination review. Inputs: optional workspace, reservation kind, action filter, and limit. Side effects: none beyond database reads. Output: created, renewed, released, and expired reservation events. Failure modes: returns an empty list when no events match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of audit events to return.
actionNoOptional lifecycle action filter such as created, renewed, released, or expired.
reservation_kindNoOptional kind filter such as file or symbol.
workspace_id_or_uriNoOptional workspace UUID, root URI, or alias URI to filter events.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description provides side effects ('none beyond database reads'), output types, and failure modes, fully disclosing behavioral traits.

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 well-organized into labeled sections (Purpose, When to use, Inputs, Side effects, Output, Failure modes), making it easy to parse and front-loads key information.

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

Completeness5/5

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

Given the tool has an output schema, the description appropriately covers purpose, usage, side effects, and failure modes, leaving no critical gaps for an audit list operation with optional parameters.

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% with detailed descriptions. The description merely summarizes inputs ('optional workspace, reservation kind, action filter, and limit') without adding new semantic meaning beyond the schema.

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 states 'Inspect audit history for reservation lifecycle events' with a specific verb and resource, clearly distinguishing it from sibling tools focused on reservation creation, release, or renewal.

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?

Explicit 'When to use' section lists specific scenarios (conflict analysis, stale reservation cleanup, team coordination review). It lacks explicit 'when not to use' but provides clear context.

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/geondongkim/geond-agent-protocol'

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