Skip to main content
Glama

get_coverage_gaps

Identify source files unreachable from any test file via the import graph, revealing completely untested code and zero-coverage areas.

Instructions

Finds source files that are not reachable from any test file through the import graph — i.e. completely untested code. Use to answer: which parts of the codebase have zero test coverage?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax uncovered files to return
source_dirsNoRestrict results to these directories (absolute or relative to project_root). Defaults to the entire project.
project_rootYesAbsolute path to the TypeScript project root (must contain tsconfig.json)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the underlying methodology (import-graph reachability from test files), which is a meaningful behavioral trait beyond the tool name. It implies a read-only analysis, though it doesn't discuss edge cases like dynamic imports, but that's acceptable for this simple tool.

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 exactly two sentences, with the core behavior in the first sentence and a usage prompt in the second. There is no wasted wording, and the information is front-loaded.

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?

Given the tool's moderate complexity, the description sufficiently explains what it does and when to use it. All parameters are documented in the schema, so the only missing piece is the return format (e.g., whether it returns file paths, a count, or a structure), since there is no output schema. This is a minor gap and doesn't block correct invocation.

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 input schema already provides 100% description coverage for all three parameters (project_root, limit, source_dirs). The tool description adds no additional parameter-level semantics, so the baseline of 3 is appropriate because the schema does the heavy lifting.

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 ('Finds') and resource ('source files not reachable from any test file through the import graph'), clearly defining its scope as completely untested code. This distinguishes it from sibling tools like get_dependency_graph or identify_unreachable_modules, which target different concepts of unreachability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly gives a use-case question ('which parts of the codebase have zero test coverage?'), telling the agent when to invoke it. It does not explicitly list exclusions or name alternative tools, but the context is clear enough for selection.

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/vola-trebla/ast-impact-mapper-mcp'

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