Skip to main content
Glama
i-ops-hq

assurance-mcp

by i-ops-hq

check_coverage_tool

Check a folder for complete monthly coverage and identify missing months within a specified period or the folder's span. Use this read-only check to verify expected periods.

Instructions

Check whether every month in a folder span is present.

Read-only. Names a folder and optionally a period range such as 'January 2024 to December 2025' or 'last 12 months'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYes
period_rangeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description explicitly labels the operation as read-only, which is an important safety disclosure. It does not detail how 'present' is determined or what the exact output is, but the presence of an output schema reduces that burden.

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 compact and front-loaded: the core purpose appears first, followed by the read-only note and parameter usage. Every sentence adds value, and the example period ranges are useful without adding clutter.

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 simple read-only check with one required and one optional parameter, the description gives enough information for basic invocation: purpose, inputs, and safety behavior. It lacks explicit guidance on choosing between sibling tools and a precise definition of 'folder span', but the output schema presumably covers return details.

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?

Since the schema provides 0% description coverage, the description compensates by naming both parameters: folder is the folder to inspect, and period_range is an optional range with useful examples like 'January 2024 to December 2025' and 'last 12 months'. It could add folder path format or the meaning of a null period_range, but the essential semantics are covered.

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 states a clear action: verify that every month in a folder's span is present, optionally restricted to a period range. This distinguishes it from list_dated_files_tool and check_set_coverage_tool by focusing on month-level coverage, though it does not explicitly name or contrast those siblings.

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 when to use the tool through its purpose and gives usage context for the optional period_range with concrete examples. However, it does not explicitly say when to prefer this tool over check_staleness_tool or check_set_coverage_tool, nor does it mention any exclusions or preconditions.

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

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/i-ops-hq/assurance-mcp'

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