Skip to main content
Glama

Renew file reservation

renew_reservation

Extend active file reservations before TTL expiry to continue editing without interruption.

Instructions

Purpose: Extend active file reservations while work continues. When to use: call before TTL expiry if an agent still owns the edit. Inputs: workspace_id plus reservation_id or file_path, optional agent_name, and new TTL. Side effects: updates reservation expiry and audit rows. Output: count of renewed reservations. Failure modes: returns zero when no matching active reservation exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathNoOptional repo-relative file path to renew.
agent_nameNoOptional agent name used to scope renewal.
ttl_minutesNoNew reservation lifetime in minutes.
workspace_idYesWorkspace UUID containing the reservation.
reservation_idNoOptional reservation UUID to renew.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses side effects ('updates reservation expiry and audit rows') and failure modes ('returns zero when no matching active reservation exists'). No annotations provided, so description carries full burden; it is sufficiently transparent.

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?

Well-structured with headings (Purpose, When to use, Inputs, etc.). No fluff, every sentence adds necessary information.

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?

Covers purpose, usage, side effects, output, and failure modes. Output schema exists, so return details are not needed; description is complete for a renewal tool with 5 params.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds value by summarizing input combinations ('workspace_id plus reservation_id or file_path'), which aids correct usage beyond schema descriptions.

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 'Extend active file reservations while work continues,' which is a specific verb+resource. It distinguishes from sibling tools like reserve_files (creates) and renew_symbol_reservation (symbol-specific).

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?

Explicitly says 'When to use: call before TTL expiry if an agent still owns the edit.' Provides failure mode context but does not explicitly list when not to use or name alternatives.

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