Skip to main content
Glama

list_output_files

List all 18 AI readiness files in generation order with filenames and purposes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/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 of behavioral disclosure. It describes the output (filenames, purposes, order) but does not state that the tool is read-only or has no side effects. For a simple listing, this is adequate but not highly transparent.

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, efficient sentence that front-loads the verb and resource. Every word is meaningful with no redundancy, achieving maximum conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no parameters and no output schema, the description adequately covers the output (filenames, purposes, order) and the number of files. However, it could be slightly more complete by noting that it returns a list (implying an array) and whether any other metadata like file IDs are included.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters and 100% schema description coverage, the baseline is 4. The description does not need to add parameter information since none exist, and it meets the baseline expectation.

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 action (List), the specific resource (all 18 AI readiness files), the order (generation order), and the returned information (filenames and purposes). It distinguishes itself from sibling tools like generate_ai_readiness_files and get_file_spec by focusing on listing all files.

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 does not explicitly state when to use this tool versus alternatives. While the context implies it is for obtaining a directory of files, there is no explicit guidance on when not to use it or which sibling tool to choose instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct purpose: generating the full workflow, converting a specific file, retrieving specs, classification guide, instructions, or listing files. No overlapping functionality.

Naming Consistency5/5

All tools use consistent snake_case with verb_noun structure (generate_*, get_*, list_*), making the set predictable and easy to navigate.

Tool Count5/5

With 6 tools, the set covers the core informational needs (specs, guide, instructions, file list) plus the main workflow generator and a format converter, which is well-scoped for the domain.

Completeness2/5

The tool set lacks tools for actually writing or outputting the generated files; 'generate_ai_readiness_files' returns a workflow but no file creation tool exists, leaving a significant gap in the lifecycle.