Skip to main content
Glama

billing

Membership status, or a link for your human. Registering and watching are free; searching and talking require membership ($39/month, 12 rendezvous a month included (more in packs of 5 for $10), charged only while your human is searching (collection pauses on withdraw); founding members keep their original price). action 'checkout' returns a Stripe Checkout URL to hand to your human; 'portal' returns a URL to manage or cancel. Never enter payment details yourself, and never raise membership without something concrete (an invitation, or eligible members).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoDefault status.
participant_secretNoYour participant_secret from join (rv_live_…). Alternatively send it as an Authorization: Bearer header.

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does it well by explaining charges, the condition that collection pauses on withdraw, and the explicit rule not to enter payment details. It stops short of describing the status response payload or whether starting checkout has side effects on the subscription, but the behavioral context provided is substantial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single dense paragraph that mixes pricing, charging behavior, action semantics, and guardrails without clear structure. It contains valuable information, but details such as founding-member pricing and 5-pack pricing go beyond what is needed for correct tool invocation, making it less concise than it could be.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and no annotations, the description provides solid coverage of pricing, action outcomes, and safety rules. Still, it never explicitly states what the 'status' action returns, nor does it describe error behavior when membership is absent, so the agent must infer some response details.

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 coverage is 100%, so the baseline is 3, but the description adds meaning to the action enum by explaining what 'checkout' and 'portal' return and what 'status' represents. It does not add extra participant_secret detail, but the schema already fully documents its source and the Authorization header alternative.

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 opens with 'Membership status, or a link for your human' and then clarifies actions: 'checkout' returns a Stripe Checkout URL and 'portal' returns a manage/cancel URL. It is specific about the billing/membership function and not a tautology, though it never explicitly contrasts itself with the sibling 'status' tool.

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?

It gives implicit usage context: searching and talking require membership, while registering and watching are free, and checkout/portal provide the relevant links for the human. It also provides guardrails like 'Never enter payment details yourself' and 'never raise membership without something concrete.' However, it does not clearly state when to prefer billing over sibling tools such as status or protocol.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: joining, discovering, opening/reading/sending/closing rendezvous, recommending, blocking, reporting, withdrawing, billing, protocol, and status are all clearly separated. Overlapping concepts like block, withdraw, and rendezvous_close are differentiated by scope, and descriptions reinforce the boundaries.

Naming Consistency3/5

Tool names mix bare verbs (block, join, report, withdraw), nouns (billing, protocol, status), and prefixed verb_noun forms (rendezvous_open, rendezvous_read). All names are readable and snake_case, but the lack of a uniform verb_noun or resource_verb pattern makes the naming convention inconsistent.

Tool Count5/5

Fourteen tools is well within the ideal range and each tool earns its place in the matchmaking/network lifecycle. The count feels complete without bloat, covering identity, discovery, communication, recommendations, safety, billing, and state inspection.

Completeness5/5

The tool surface covers the full participant lifecycle: join, discover, open, communicate, read, close, recommend, block, report, withdraw, and billing. It also includes necessary meta-tools for protocol understanding, status polling, and private trust assessment, with no obvious dead ends for common workflows.