Skip to main content
Glama

Report URL Observation

fresh_observe

Report privacy-safe freshness metadata from a completed retrieval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
etagNo
observedAtNo
contentHashNo
lastModifiedNo

TDQS

B3.3/5.0
Behavior3/5

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

The annotations already provide some behavioral hints (readOnlyHint=false, openWorldHint=true, etc.). The description adds the note 'privacy-safe', which gives some context about data handling, but does not disclose other behavioral traits such as side effects (e.g., recording an observation) or whether repeated calls create duplicates, which might be expected given idempotentHint=false.

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 is entirely relevant. Every word contributes meaning, and there is no unnecessary repetition or filler.

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

Completeness3/5

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

Given the tool's simplicity (5 params, no output schema), the description is adequate but leaves gaps. It does not explicitly state that this tool should be called after a retrieval (only implies it), nor does it explain what the tool returns (if anything) or provide context about the observation lifecycle. The lack of an output schema makes some return-value guidance valuable, but the description is sufficient for a basic understanding.

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 schema has 5 parameters with 0% description coverage, and the tool description does not explain individual parameters. The only hint is 'freshness metadata', which loosely connects to etag, lastModified, and contentHash, but it does not clarify formats, optionality, or interplay between fields. For a tool with moderate parameter count, the description fails to compensate for the schema's lack of descriptions.

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 clearly states the verb 'Report' and the resource 'privacy-safe freshness metadata from a completed retrieval,' which conveys the tool's function. It implies this tool is for recording observations after a retrieval, distinguishing it from the sibling 'fresh_check' (which likely checks freshness), though it does not explicitly name the alternative.

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 phrase 'from a completed retrieval' implicitly guides when to use this tool (after fetching a URL), but it does not explicitly state when NOT to use it or name the alternative tool 'fresh_check'. The usage context is implied rather than explicitly stated.

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.7/5.0
Disambiguation5/5

The two tools have clearly distinct roles: one is for pre-retrieval status checking, the other for post-retrieval metadata observation. No overlap or ambiguity exists between them.

Naming Consistency5/5

Both tools follow the same 'fresh_' prefix with a descriptive verb ('check' and 'observe'), creating a consistent and predictable naming pattern.

Tool Count3/5

With only two tools, the set is on the thin side but appropriately scoped for a very focused freshness utility. It does not feel excessively sparse, though it is minimal.

Completeness4/5

The tool pair covers the full lifecycle of freshness handling: check before retrieval and observe after retrieval. No obvious dead ends or missing operations within this narrow domain.

Resources