Skip to main content
Glama

check_acceptance_criterion

Destructive

Mark an acceptance criterion as checked in a story using its index or exact text. Returns updated story details.

Instructions

Mark a single acceptance criterion as checked (- [ ] → - [x]) in a story file. Identify the target by criterion_index (0-based) or criterion_text (case-insensitive exact match). Exactly one must be provided. Returns {story_id, criterion, checked, path}. Errors if the story is not found, the criterion is not found, or it is already checked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
criterion_indexNo0-based index of the criterion to check. Use when you know the position. Mutually exclusive with criterion_text.
criterion_textNoExact text of the criterion to check (case-insensitive). Use when you know the text. Mutually exclusive with criterion_index.
story_idYesStory ID to update, e.g. STORY-047
Behavior5/5

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

Beyond annotations (destructiveHint=true, idempotentHint=false), the description discloses specific error conditions (story not found, criterion not found, already checked) and the return format, adding concrete behavioral context.

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?

Two concise sentences: first states action and transformation, second covers identification, return values, and errors. No redundant fluff; every sentence earns its place.

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?

The description, combined with annotations and schema, fully covers purpose, usage, parameters, behaviors, and error states. No additional information is needed for correct invocation.

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?

The input schema already has 100% coverage with good descriptions. The description adds value by explicitly stating 'Exactly one must be provided' for the mutually exclusive parameters, reinforcing the constraint.

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 'Mark' and resource 'acceptance criterion' with a clear transformation '- [ ] → - [x]'. It distinguishes from sibling tools like bulk_update_acceptance_criteria and set_acceptance_criteria by focusing on a single criterion.

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?

The description specifies how to identify the criterion (index or text, exactly one required) and lists error conditions. It implies single-criterion use but does not explicitly contrast with bulk alternatives; however, the context of sibling tools makes the distinction clear.

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/corbym/backlog-mcp'

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