Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

batch_smoke_check_session

Run lifecycle smoke-checks across a folder or specified files, continuing after per-file errors to surface all issues.

Instructions

Run lifecycle smoke-checks over a folder or explicit file list, continuing after per-file errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNo
limitNo
pathsNo
dry_runNo
visibleNo
recursiveNo
extensionsNo
output_dirNo
report_dirNo
report_nameNo
include_locksNo
report_formatsNo
continue_on_errorNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosureasi. It only reveals that per-file errors are tolerated ('continuing after per-file errors'), but it does not explain side effects, whether reports or output files are generated, whether the operation is read-only, or how failures are reported.

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 with no filler. It delivers the core action, scope, and resilience behavior efficiently without repeating the tool name or schema fields.

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

Completeness1/5

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

For a 13-parameter tool with no annotationsane and no output schema, this description is severely incomplete. It does not explain return values, report generation, scope behavior, filtering options, or any expected outcomes, leaving an agent under-equipped to invoke the tool correctly.

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

Parameters2/5

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

Schema description coverage is 0% and there are 13 parameters, yet the description only hints at two: 'folder or explicit file list' corresponding to root/paths and 'continuing after per-file errors' corresponding to continue_on_error. Critical parameters such as recursive, extensions, dry_run, report_dir, report_name, and report_formats receive no semantic clarification.

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 ('Run lifecycle smoke-checks'), the target scope ('over a folder or explicit file list'), and a distinguishing feature ('continuing after per-file errors'). This differentiates it from sibling tools like smoke_check_session, which appears to be the single-session counterpart.

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 implies a use case (batch smoke-checking over folders or file lists) but does not explicitly state when to use this tool versus alternatives such as smoke_check_session or scan_model_files. There are no exclusion criteria, prerequisites, or explicit alternative routing.

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

Deploy Server

Other Tools