Skip to main content
Glama

Get project

gitlab_get_project
Read-only

Retrieve full details for a GitLab project, including default branch, namespace, and web URL. Optionally include license and repository statistics to assess project health.

Instructions

Full details for one project, including default branch, namespace and web URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
licenseNo
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
statisticsNoInclude repository size and commit counts
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds examples of return fields but does not mention behavior on missing project, authentication needs, or rate limits. Some value added, but not rich.

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?

A single, well-structured sentence that is front-loaded and contains no redundancy. Every word contributes meaning.

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?

With no output schema, the description gives examples of the response but not a full understanding of the returned object. It is adequate for a simple get operation but lacks details on response structure or edge cases. Given the sibling complexity, a bit more context would improve 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?

Schema description coverage is 67% (license param lacks any description). The tool description does not compensate by explaining the license parameter or any parameters. It adds no parameter semantics beyond what the schema already provides.

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 clearly identifies a get operation for a single project, listing specific fields (default branch, namespace, web URL). This distinguishes it from sibling tools like gitlab_list_projects (plural) and project modification/deletion tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied ('one project') but there is no explicit when-to-use vs alternatives or exclusions. With many sibling tools, clearer guidance on when to choose this over gitlab_list_projects or gitlab_project_statistics would be helpful.

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

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