Skip to main content
Glama

authority.md

purchase_persona

Generate a checkout URL on authority.md for purchasing one or more frameworks, Tools, or Bundles. Accepts 1-50 slugs (personas and/or Tools, mixed carts allowed). To purchase a Bundle, pass all 10 of its persona slugs (get them from get_persona_details on the bundle slug — they will land on the $29.99 step-pricing tier automatically). Returns a URL the user follows to a checkout page hosted by authority.md that processes payment securely via Stripe. Personas use step pricing; Tools have individual prices. For current prices call get_persona_details per slug or read https://authority.md/products.json. Confirm with the user which items they want and the total cost BEFORE calling this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly. It discloses that the tool returns a URL, that checkout is hosted by authority.md and processes payment via Stripe, that bundles require all 10 persona slugs, that mixed carts are allowed, the 1-50 slug limit, and the requirement to confirm with the user first. This is rich behavioral disclosure.

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 dense and packed with necessary information, well front-loaded with the core purpose. While it is long, every sentence adds operational value and the structure flows logically from what the tool does, to inputs, to special cases, to return value, to prerequisites.

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?

The tool has one parameter, no output schema, and no annotations, yet the description covers everything needed for correct usage: input constraints, bundle purchasing procedure, pricing lookup references, return behavior, and a mandatory confirmation step. Nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description adds substantial meaning to the single 'slugs' parameter: it defines what slugs can be (personas and/or Tools), explains mixed carts, specifies bundle handling (10 persona slugs from get_persona_details), and notes pricing tier implications. This far exceeds the minimal schema of an array of strings.

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 opens with a specific verb and resource: 'Generate a checkout URL on authority.md for purchasing one or more frameworks, Tools, or Bundles.' This clearly distinguishes purchase_persona from its siblings (get_persona_details, list_categories, search_personas), which are all read/search operations.

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 context on when to use this tool ('Confirm with the user which items they want... BEFORE calling') and directs users to get_persona_details for prices and bundle slugs. It names the alternative for retrieving pricing data but does not explicitly state when NOT to use this tool versus alternatives.

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