Skip to main content
Glama

l0g.fr Risk Intelligence

Verify Artifact

verify_artifact
Read-onlyIdempotent

Vérifie un artefact Agent Surface à partir du manifeste d'intégrité publié. Le chemin doit correspondre à un snapshot connu ; aucune lecture de chemin arbitraire n'est faite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesChemin public, par exemple /api/v1/evidence-graph.json.
sha256NoEmpreinte SHA-256 optionnelle à comparer au snapshot canonique.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
errorNo
snapshotNo
verifiedNo
algorithmNo
knownPathsNo
verificationNo
expectedSha256No
providedSha256No
canonicalizationNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral context beyond those flags: the verification is based on a published integrity manifest, and path resolution is restricted to known snapshots, preventing arbitrary access. This usefully clarifies the safety and scope boundaries.

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 short sentences, front-loaded with the core action and resource, followed by the key scope restriction. Every sentence contributes meaningful information and there is no redundancy with the schema or annotations.

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

Completeness5/5

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

The tool is simple, has an output schema, and its annotations already cover read-only, idempotent, non-destructive behavior. The description provides the essential semantic restriction (known snapshots only) and the verification source (integrity manifest). Nothing critical is missing for an agent to correctly select and invoke 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?

Schema description coverage is 100%, so the baseline is 3. The description adds the important constraint that path must be a known snapshot and that no arbitrary path reading occurs, which gives semantic meaning to the path parameter. However, it does not elaborate on the optional sha256 parameter or verification comparison behavior beyond what the schema already states.

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 verb ('Vérifie') and a specific resource type (artefact Agent Surface) tied to a published integrity manifest. It also distinguishes itself from generic arbitrary file reads by clarifying it only verifies known snapshots, which differentiates it from sibling getters like get_integrity or get_artifact-like tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage context: call it only when the path corresponds to a known snapshot and verification against the integrity manifest is intended. It explicitly warns that arbitrary path reading is not performed, effectively telling the agent when not to use this tool, though it does not name alternative tools directly.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target clearly distinct resources (articles, claims, sources, indices, signal history, integrity), and the descriptions are detailed. The two real ambiguities are get_changefeed vs get_changes, which are near-identical except for filtering, and the Agent Surface metadata cluster (manifest, openapi, integrity, verify, ndjson feed) where an agent could misselect. These are minor enough not to undermine the set.

Naming Consistency5/5

All 21 tools follow a consistent verb-first snake_case pattern with clear semantic verbs: get_ for retrieval, list_ for enumeration, search_ for querying, plus build_research_pack and verify_artifact as lone but clearly communicative composites. There is no mixing of conventions or vague verbs like process or run, making tool selection predictable.

Tool Count4/5

21 tools is above the ideal 3-15 range, but the server covers a broad domain: content retrieval, claims and evidence graphs, risk signals, change monitoring, and integrity verification. A few tools could be consolidated (the changefeed pair and the metadata cluster), but none is pure filler, so the count feels justified though slightly heavy.

Completeness4/5

For a read-only intelligence platform, the coverage is comprehensive: content listing and full-text retrieval, claims and evidence graphs, source auditing, risk indices with history, freshness and risk-diff monitoring, and artifact verification. Minor gaps include no per-source detail endpoint and no push or subscription mechanism, but agents can work around these using list_sources and the changefeed.