Skip to main content
Glama

URL Passport

url_passport
Read-onlyIdempotent

Inspect any public HTTP/HTTPS URL to obtain a structured site passport with pulse fields, registrable domain, robots and sitemap hints, feeds, OpenAPI hints, and page metadata. Uses minimal external requests and caching.

Instructions

Inspect a public HTTP or HTTPS URL and return a structured site passport. Includes pulse fields, registrable domain, robots and sitemap discovery, feeds, OpenAPI hints, and page metadata. Uses at most eight external HTTP requests and 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
siteYes
titleYes
qualityNo
languageYes
metadataYes
discoveryYes
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
Behavior5/5

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

Beyond annotations (readOnly, openWorld, idempotent, non-destructive), description reveals concrete behaviors: uses at most eight external HTTP requests, does not execute JavaScript, caches results with fresh=false, and rejects SSRF-sensitive destinations. No contradictions with 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?

Four sentences, front-loaded with purpose, then key constraints and parameter guidance. No extraneous words; every sentence adds value.

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?

Given two parameters and presence of an output schema, description covers all essential aspects: what tool does, what it finds, constraints (HTTP requests, no JS), caching policy, and security filter. Output schema already describes return values.

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?

Schema covers both parameters with descriptions (100% coverage). Description adds practical usage advice: url must be absolute public HTTP(S) and fresh usage guidance. This extends schema details, justifying above baseline 3.

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?

Description clearly states 'Inspect a public HTTP or HTTPS URL and return a structured site passport' and enumerates included fields (pulse, domain, robots, sitemap, feeds, OpenAPI, metadata). This distinctively sets it apart from sibling tools that focus on individual aspects (e.g., url_pulse, site_robots).

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?

Provides explicit usage context: url must be absolute public HTTP(S), cache guidance with fresh parameter, and limits (max 8 requests, no JavaScript). However, it lacks explicit when-not-to-use or direct comparisons to siblings, relying on sibling names for differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxzoa/1cent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server