Skip to main content
Glama

MCPFax URL Intelligence

What a host says about itself

url_headers

Response status, server software, content type, caching, and which of the six standard security headers the host sets or omits. Use to check a URL is live and well-formed before relying on it, or to profile a site cheaply without downloading it. Header presence is a hygiene signal, not a safety verdict — a site can set every header and still be malicious. Costs $0.005 USDC per call via x402 on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to inspect.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It discloses that the call is cheap, does not download the page, costs $0.005 USDC, and that header presence is a hygiene signal, not a safety verdict. This adds meaningful operational and interpretive context beyond the bare schema.

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 sentences with no filler. It front-loads the return contents, then gives usage context, then adds the important caveat and cost. Every sentence contributes decision-relevant information.

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?

For a single-parameter tool with no output schema, the description is remarkably complete: it lists what data will be returned, when to use it, what it does not tell you, and what it costs. An agent has enough information to invoke it correctly and interpret results appropriately.

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?

The schema already fully documents the single url parameter with 100% coverage, so the baseline is 3. The description adds no additional format detail or constraints about the URL beyond what the schema states, which is acceptable for a single, self-explanatory parameter.

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 specifies exactly what the tool returns: response status, server software, content type, caching, and the six standard security headers. It also clearly separates this from sibling tools by positioning it as a lightweight, non-downloading host profiling check rather than a page fetch or URL resolution.

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 provides explicit use cases: checking whether a URL is live and well-formed before relying on it, and cheaply profiling a site without downloading it. It does not name sibling alternatives or state when not to use it, but the context is clear enough for an agent to select it appropriately.

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

Each tool has a clearly distinct purpose: demand_report and request_data split aggregate demand from individual submissions, while resolve_url, site_pages, and url_headers cover separate URL-inspection workflows. There is no real overlap after reading the descriptions.

Naming Consistency3/5

Names are readable and descriptive but do not follow one pattern: request_data and resolve_url use verb_noun, while demand_report, site_pages, and url_headers use noun_noun or adjective_noun. The inconsistency is noticeable but not chaotic.

Tool Count4/5

Five tools is a reasonable size and each tool contributes a distinct function. The slight scope mismatch is that demand_report and request_data are data-marketplace tools under an 'URL Intelligence' server name, but the count itself is appropriate.

Completeness4/5

The URL side covers redirect resolution, sitemap enumeration, and header inspection, which covers the core stated purpose well. Minor gaps exist, such as no direct page-content fetching and no explicit way to browse child sitemaps automatically, but nothing that would force an agent into a dead end.

Resources