Skip to main content
Glama

gitlab_list_projects

Lists GitLab projects with filters for visibility, membership, ownership, and search, sorting by activity. Defaults to the user's projects for quick retrieval.

Instructions

Lists projects (GET /projects). Defaults to the user's membership, simple payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNo
ownedNo
searchNo
simpleNoDefault: true.
orderByNoDefault: last_activity_at.
perPageNo
starredNo
archivedNo
membershipNoDefault: true. false also lists visible projects without membership (can be huge).
visibilityNo
minAccessLevelNo10 Guest, 20 Reporter, 30 Developer, 40 Maintainer, 50 Owner.
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden for behavioral disclosure. It does add useful behavior — default membership scoping and a simplified payload — but it does not disclose pagination behavior, response shape, or any read-only/authorization context, leaving meaningful gaps.

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 short sentences with no filler, and the most decision-relevant information (default membership and simple payload) is front-loaded. It is a model of concise, scannable tool documentation.

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?

This is a 12-parameter tool with no output schema and no annotations, so the description needs to provide more context for correct invocation. It gives the default call behavior but omits pagination, filtering guidance, and the shape of the returned payload, making it incomplete for an agent deciding between or configuring parameters.

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 only 33%, so the description needed to compensate for many undocumented parameters. It only addresses defaults for membership and simple, while page, sort, owned, search, visibility, starred, archived, and others receive no guidance from the description.

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?

States an explicit verb and resource ('Lists projects') and even cites the endpoint (GET /projects). It also communicates default scoping ('user's membership, simple payload'), which clearly separates it from sibling list tools like gitlab_list_merge_requests or gitlab_list_project_members.

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?

No explicit when-to-use or when-not-to-use guidance is given, and no alternative tools are named. The 'Defaults to the user's membership' line hints at a primary use case but never tells the agent when to prefer this over gitlab_search or other GitLab list tools.

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

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/iwilldotdev/dev.mcp'

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