Skip to main content
Glama
cognis-digital

repolens

verify

Check that a provenance manifest forms an unbroken hash chain to ensure data integrity and auditability.

Instructions

Verify a provenance manifest (list of rows) is an unbroken hash chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
provenanceYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as what happens on verification failure (e.g., error vs boolean return), side effects, or security/permission requirements. The description carries the full burden but only states the core verification purpose.

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 a single short sentence that is front-loaded and concise. However, it sacrifices necessary detail for brevity, making it less informative than it could be.

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?

Given no output schema, no annotations, and only one parameter with 0% schema coverage, the description is insufficient. It does not explain return values, error behavior, or structure of the 'provenance' array, leaving the agent underinformed for correct invocation.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate. It identifies that 'provenance' is a list of rows, which adds slight meaning beyond the schema's 'type: array', but does not explain the structure of rows or constraints, leaving significant ambiguity.

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?

Description clearly states the verb 'Verify' and the resource 'provenance manifest' with the specific purpose of checking it forms an unbroken hash chain, distinguishing itself from the sibling tool 'pack' which likely creates such manifests.

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?

No guidance on when to use this tool versus alternatives. The only sibling is 'pack', but no context is given about when verification is appropriate or when packing would be preferred.

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

Install Server

Other Tools

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/cognis-digital/repolens'

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