Skip to main content
Glama

Check a dependency file

hallux_check_manifest
Read-onlyIdempotent

Call this after writing or editing a dependency file, and before committing it. Supported: package.json, requirements.txt, pyproject.toml, Cargo.toml, go.mod.

Checks every dependency in one pass, including dev and optional groups, which is where an invented name usually arrives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe file contents.
filenameYesThe file name, e.g. package.json. Path is ignored; only the name is used to pick a parser.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds useful behavioral context: it checks every dependency, including dev and optional groups, and explains this is where invented names typically show up. No contradiction with annotations.

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 first sentence gives the trigger condition, the second lists supported formats, and the third adds meaningful behavioral detail. Every sentence earns its place.

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

Completeness5/5

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

For a simple two-parameter tool with full schema coverage and read-only/idempotent annotations, the description covers when to call, what it checks, and which files it supports. Nothing essential is missing for correct invocation.

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?

The input schema already documents both parameters fully, so the baseline is 3. The description adds value by enumerating supported file names and clarifying that filename drives parser selection, which helps the agent form valid arguments beyond the schema examples.

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 checks dependencies in a dependency file, lists the supported file types, and gives the specific action ('Checks every dependency in one pass'). It does not explicitly differentiate from sibling tools like hallux_check or hallux_check_command, though the manifest-specific scope is strongly implied.

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 gives explicit timing guidance: 'Call this after writing or editing a dependency file, and before committing it.' It does not mention alternative tools or exclusions, but the intended use case 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources