rgb_pay_lightning_invoice
Process Lightning Network payments by submitting a BOLT11 invoice string. This tool enables settlement of Lightning invoices through the RGB Lightning Network MCP Server.
Instructions
Pay a Lightning Network invoice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bolt11 | Yes | BOLT11 invoice string |
Input Schema (JSON Schema)
{
"properties": {
"bolt11": {
"description": "BOLT11 invoice string",
"type": "string"
}
},
"required": [
"bolt11"
],
"type": "object"
}