Skip to main content
Glama

mark_all_todos_done

Mark all pending GitLab to-do items as done for the current user, clearing your task list in one action.

Instructions

Mark all pending GitLab to-do items as done for the current user. Use this for the specific operation described; choose a sibling tool when you need a different resource or lifecycle action. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv2.1.45
  2. Removedv2.1.43
  3. Addedv2.1.18
  4. Removedv2.1.14
  5. Addedv2.1.11
  6. Removedv2.1.10
  7. Addedv2.1.9

TDQS

C2.8/5.0
Behavior3/5

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

The description explicitly states 'It changes remote GitLab state' and requires 'the necessary project or group permission,' which are important behavioral facts beyond the annotation 'openWorldHint: true.' It also lists possible error types (validation, conflict, permission, rate-limit). However, it does not disclose what happens to already-done items, whether the operation is atomic, or any side effects. The mention of project_id/group_id that are not in the schema introduces confusion rather than clarity.

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

Conciseness2/5

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

The description is verbose and padded with generic phrases like 'choose a sibling tool when you need a different resource or lifecycle action' and 'retains to the schema.' The first sentence is focused, but the rest repeats boilerplate that could apply to any tool. The mention of parameters not in the schema adds unnecessary length. It would be more concise if it simply stated the action, the permission requirement, and the error behavior without the filler.

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

Completeness3/5

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

For a tool with no parameters and no output schema, the description covers the core action, the fact that it mutates state, permission needs, and error response types. However, it includes irrelevant references to `project_id` and `group_id` that are not in the schema, and it omits details like whether 'all pending' includes items across all projects or only those accessible to the user. The mention of pagination fields is also nonsensical given no input parameters. These gaps reduce completeness.

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?

The schema has zero parameters, so there is nothing to describe. However, the description references 'project_id' and 'group_id' that are not present in the schema, which is misleading. It also says 'use required identifiers and pagination fields exactly as documented' when no identifiers or pagination fields exist. This actively confuses the agent instead of adding value, so it falls well below the baseline for a zero-parameter tool.

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 opening sentence clearly states the action: 'Mark all pending GitLab to-do items as done for the current user.' This distinguishes from the sibling 'mark_todo_done' by using 'all pending' and covers the resource and scope. However, the purpose is slightly diluted by later generic boilerplate that doesn't add specificity, but the core purpose is unmistakable.

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?

The description provides only a generic directive to 'choose a sibling tool when you need a different resource or lifecycle action.' It does not mention the alternative 'mark_todo_done' for a single item, nor does it state when this tool should be preferred over that one. No specific triggers, prerequisites, or exclusions are given, so the guidance is essentially absent.

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/zereight/gitlab-mcp'

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