Skip to main content
Glama

Hydracept

hydracept_verify_lockfile

POST /v1/provenance/lockfile/verify.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.9/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not indicate whether the operation is read-only or has side effects, what security or authentication constraints apply, or what the outcome of verification is. The HTTP method and path do not reveal behavioral traits beyond the fact that it is a POST request.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one short sentence with no filler, which is structurally clean. However, brevity here comes at the expense of substance; it is under-specified rather than appropriately concise, providing only the endpoint and not enough detail to be useful.

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?

Despite having an output schema, the tool has no annotations, a single opaque unparameterized body, and a description that only restates the endpoint. An agent lacks essential information about what the lockfile verification does, when to call it, and what the response represents. This is markedly inadequate for reliable tool selection and invocation.

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

Parameters1/5

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

The schema has one parameter, 'body', with no description and 0% description coverage. The description does not mention the parameter or clarify what should be sent in the request body. With no supporting explanation, the agent cannot determine what a valid body should contain, despite the schema allowing arbitrary objects.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: it is a POST to verify a lockfile. This distinguishes the high-level action, but it does not explain what 'verify' means in this domain (e.g., integrity, signature, syntax), leaving the purpose somewhat vague. It also does not explicitly differentiate it from siblings like hydracept_manifest_verify beyond the resource name.

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?

There is no guidance on when to use this tool versus alternatives such as hydracept_lockfile_emit or hydracept_manifest_verify. The description provides no context about the workflow or conditions that would recommend this endpoint, so an agent must infer usage from the name alone.

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.