Skip to main content
Glama

work_claim

Record an active agent work task with a time-limited scope lease to focus context-engine processing on relevant files and symbols.

Instructions

Record explicit agent work plus a bounded advisory scope lease.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
task_idNo
agent_idYes
session_idNo
task_titleYes
scope_pathsNo
ttl_secondsNo
scope_symbolsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.62

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It hints at a 'bounded lease' and 'scope', which implies time-limited scoping, but it does not explain side effects, persistence, expiration behavior, idempotency, or what the returned claim/lease contains.

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

Conciseness3/5

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

The description is a single concise sentence with no filler, and it front-loads the primary action. However, it is too sparse for the parameter complexity and leaves important semantics entirely implicit.

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

Completeness2/5

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

Given 8 parameters, 0% schema coverage, no annotations, and a large sibling family, this description is not complete enough for an agent to invoke the tool confidently. The output schema is noted as present, but the description still omits lease semantics, expected inputs, and relationship to other work_* tools.

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?

Schema description coverage is 0%, so the description must compensate for explaining the 8 parameters. It only loosely maps 'scope lease' to scope_paths/scope_symbols/ttl_seconds, and does not clarify the meaning of agent_id versus session_id, the role of task_id/task_title, or how the lease is enforced or released.

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 names a specific action ('Record explicit agent work') and a resource ('bounded advisory scope lease'), which distinguishes it from many sibling work_* tools at a high level. The phrase 'bounded advisory scope lease' is somewhat jargon-heavy but conveys that the tool registers work and a scoped, time-limited claim.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives like work_handoff, work_resume, or work_record_context. The context of sibling tools suggests a work-tracking workflow, but the description provides no explicit when-to-use, prerequisites, or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools