Skip to main content
Glama

Hydracept

hydracept_manifest_verify

POST /v1/provenance/manifests/{manifest_id}/verify.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifest_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior1/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only restates the endpoint and does not say whether verification is synchronous, whether it creates jobs or receipts, whether it mutates state, or what permissions are required. This is insufficient for safe invocation.

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

Conciseness4/5

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

The description is a single front-loaded line with no filler or redundant wording. However, it is terse to the point of underspecification, so it is concise but not a model of a complete tool description.

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 simple and has an output schema, so the return shape does not need to be explained. But with no annotations and a bare endpoint, there is no context about when to use it, what side effects may occur, or how failures behave. This leaves a meaningful gap for an agent deciding whether to call it.

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 has one required parameter with 0% description coverage. The URL template shows that manifest_id identifies the manifest being verified, which adds a bit more meaning than the schema title alone, but there is no format, example, or source guidance. For a single simple parameter this is minimally adequate.

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 is a raw HTTP endpoint rather than a plain-language action statement. It does identify a verify operation on a manifest resource, so the purpose is inferable from the path, but it does not explicitly state what verification means or differentiate itself from sibling tools like hydracept_verify_lockfile.

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 about when to use this tool versus alternatives such as hydracept_manifest_create or hydracept_verify_lockfile. The description is not misleading, but it provides none of the context needed to choose between related tools.

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.