Skip to main content
Glama

worker_reclaim

Reclaim your worker bond after deregistering once the cooldown elapses, provided no dispute or slash is active.

Instructions

Reclaim your worker reputation bond after deregistering.

Only works once the cooldown (equal to the contract's arbitrator timeout) has passed since worker_deregister. The call halts on chain if:

  • the cooldown has not passed yet,

  • an open dispute currently encumbers the bond (wait for the dispute to resolve or be voided, check bond_encumbered in view_dispute), or

  • the bond was slashed. A slashed bond is gone forever; the treasury collects it. There is no reclaim path after a slash.

Check view_worker_bond first: state must be 1 (deregistering) with zero encumbrances and the cooldown elapsed.

Returns confirmation of the reclaim, or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description fully discloses behavior: halting conditions based on cooldown, disputes, slashing, and return value. It comprehensively covers what happens in various states.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat lengthy but necessary to explain multiple conditions. It is front-loaded with the core purpose and logically structured.

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 zero parameters and no annotations, the description provides complete behavioral context, including preconditions, error cases, and return type. It references a sibling tool (view_worker_bond) for further guidance.

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?

There are no parameters, so the baseline is 4. The description adds no parameter info, which is unnecessary given zero parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it's for reclaiming a worker reputation bond after deregistering, using a specific verb and resource. It does not explicitly differentiate from siblings like worker_register or view_worker_bond, but the purpose is 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?

It provides explicit conditions for successful use: cooldown passed, no open disputes, bond not slashed. It also advises checking view_worker_bond first. However, it does not list alternative tools for other scenarios.

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/honeytones/idios'

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