Skip to main content
Glama

Wodan Posture

Server Details

Access-posture reports for agent data sourcing: robots, bot wall, licensing. Paid per call via x402.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation4/5

The two tools are closely related—both analyze a URL for posture—but they are clearly differentiated by depth and cost: one returns a full paid report, the other a free rate-limited headline preview. An agent can reliably select based on whether it needs just the verdict or the complete evidence.

Naming Consistency3/5

Both names share the 'posture' concept, but the pattern is inconsistent: 'page_posture' uses a noun-plus-noun form with the resource first, while 'posture_preview' puts the shared term first with a suffix. The names are readable and recognizable, but they do not follow a uniform verb_noun or resource_action convention.

Tool Count3/5

Two tools is thin for a standalone server, but the paid-preview pattern justifies the minimal surface: one tool monetizes the full analysis and the other provides a free entry point. It is borderline but not unreasonable given the narrow, single-purpose domain.

Completeness4/5

The server covers the core user journey: get a free preview, then pay for the full posture report. There is no obvious missing operation for the stated purpose, though there is no batch analysis or report history, which would be nice but is not essential.

Available Tools

2 tools
page_postureAccess posture for one URLAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

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.

posture_previewFree preview of the access postureAInspect

Free. The same analysis, but only the headline: verdict, confidence, the field schema and one evidence line, plus the price of the full report. Rate-limited.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool is free, rate-limited, and returns a subset of the full analysis. It doesn't explicitly state read-only behavior, but 'preview' implies it. The rate limit is a key behavioral trait that is disclosed.

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 short and front-loaded with the most important trait ('Free') and the scope ('headline'). Every sentence adds value—no fluff. The structure is direct and easy to parse.

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?

For a single-parameter preview tool with no output schema, the description covers the key behavioral facts (free, rate-limited, subset of results) and the returned content. It lacks parameter documentation, but that is already penalized in parameter_semantics. Overall, the description is sufficient for basic invocation intent.

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

Parameters2/5

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

The schema has 0% coverage (no description for the url parameter), and the tool description does not mention the parameter at all. An agent must infer that 'url' is a web address, but receives no guidance on format, validation, or constraints. The description fails to compensate for the minimal 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 verb 'preview' and the resource 'access posture', and differentiates it from the sibling (page_posture) by explicitly limiting the output to the 'headline' (verdict, confidence, field schema, one evidence line, price) versus the full report. This makes its purpose unambiguous.

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 implies usage for quick, free checks by contrasting with the full report and mentioning the price of the full report. It doesn't explicitly name the alternative or state when NOT to use it, but the context is clear enough for an agent to infer the intended use case.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedpage_posture
    • First observedposture_preview

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources