Get a premium (L402-paid) playbook
get_paid_playbookRetrieve a premium playbook by slug via L402. First call returns a Lightning invoice and macaroon; after paying, call again with macaroon and preimage to get full content.
Instructions
Retrieve one premium item from the Ask Refined Element pack by slug. Premium items are L402-gated (typically 100 sats); discover them and their slugs with search_refined_element_knowledge — they are marked [PREMIUM]. Call this tool FIRST with only the slug: the endpoint answers HTTP 402 Payment Required with a Lightning invoice and a macaroon, which this tool returns as structured payment instructions. Pay the invoice (the free Lightning Enable MCP server can do this automatically — github.com/refined-element/lightning-enable-mcp), then call this tool AGAIN with the same slug plus the macaroon and the payment preimage to receive the full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Premium item slug, as discovered via search_refined_element_knowledge (premium matches are marked [PREMIUM] and include their slug). | |
| macaroon | No | The macaroon from the 402 challenge. Omit on the first call. | |
| preimage | No | The Lightning payment preimage proving you settled the invoice. Omit on the first call. |