Skip to main content
Glama
ttpears

GitLab MCP Server

by ttpears

My Todos

list_my_todos
Read-onlyIdempotent

Retrieve your GitLab to-do list, including pending notifications for issues, merge requests, and reviews. Filter by state, action, or project.

Instructions

List the authenticated user's GitLab to-do items (notifications about issues, MRs, mentions, reviews requested, etc.). Filter by state, action, target type, or group/project. Requires user authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoFilter by todo state: pending (default), done, or allpending
actionNoFilter by todo action — e.g. assigned, mentioned, build_failed, marked, approval_required, unmergeable, directly_addressed, review_requested
typeNoFilter by target type — e.g. Issue, MergeRequest, Epic, Commit, DesignManagement::Design, AlertManagement::Alert
groupPathNoLimit to a group by full path (e.g. "my-org/platform"). Resolved to a node GID server-side before filtering.
projectPathNoLimit to a project by full path (e.g. "my-org/my-repo"). Resolved to a node GID server-side before filtering.
authorIdsNoFilter by todo authors. Accepts numeric user IDs or full gid://gitlab/User/N strings.
isSnoozedNoFilter by snooze state: true → only snoozed, false → only non-snoozed.
sortNoSort order — e.g. CREATED_DESC (default on server), CREATED_ASC, UPDATED_DESC, UPDATED_ASC.
firstNoNumber of todos to retrieve
afterNoCursor for pagination
fetchAllNoFetch all pages up to 100 results
userCredentialsNoYour GitLab credentials (optional — falls back to the configured env token if not provided)
Behavior3/5

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

Annotations already declare readOnlyHint, destructiveHint, and idempotentHint, so the description's main behavioral disclosure (requires authentication) adds context beyond the annotations. It explains what a todo is and the scope of results, but does not elaborate on data lifecycle or side effects, which is acceptable given 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 two sentences with no extraneous information. It front-loads the primary purpose and succinctly adds filtering and auth constraints. Every word earns its place.

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?

Given 12 optional parameters and no output schema, the description covers the core purpose and filtering, but lacks details on pagination (first, after, fetchAll) and sorting defaults. The schema provides those details, but the description could be more complete for an agent without seeing the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for all 12 parameters, so the description's brief mention of filter options does not add substantial meaning beyond the schema. The description summarizes some filters but does not clarify edge cases or relationships not already in the schema.

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 explicitly states the tool lists GitLab to-do items for the authenticated user, clearly distinguishing it from sibling tools like create_issue or mark_todo_done. It also specifies the types of notifications included and mentions filtering capabilities.

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 provides context that the tool lists todos for the authenticated user, with filtering options. It implicitly guides usage for retrieving notifications, but does not explicitly state when not to use it or suggest alternatives like get_issues. However, the context is clear enough for an agent to distinguish from siblings.

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

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