translations
Retrieve a list of available Quran translations filtered by language using the Quran MCP Server's REST API for accurate and specific content access.
Instructions
Get list of available translations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | Language |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"language": {
"description": "Language",
"type": "string"
}
},
"type": "object"
}