Skip to main content
Glama

List repository files

gitlab_list_repo_tree
Read-only

List files and directories in a GitLab repository tree. Specify branch, tag, or commit SHA, and optional path for a specific directory.

Instructions

Lists files and directories in the repository tree.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoBranch, tag or commit SHA (default: default branch)
pageNoPage number (default 1)
pathNoDirectory inside the repo; omit for the root
limitNoCap for all_pages (default 500)
per_pageNoItems per page, max 100 (default 20)
all_pagesNoFollow pagination and return up to `limit` items across pages
recursiveNo
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
Behavior2/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false. The description merely restates the basic function without adding behavioral context such as default recursion behavior, pagination handling, or output structure. No additional context is provided beyond what annotations already convey.

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 sentence that is front-loaded with the verb and object. It contains no filler or redundant information, making it highly efficient.

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?

The tool has 8 parameters and no output schema. The description is minimal, leaving the 'recursive' parameter unexplained and not describing pagination or output format. However, the read-only annotation and good schema coverage for most parameters make it adequate but not complete.

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 coverage is 88%, so most parameters already have descriptions. The description itself adds no parameter semantics. The 'recursive' parameter lacks a description in the schema, and the description does not compensate for this gap.

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 uses a specific verb ('Lists') and a specific resource ('files and directories in the repository tree'). It clearly distinguishes itself from sibling tools like gitlab_get_file (which fetches a single file) and gitlab_list_branches (which lists branches, not files).

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 no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or situations where another tool (e.g., gitlab_get_file) would be more appropriate.

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