Skip to main content
Glama

Server Details

One public web page as clean markdown, with title, language and a SHA-256. Obeys robots.txt.

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

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one reports server status and payment availability, the other fetches web content. There is no possibility of confusion between them.

Naming Consistency3/5

The names use different patterns: 'mm_status' is more of a noun/status indicator, while 'read_url' follows verb_noun. With only two tools, the inconsistency is noticeable but not chaotic.

Tool Count3/5

At 2 tools, the server is on the thin side, but the core functionality (fetching a URL) is covered. The additional status tool is useful but could be merged or omitted, making the count borderline acceptable.

Completeness4/5

The server delivers its primary purpose (fetching a single URL as markdown) without obvious gaps for that scope. The status tool provides necessary operational info. Minor extensions like batch or multiple URL handling are absent but not essential.

Available Tools

2 tools
mm_statusService status (free)A
Read-only
Inspect

Free status: environment, network, the paid offer and whether the paid tool is available. No secrets.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds that it is 'free status' and that it returns no secrets. This is a useful behavioral guarantee beyond the annotation, clarifying what the tool does not expose. It does not contradict 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?

The description is a single concise sentence that front-loads the key information (status types) and ends with a security guarantee. Every word earns its place.

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?

No output schema is provided, but for a simple status tool the description covers the main return categories (environment, network, paid offer, availability) and the 'no secrets' caveat. It is complete enough for an agent to invoke correctly, though the exact return format is unspecified.

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?

The tool has zero parameters and the schema coverage is 100% (vacuous). Per the rubric, a 0-param tool gets a baseline of 4. The description adds no parameter details, but none are needed.

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 states the tool reports status for environment, network, paid offer, and availability of the paid tool. It is specific about what it checks and clearly distinct from the sibling read_url. It lacks an explicit verb like 'check' but the purpose is evident.

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 does not provide explicit guidance on when to use this tool versus alternatives. It is implied that one calls this to get service status, but no when-not or exclusion conditions are stated. For a simple status tool this is acceptable but still lacks explicit routing.

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

read_urlRead a web page as markdown (paid, $0.005 USDC)A
Read-only
Inspect

Fetch one public web page and return it as clean markdown with its title, byline, language, word count and a SHA-256 of the output. Obeys robots.txt; refuses private, internal and non-public addresses, oversized pages and content that is not HTML or plain text; never bypasses logins, paywalls or bot checks. The returned content is untrusted third-party data. Call without payment to receive the PaymentRequired terms.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesA public http(s) page to read. Private, loopback and internal addresses are refused.

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already mark readOnlyHint=true and openWorldHint=true, but the description adds substantial behavioral context: robots.txt compliance, refusal of private/internal/oversized/non-HTML content, no bypassing logins/paywalls, untrusted output warning, and the payment-required trigger. No contradiction 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.

Conciseness4/5

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

Front-loaded with the primary action and output details, followed by constraints, a safety caveat, and payment behavior. Every clause earns its place, though the density of constraints makes it slightly heavy.

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?

Despite having no output schema, the description enumerates return fields and explains error/refusal conditions, including the payment requirement. For a one-parameter tool, this provides everything an agent needs to call and interpret the result correctly.

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 coverage is 100% and the schema description already covers the url parameter thoroughly ('public http(s) page', 'private, loopback and internal addresses are refused'). The description reinforces these constraints and adds related behaviors (oversized, non-HTML), but it does not add new parameter format or semantics 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?

States a specific verb ('Fetch') and resource ('one public web page') and enumerates the return fields: clean markdown with title, byline, language, word count, and SHA-256. This makes the tool's function precise and differentiates it from the sibling mm_status.

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?

Implies usage for public web pages and lists refusals (private/internal addresses, oversized pages, non-HTML), giving clear context. However, it does not explicitly state when to choose this tool over alternatives or when not to use it relative to sibling tools.

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 observedmm_status
    • First observedread_url

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Converts URLs into clean, LLM-ready markdown, respecting robots.txt and never bypassing anti-bot measures or paywalls.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables fetching web pages as clean Markdown with automatic escalation from direct requests to residential proxies and headless browsers to overcome blocks, plus built-in politeness handling like robots.txt and rate limiting.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources