Skip to main content
Glama
altuslabsxyz

Altus Commonware Research MCP

Official
by altuslabsxyz

list_source_files

List repository files and filter by directory prefix to explore source code. Provide owner/repo and optional path to find relevant implementation files.

Instructions

List files in a repository, optionally filtered by directory prefix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoDirectory prefix filter (e.g. 'src/')
repoYesRepository identifier (owner/repo)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only says 'List files' without mentioning whether this is read-only, requires authentication, returns directories vs files, pagination, or any side effects. This is a significant gap even for a simple read operation.

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 essential action and optional filter without any wasted words. It is perfectly concise and well-structured.

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?

For a tool with only two simple parameters and no output schema, the description is minimally adequate. However, it does not clarify whether it returns file paths, metadata, or directory contents, and the name suggests 'source files' while the description says 'files'. There is room for context about output structure or limitations.

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?

The schema already provides full descriptions for both parameters (repo as 'owner/repo' and path as 'directory prefix filter'). The description's mention of 'directory prefix' is redundant with the schema, adding no extra meaning. Since schema coverage is 100%, the baseline of 3 applies.

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 lists files in a repository with an optional directory prefix filter. It uses a specific verb and resource, and the optional filter adds clarity. It doesn't explicitly distinguish from sibling tools like list_sources or get_file_tree, but the core purpose is unambiguous.

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 such as list_sources, get_file_tree, or search_file. There are no explicit usage contexts, exclusions, or mention of alternative tools.

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/altuslabsxyz/altus-commonware-research-mcp'

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