Skip to main content
Glama

x402-publish-1789421320825-source-integrity-evi

Source Integrity Evidence: Fetch a public webpage and return a citation-ready excerpt with final URL, title, canonical URL, status, SHA-256 hash, and fetch timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It discloses meaningfully useful behavioral artifacts—final URL, canonical URL, status, SHA-256 hash, and timestamp—which suggests redirect-following and verification behavior. It omits failure modes, rate limits, excerpt length, and the handling of non-HTML or inaccessible pages, but the core read-only behavior is reasonably visible.

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?

The description is a single front-loaded sentence that starts with a useful category label and enumerates the returned fields without filler. Every word earns its place.

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?

For a tool with no output schema, no annotations, and an empty input schema, the description omits the most critical invocation detail—how the target URL is supplied. It also provides no error or limitation expectations. The output field list is helpful, but the definition is not complete enough for an agent to invoke the tool correctly.

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?

The input schema has zero properties, yet the description presumes a target public webpage. Nothing explains how the agent supplies the URL or which conversation context is used. Because there are no schema parameters, the description needed to clarify this hidden input, and it fails to do so.

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 names a discrete operation—fetch a public webpage—and specifies distinctive outputs (final URL, title, canonical URL, status, SHA-256 hash, fetch timestamp) that make it recognizable as a source-integrity/citation tool. It does not explicitly contrast itself with sibling fetch/scrape tools, so it lacks the final step of named differentiation.

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 label 'Source Integrity Evidence' and the phrase 'citation-ready excerpt' imply the intended use case of producing verifiable citations, which gives the agent some contextual signal. However, the description never states when to use this tool over alternatives, when not to use it, or which sibling tools are better suited for generic scraping or fetching.

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.

Resources