Skip to main content
Glama

omni_devpatch_verify

Verify source-file checksums against the active DevPatch inventory to identify changed, missing, or matching files. Returns a no-op envelope when no patch is active.

Instructions

Compare source-file sha256 against the active DevPatch inventory on the device. Returns mismatches (changed_since_patch), missing (tracked but not sent), and matches. NO-OP envelope when no devpatch is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo

Schema Changelog

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

  1. First observedv1.3.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the NO-OP envelope when no devpatch is active, names the three return categories, and 'Compare' implies a read-only operation. It stops short of stating error behavior or explicitly confirming no side effects.

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?

Three concise sentences, each earning its place: the operation, the return categories, and the no-active-devpatch edge case. It is front-loaded with the primary verb and resource.

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?

Because there is no output schema, the description compensates by naming the return categories and the no-op edge case. It omits error behavior and explicit read-only confirmation, but for a straightforward verify tool the description is largely complete.

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 schema provides no descriptions for `files`, `path`, or `sha256`, and the description only hints that the input is source-file hashes. This is enough to orient an agent, but it does not explain path scope, hash formatting, or the effect of an empty or missing `files` array.

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 specific operation — comparing source-file sha256 values against the active DevPatch inventory — and enumerates the result categories: changed_since_patch, missing, matches. It does not explicitly name a sibling tool, but the DevPatch resource is distinct enough that purpose is clear.

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 intended use case is implied: verify source files against the active DevPatch inventory. The NO-OP envelope also signals that calling without an active devpatch is safe, but there is no explicit guidance about when to prefer this over alternative verification or inspection tools.

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/Mcamento8/omnimod-mcp'

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