Skip to main content
Glama

workspace_release

Release an exclusive workspace lease by its ID, making the workspace available for others. Idempotent and does not terminate terminal sessions or processes.

Instructions

Release an exclusive workspace lease by lease_id. Idempotent. Does not kill terminal sessions or processes. Do not use to steal another writer's lease unless you possess their lease_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lease_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description states 'Idempotent' while annotations set idempotentHint=false, which is a direct contradiction. This is a serious inconsistency that undermines trust in the tool's behavioral metadata.

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?

Three sentences, all essential: action, idempotency, side effects, and a misuse caution. No wasted words.

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?

For a simple one-parameter tool, the description covers purpose, side effects, and safety considerations. However, the contradiction with annotations and lack of error-case detail keep it from a perfect score.

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?

Only 'lease_id' is mentioned by name, with no additional meaning beyond the schema. With 0% schema description coverage and one parameter, the description fails to compensate by explaining the format, source, or behavior related to the lease_id.

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 action ('Release an exclusive workspace lease') with a specific resource and identifier ('by lease_id'). It distinguishes itself from sibling tools like workspace_acquire and workspace_status.

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?

Provides clear context on use (release a lease) and a critical caution ('Do not use to steal another writer's lease unless you possess their lease_id'). It does not explicitly name alternatives, but the when-not-to-use guidance is valuable.

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/davidlosasgonzalez/codeagent-mcp'

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