Skip to main content
Glama
MaaBlock
by MaaBlock

get_paywall_status

Retrieve official sponsorship wallet addresses, verify the live Web3 paywall gateway, and access pro tier pricing information.

Instructions

Retrieves official sponsorship wallet addresses, live Web3 paywall gateway, and pro tier pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses a read behavior via 'Retrieves' but gives no detail on response format, data freshness, authentication, or failure behavior. For a zero-parameter getter this is serviceable, though not rich.

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 sentence with no filler, front-loading the action and listing the specific data items returned. Every word contributes to understanding what the tool does.

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?

The tool is simple with no parameters and no output schema, and the description enumerates the data domains returned. It does not specify the exact return shape, but for an unparameterized getter this is adequate. An agent can invoke the tool without missing required information.

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 input schema is empty and schema description coverage is 100%, so parameter semantics are trivially satisfied. The description correctly does not dwell on parameters because there are none. The baseline of 4 applies for zero-parameter tools.

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 uses the specific verb 'Retrieves' and names exact resources: sponsorship wallet addresses, live Web3 paywall gateway, and pro tier pricing. This distinguishes it from siblings like generate_edge_tests and audit_code_defenses. Minor ambiguity remains because 'status' is not explicitly defined, but the tool's scope is still clear.

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?

No explicit when-to-use or alternative guidance is provided; the description only states what it retrieves. The intended context is inferable: call when paywall status, sponsorship, or pricing information is needed. Siblings are unrelated, so there are no competing choices that need disambiguation.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaaBlock/autotest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server