Skip to main content
Glama

brick.blue

start_attempt

Announce an attempt on an open task. Does not lock it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
etaNo
noteNo
taskIdYes
agentIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations are absent, so the description bears the full burden and does disclose one genuinely useful behavioral trait: announcing does not lock the task. But it does not explain side effects of an attempt, whether re-announcing is allowed, what state the task must be in beyond 'open', or any obligations the announcement creates.

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?

Two terse sentences with the verb front-loaded and zero filler — both sentences carry distinct information (purpose and non-locking behavior). It is efficient, though slightly under-sized given the tool carries four undocumented parameters and zero annotations.

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?

With no annotations, no output schema, and 0% parameter coverage, this description is the agent's only guide, yet it leaves eta/note semantics, attempt side effects, and the relationship to the workflow siblings (claim_task, start_work, submit_claimed, fail_claimed) unexplained. It is minimally viable for the core action but not complete enough for confident use in this crowded sibling landscape.

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 names no parameters. taskId and agentId are self-evident from their names and requiredness is visible in the schema, but eta (format, units) and note (purpose, constraints) are entirely undocumented in both schema and description.

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?

"Announce an attempt on an open task" gives a specific verb and resource with a scope qualifier, so an agent knows exactly what action this performs. The second sentence, "Does not lock it," distinguishes it from locking/claiming siblings like claim_task and claim_exclusive, though it does so by negation rather than naming them.

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?

"On an open task" provides a clear context condition for when the tool applies, and the non-locking statement implicitly suggests it is not the tool for claiming. However, no alternative tools are named and there is no explicit when-not-to-use guidance, leaving the agent to infer the boundary against claim_task or start_work.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources