Skip to main content
Glama

Black Label Bots Website MCP

Generate a structured data pack

run_structured_data_pack

Structured data pack. Paid service using the public x402 HTTP endpoint. Without payment_signature, returns current payment requirements and does not charge. After operator authorization, a compatible wallet signs those requirements; retry this tool with that base64 PAYMENT-SIGNATURE. Never send a private key. Keep the same URL and signed authorization after an uncertain response; do not create another payment. Read list_services for the current price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic HTTPS website URL.
payment_signatureNoOptional base64 x402 v2 PAYMENT-SIGNATURE produced by the payer wallet for this service. Omit for a quote.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

Annotations only carry readOnlyHint=false, idempotentHint=false, and openWorldHint=true. The description adds the essential behavior: this is a paid service, the unsigned call is free and returns payment requirements, a valid x402 signature is required, private keys must never be sent, and retries should reuse the same URL and signed authorization. This is exactly the kind of non-obvious behavioral context annotations cannot express.

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 compact and information-dense, covering purpose, payment flow, security, retry semantics, and pricing in about sixty words. The opening fragment 'Structured data pack.' is redundant with the title, so it does not fully earn a 5.

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 paid two-phase tool, the description covers the full invocation sequence, quote behavior, retry safety, and security constraints. No output schema exists, so a brief description of the returned pack's shape would have been useful, but the operational protocol is complete enough for an agent to call both phases correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds operational meaning beyond the schema: payment_signature should be omitted for a quote, the URL and signed authorization must remain stable on retry, and the signature value is a base64 x402 authorization rather than a private key. That is meaningful added context.

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 title and description clearly point to producing a 'structured data pack', and the schema shows the URL input, but the description starts with a noun phrase rather than an explicit verb like 'generates' or 'extracts' the pack from the URL. It does not contrast this tool with related siblings such as read_page or run_llms_txt_draft, so it stops short of a 5.

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 gives a concrete two-phase workflow: call without payment_signature to receive requirements, have a wallet sign them, then retry with the signature. It also directs the agent to list_services for the current price and warns not to create a second payment after an uncertain response. It lacks a broader when-not-to-use statement versus the read/generation siblings, so not a 5.

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