Skip to main content
Glama

Zambo

DAY Pass Activate

day_pass_activate
Destructive

Agent-native access activation endpoint. Accepts an optional payment envelope or existing access key and returns a payment challenge or verified activation result. Activation results include receipt URL, run ID, access key, expiration, usage guidance, and a spend receipt. Activation occurs only after a verified transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_paymentNoBase64 JSON x402 payment envelope signed from the live challenge, sent as X-Payment.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
activatedNo
access_keyNo
expires_atNo
how_to_useNo
x711_creditsNo
already_activeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description goes beyond the annotations by explaining the conditional flow (payment challenge vs. activation) and the precondition that a verified transfer must occur. It also indicates that a spend receipt is returned, reinforcing the destructiveHint annotation without contradicting it. It could add more detail about what state is consumed, but the core behavioral traits are disclosed.

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 fairly compact and front-loaded with purpose, then covers inputs, outputs, and preconditions. The opening phrase 'Agent-native access activation endpoint' is somewhat redundant with the title, and the list of result contents duplicates what an output schema would provide, but every sentence otherwise 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?

The description is largely complete for an activation tool: it names the accepted inputs, the two possible outcomes, the key result fields, and the activation precondition. The main gap is that the 'existing access key' path is mentioned but not shown as a concrete parameter or header, so an agent might not know exactly how to invoke that path.

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 input schema already covers the single x_payment parameter with a precise description, so the baseline is 3. The description adds the 'existing access key' alternative, which is not mapped to any schema property, making its usage slightly ambiguous. It provides useful context but does not fully resolve how that alternative is supplied.

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 states a specific action and resource: this is an activation endpoint for day passes. It clearly distinguishes the tool from siblings by describing its unique behavior—accepting a payment envelope or access key and returning a payment challenge or activation result—so an agent can infer what it is for without needing to inspect the schema.

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 provides clear usage context: it accepts an optional payment envelope or an existing access key, and activation only happens after a verified transfer. It does not explicitly name alternatives or state when not to use it, but no sibling appears to perform a similar activation flow, so the context is sufficient for basic selection.

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