Skip to main content
Glama

Review submitted project work

decide_work_assignment
Idempotent

Complete submitted work or reopen it with useful feedback to ensure quality. Requires delegated work-review authority.

Instructions

Complete submitted work or reopen it with useful feedback. Requires separately delegated work-review authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
decisionYes
assignment_idYes
idempotency_keyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.1

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already indicate mutability (readOnlyHint=false), idempotency (idempotentHint=true), and non-destructiveness (destructiveHint=false). The description adds the authority requirement, which is a useful behavioral constraint. However, it does not disclose what other state changes occur or side effects (e.g., notifications). The description does not contradict annotations.

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?

The description is extremely concise: two sentences with no filler. It quickly establishes the core purpose and a key prerequisite. Every phrase earns its place.

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 the tool has 4 parameters, no output schema, and performs a state-changing action, the description is too sparse. It does not explain the parameters (beyond decision), the expected return value, or how the idempotency key works. An agent would lack sufficient context to invoke this tool reliably.

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. It only vaguely references the 'decision' parameter by mentioning 'complete or reopen'. The note, assignment_id, and idempotency_key parameters are completely unexplained. This is insufficient for an agent to use the tool correctly without inferring from names.

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 the tool completes or reopens submitted work, which is a specific verb-resource combination. The title 'Review submitted project work' provides context. However, it does not explicitly differentiate from siblings like 'approve_version' which might be confused for similar functionality on different entities.

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 mentions a prerequisite (delegated work-review authority), which is helpful. But it lacks explicit guidance on when to use this tool versus alternatives (e.g., approve_artifact_version for artifacts, or reject_version). No 'when not to use' or comparison with siblings is provided.

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