Skip to main content
Glama

Claim a task

claim_task

Claim a task to notify teammates you're working on it, and review recent nearby commits to avoid conflicts before starting.

Instructions

Claim an existing task (e.g. one from get_context) so teammates know you're working on it. Returns recentActivityNearby - real commits touching this task's scope in the last 10 minutes from anyone else. A non-empty list doesn't block the claim, but check it before diving in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYes
memberNameNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.2

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations available, the description carries the behavioral burden and does a good job: it discloses the recentActivityNearby return value, explains it contains real recent commits from others, and explicitly notes that a non-empty list does not block the claim. It could go further on persistence, permissions, or side effects, but the core behavior is clearly communicated.

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, each earning its place: purpose first, then the key return value, then the important caveat about non-blocking behavior. No wasted words and the most decision-relevant information is front-loaded.

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 no annotations, no output schema, and minimal input schema, the description is fairly complete for a simple claim action. It explains purpose, source of the task, what the return contains, and how to interpret it. The main missing piece is parameter semantics, particularly memberName, and clearer routing against sibling 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%, and the description adds little parameter-level meaning. It implies taskId comes from get_context, but never explicitly names or explains taskId, and memberName is entirely absent from the description. This is a meaningful gap for two parameters.

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 uses a specific verb ('claim') and resource ('existing task'), and clearly states the purpose: signaling to teammates that you're working on it. It also points to get_context as a source of the task, helping differentiate from creation-oriented siblings like declare_task.

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

Usage Guidelines3/5

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

The description implies the usage context: after getting a task from get_context and before diving in. However, it never explicitly states when not to use this tool or names alternatives like declare_task, update_task_status, or log_activity, so the agent must infer the boundary between these siblings.

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

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/imortis/teamhub-mcp'

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