Skip to main content
Glama

1cent Web Intelligence for AI Agents

Url Localization

web.url.localization
Read-onlyIdempotent

Inspect hreflang, canonical and declared-language coherence. Use only for public HTTP(S) resources; it does not execute JavaScript or bypass access controls. Pass url as an absolute public HTTP(S) URL. Keep fresh=false to allow cache reuse; 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
dataYes
toolYes
qualityNo
url_finalYes
checked_atYes
from_cacheYes
request_idYes
content_hashYes
url_requestedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral disclosure beyond annotations: it does not execute JavaScript or bypass access controls, and it explains cache behavior with the fresh flag. This provides context that annotations do not cover.

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 three concise sentences, front-loaded with the core purpose, followed by constraints and parameter guidance. Every sentence adds value; there is no fluff or repetition beyond reinforcing the schema, which is acceptable for emphasis.

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 moderate complexity, an output schema exists (covering return values), and annotations cover safety properties, the description is complete. It covers usage scope, constraints, and the freshness parameter. It could have explicitly mentioned that SSRF-sensitive destinations are rejected, but the schema already includes that, so it's not a gap in description completeness.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description repeats the url requirement (absolute public HTTP(S) URL) and the fresh parameter semantics, but adds little beyond what the schema already documents. It reinforces key usage but doesn't introduce new semantic details beyond the schema.

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 tool inspects hreflang, canonical, and declared-language coherence on a given URL. This specific verb+resource+scope distinguishes it from sibling tools like web.url.language or web.url.canonical, which focus on individual aspects rather than coherence.

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?

The description explicitly restricts usage to public HTTP(S) resources and notes that it does not execute JavaScript or bypass access controls, giving clear exclusions. It also provides guidance on the fresh parameter (keep false for cache reuse, true only for new upstream fetch). It doesn't explicitly mention alternative tools, but the constraints and freshness instructions provide solid usage context.

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

A4.4/5.0
Disambiguation4/5

Most tools have distinct purposes, but some overlap exists among text extraction tools (url_extract, url_text, url_markdown, url_rag_chunks). Descriptions help differentiate them, so disambiguation is mostly clear.

Naming Consistency5/5

All tools follow a consistent prefix (catalog_, demo_, site_, url_) and use lowercase snake_case with descriptive names. Conventions are uniform throughout.

Tool Count5/5

35 tools cover a comprehensive range of URL and site analysis functions without feeling bloated. Each tool serves a specific purpose, and the count is appropriate for the server's scope.

Completeness5/5

The tool set covers all major aspects of URL analysis: health, content, metadata, change detection, site discovery, and security. No obvious gaps for the stated domain.

Resources