List project files
list_filesList project file metadata without loading full file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes |
list_filesList project file metadata without loading full file contents.
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint and destructiveHint, and the description does not add extra behavioral context like sorting, pagination, or side effects. It neither contradicts nor significantly extends beyond annotations, so a neutral score is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence with the main action front-loaded. No redundant words or filler, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple nature of the tool and the presence of an output schema, the description is largely complete. It does not need to explain return values since the output schema covers that. However, it could mention what metadata is included (e.g., name, size) but that is not essential.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description must compensate for parameter meaning. The single parameter 'projectId' is not explained; although the name is self-explanatory, the description does not clarify what projectId refers to or how it filters results. This is a significant gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('List') and the resource ('project file metadata'), distinguishing it from read_file (which loads contents) and search_files (which searches). It is unambiguous and specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'without loading full file contents' implies when to use this tool (when metadata is needed, not content), but it does not explicitly name alternatives. This is a clear implicit guideline, though not as explicit as naming sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.