get_service_info
Discover available BTCPayServer services and their methods to explore what payment processing and store management operations are available.
Instructions
Discover available BTCPayServer services and their methods. Use this to explore what operations are available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
serviceName | No | Optional: Get info for a specific service (e.g., "payment-requests", "invoices", "lightning"). If not provided, lists all services. |
Input Schema (JSON Schema)
{
"properties": {
"serviceName": {
"description": "Optional: Get info for a specific service (e.g., \"payment-requests\", \"invoices\", \"lightning\"). If not provided, lists all services.",
"type": "string"
}
},
"type": "object"
}