Skip to main content
Glama

list_projects

Read-only

List GitLab projects accessible by the current user, with filters for search, ownership, membership, visibility, and other criteria.

Instructions

List projects accessible by the current user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term for projects
search_namespacesNoNeeds to be true if search is full path
ownedNoFilter for projects owned by current user
membershipNoFilter for projects where current user is a member
simpleNoReturn only limited fields
archivedNoFilter for archived projects
visibilityNoFilter by project visibility
order_byNoReturn projects ordered by field
sortNoReturn projects sorted in ascending or descending order
with_issues_enabledNoFilter projects with issues feature enabled
with_merge_requests_enabledNoFilter projects with merge requests feature enabled
min_access_levelNoFilter by minimum access level
topicNoFilter by topic (projects tagged with this topic)
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)
Behavior2/5

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

Annotations already provide readOnlyHint and openWorldHint. The description adds no behavioral context beyond stating that the tool lists projects accessible by the user. It does not disclose pagination, filtering behavior, or any side effects.

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

Conciseness4/5

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

The description is a single clear sentence with no unnecessary words. While concise, it could benefit from briefly mentioning key features like pagination or filters.

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 15 parameters and no output schema, the description is incomplete. It does not explain what fields are returned, how pagination works, or how to use the filters effectively.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning to the parameters beyond what is already in the schema.

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's action ('List') and resource ('projects'), with a scope ('accessible by the current user'). It distinguishes from sibling tools that list other resources (e.g., list_issues), though it does not differentiate from list_group_projects.

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 guidance on when to use this tool vs alternatives is provided. No mentions of prerequisites, exclusions, or when not to use.

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