Skip to main content
Glama

verify_changes

Destructive

Run project verification pipeline to execute repository-defined build and test scripts using fast, normal, or strict profiles, without staging or committing files.

Instructions

Run the detected project verification pipeline with a fast, normal, or strict profile. This executes repository-defined build/test scripts but does not stage or commit files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject directory; defaults to the workspace.
profileNoVerification depth; defaults to normal.
timeout_msNoTimeout per verification command.
total_timeout_msNoTotal verification budget across all checks; defaults to timeout_ms. Cleanup may take a bounded grace period.

Schema Changelog

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

  1. Addedv1.2.1

TDQS

B3.4/5.0
Behavior2/5

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

The annotation destructiveHint=true is not reflected in the description. While it notes it doesn't stage/commit, it doesn't disclose potential destructive side effects from running build/test scripts, such as modifying the workspace. The description adds minimal behavioral context beyond the safety hint.

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?

Two concise sentences, front-loaded with the core purpose, and no redundant information. Efficient and well-structured.

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

Completeness2/5

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

The tool is complex (verification pipeline with multiple profiles and timeouts), yet the description omits output format, side effects beyond not staging/committing, and the meaning of profiles. Given no output schema, the description should explain what results are returned. The destructive hint suggests more context is needed.

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?

Schema coverage is 100% for all 4 parameters. The description adds no additional semantics beyond the schema; it mentions profiles but the schema already describes them. The timeout parameters are well-documented in the schema, so the description contributes no extra value.

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 states a specific action (run verification pipeline) with explicit profiles, and distinguishes itself from sibling commit/stage tools by noting it does not stage or commit files. This makes its purpose clear and differentiates it from git_add/git_commit.

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 (when you need to verify changes) but does not explicitly state alternatives or when not to use. It mentions it doesn't stage/commit, which hints at usage before those operations, but lacks direct guidance.

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

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/JonusNattapong/chatgpt-pilot'

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