Skip to main content
Glama

1cent Web Intelligence for AI Agents

URL Pulse

web.url.pulse
Read-onlyIdempotent

Check a public HTTP or HTTPS URL before expensive browsing or AI processing. Returns availability, redirects, content type, page metadata, language, cache state, content hash, robots policy, and access restrictions. Does not execute JavaScript. Pass url as an absolute public HTTP(S) URL. Keep fresh=false to reuse cache; set fresh=true only when a new upstream fetch is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute public HTTP or HTTPS URL to inspect. Private, loopback, link-local, metadata-service and otherwise SSRF-sensitive destinations are rejected.
freshNoSet true only when a new upstream fetch is required; false allows the bounded cached result and is cheaper for the origin.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
qualityNo
languageYes
reachableYes
url_finalYes
checked_atYes
from_cacheYes
request_idYes
status_codeYes
content_hashYes
content_typeYes
auth_requiredYes
canonical_urlYes
url_requestedYes
content_lengthYes
redirect_countYes
robots_allowedYes
response_time_msYes
suspected_paywallYes
requires_javascriptYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations, such as 'Does not execute JavaScript' and mentions cache state and robots policy. It does not contradict annotations.

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 efficiently written in three sentences, front-loading the purpose and key behaviors before parameter-specific advice. No extraneous content.

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

Completeness4/5

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

Given the tool's complexity and the presence of an output schema, the description adequately summarizes key return fields and constraints, though it could mention the output schema's structure briefly.

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

Parameters4/5

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

With 100% schema coverage, the description adds value by reinforcing usage patterns for both 'url' and 'fresh', e.g., 'Pass url as an absolute public HTTP(S) URL' and 'Keep fresh=false to reuse cache; set fresh=true only when a new upstream fetch is required.'

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 clearly states the verb 'check' and resource 'public HTTP or HTTPS URL', and lists the returned information (availability, redirects, content type, etc.), distinguishing it from siblings that focus on specific aspects.

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?

It explicitly recommends using this tool 'before expensive browsing or AI processing' and gives practical guidance on the 'fresh' parameter ('Keep fresh=false... set fresh=true only when...'). However, it does not directly compare with sibling tools to help select among them.

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