Skip to main content
Glama

task_unclaim

Remove the current assignee from a user task, returning it to the candidate group queue for other users to claim.

Instructions

Unclaim a user task, removing the current assignee. The task returns to the candidate group queue and can be claimed by another user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It successfully discloses domain behavior: the task returns to the candidate group queue after unclaiming. However, lacks technical details like permission requirements, idempotency, or error conditions (e.g., what happens if task is already unclaimed).

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?

Two efficient sentences with zero waste. Front-loaded with the action (unclaim), followed by consequence (returns to queue). Every word earns its place.

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?

Given zero parameters and no output schema, the description adequately covers the essential behavioral context (state transition to candidate group). Could be improved by mentioning authorization requirements or error cases, but sufficient for a simple state-change operation with no inputs.

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?

Zero parameters per input schema (empty object). With 100% schema coverage trivially satisfied and no parameters requiring semantic explanation, this meets the baseline score of 4 for zero-parameter tools.

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?

States specific verb 'Unclaim' with resource 'user task' and immediate effect 'removing the current assignee'. The second sentence distinguishes this from sibling task_claim by explaining the reverse workflow (returns to candidate group queue vs. taking from queue).

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 contextual guidance by describing the outcome state (returns to candidate group queue, available for others to claim), which implicitly defines when to use this (to abandon a claimed task). Lacks explicit 'when not to use' or named alternatives, but the workflow implication is clear.

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/operaton/operaton-mcp'

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