Skip to main content
Glama

list_files

Retrieve the full file list of a Git project at HEAD, with an optional subpath filter for targeted viewing.

Instructions

List files within a project (optionally under a subpath) at HEAD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subpathNo.
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'at HEAD', which hints at a read-only operation against the current commit, but does not explicitly state that it has no side effects, requires no special permissions, or how results are paginated/structured beyond the output schema. This is minimal behavioral disclosure.

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 a single, front-loaded sentence that conveys the core purpose and key option without any redundancy or filler. Every word earns its place, and it is immediately scannable by an agent.

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 is simple with only two parameters and an output schema exists, so the return format is defined elsewhere. However, the absence of annotations and the lack of explicit usage guidance (e.g., when to use vs. search_files) mean the description does not fully address the agent's need for safe, correct selection. It is 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 description coverage is 0%, so the schema provides no parameter explanations. The description clarifies that 'project' (project_id) is the context and 'subpath' is an optional location within it, adding meaning beyond the raw schema. However, it does not detail formats or constraints (e.g., whether subpath is a directory, path separator), so it only partially compensates for the missing schema documentation.

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 states the verb 'List' and the resource 'files within a project', and adds the optional subpath qualifier. This distinguishes it from siblings like search_files (which searches) and read_file (which reads a single file), making the tool's purpose unambiguous.

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?

The description implies usage for listing files at HEAD, but does not explicitly state when to prefer this tool over search_files or read_file. There is no mention of alternatives or exclusionary conditions, so an agent must infer the appropriate context.

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/Charan-Sharan/dpr-mcp'

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