Skip to content

list_translations

List available Quran translations with optional language filtering.

Widget Preview

list_translations widget preview in light modelist_translations widget preview in dark mode

Input

Optional:

  • language (string)
  • locale (string)

Example User Prompts

  • "List available Quran translations."
  • "Show English translation options."
  • "Which translation slugs can I use?"

Example Request

json
{
  "jsonrpc": "2.0",
  "id": 7,
  "method": "tools/call",
  "params": {
    "name": "list_translations",
    "arguments": {
      "language": "en"
    }
  }
}

Powered by