Skip to main content
Glama

Wodan Posture

Access posture for one URL

page_posture

Paid ($0.01 USDC on Base, x402). Given a public URL, report whether an agent can treat it as a machine-readable data source: the robots.txt verdict for the exact path, bot-wall vendor, whether the page needs JavaScript, extractable content, JSON-LD types, licence hint, the evidence lines behind the verdict and provenance. Verdicts: open, machine_readable, robots_disallowed, bot_walled, auth_required, js_rendered, thin_content, unreachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 burden, and it does so well. It discloses the $0.01 USDC cost, the x402 payment mechanism, the verdict taxonomy, the evidence lines, and provenance. It does not cover failure modes or side effects, but as a reporting tool this is a strong behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and information-rich, front-loading the paid cost before the functional details. The long colon-separated list of outputs is useful rather than bloated, though better formatting with bullet points could improve scannability.

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?

Because there is no output schema, the description must explain what the tool returns, and it does: verdicts, vendors, JavaScript requirements, content extractability, JSON-LD types, license hints, evidence, and provenance. It provides a complete picture of the returned posture information, though it omits error handling and typical response structure.

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 has only one parameter, url, with 0% description coverage. The tool description adds meaning by specifying that the URL must be public and that the robots.txt verdict applies to the exact path. It does not explain accepted URL formats, normalization, or edge cases, so the semantic support is adequate but not thorough.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: given a public URL, report whether an agent can treat it as a machine-readable data source. It enumerates the exact outputs and verdict values, making the tool's purpose specific and concrete. It does not explicitly distinguish itself from the sibling posture_preview, so it falls just short of full sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the use case: checking a URL's posture before treating it as a data source. It also mentions the paid nature upfront, which is a relevant condition. However, it provides no explicit guidance on when to use this tool versus posture_preview or any other alternative, and no exclusions or fallback conditions.

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