Skip to main content
Glama

btcpayserver-mcp

get_method_info

Retrieve detailed parameter requirements and usage examples for BTCPayServer API methods to ensure proper integration and avoid implementation errors.

Instructions

Get detailed parameter requirements and examples for a specific service method.

Input Schema

NameRequiredDescriptionDefault
methodNameYesMethod name (e.g., "create", "get", "list", "delete")
serviceNameYesService name (e.g., "payment-requests", "invoices", "lightning")

Input Schema (JSON Schema)

{ "properties": { "methodName": { "description": "Method name (e.g., \"create\", \"get\", \"list\", \"delete\")", "type": "string" }, "serviceName": { "description": "Service name (e.g., \"payment-requests\", \"invoices\", \"lightning\")", "type": "string" } }, "required": [ "serviceName", "methodName" ], "type": "object" }

Other Tools from btcpayserver-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abhijay007/btcpayserver-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server