fresh
Server Details
Know whether an AI agent should REUSE or REFETCH a URL before retrieving it again.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsfresh_checkShould I Fetch This URL Again?ARead-onlyIdempotentInspect
Return REUSE, REFETCH, or UNKNOWN before retrieving a URL again.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lastSeenAt | Yes | ||
| toleranceSeconds | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering safety. The description adds the return value semantics but does not explain decision logic (e.g., what UNKNOWN means or how toleranceSeconds affects the result). This is useful but limited beyond annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the key output values and the usage context. Every word earns its place; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool is simple and annotations cover safety, the description omits details about parameter semantics and decision criteria. No output schema exists, so the description must convey return behavior, which it partially does. However, the lack of parameter explanations and the vague UNKNOWN state make it incomplete for full understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description provides no parameter explanations. The parameter names (url, lastSeenAt, toleranceSeconds) are somewhat self-explanatory, but the description fails to clarify their roles or how they interrelate, especially for required parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Return') and explicit output values (REUSE, REFETCH, or UNKNOWN). It positions the tool as a pre-fetch check, distinguishing it from the sibling tool fresh_observe, which likely performs the actual observation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'before retrieving a URL again' provides clear contextual guidance on when to use this tool. It does not explicitly mention alternatives, but the sibling relationship to fresh_observe makes the intended usage apparent. No exclusions are stated, but the context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fresh_observeReport URL ObservationBInspect
Report privacy-safe freshness metadata from a completed retrieval.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| etag | No | ||
| observedAt | No | ||
| contentHash | No | ||
| lastModified | No |
TDQS
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.
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.
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.
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.
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.
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Free public web freshness and response-metadata checks for AI agents.
Shared copies of public web pages for AI agents. Search stored pages or fetch a URL.
Wayback Machine for agents: closest archived copy of a URL with its text, and full capture history
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceA shared URL-freshness oracle for AI agents. Returns REUSE, REFETCH, or UNKNOWN before an agent pays to retrieve a URL again.
- FlicenseNot gradedqualityBmaintenanceProvides pre-fetch routing intelligence for AI agents by recommending the cheapest reliable route (HTTP, browser, machine endpoint, or avoid) before visiting a URL.
- FlicenseNot gradedqualityBmaintenanceA shared distillation cache for AI agents — clean-crawl a URL once, distill it to token-optimal markdown, and serve it content-addressed across every agent (~73–89% fewer tokens). Includes a collective-notes layer and cutoff-aware change detection.
- AlicenseNot gradedqualityDmaintenanceAnalyzes, generates, simulates, and optimizes caching strategies across HTTP, CDN, and browser layers for AI agents.53MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
Both tools follow the same 'fresh_' prefix with a descriptive verb ('check' and 'observe'), creating a consistent and predictable naming pattern.
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.
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.