tafsir-info
Retrieve detailed information about a specific tafsir using its unique ID, enabling users to access Quranic commentary insights effectively.
Instructions
Get the information of a specific tafsir
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tafsir_id | Yes | Tafsir id |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"tafsir_id": {
"description": "Tafsir id",
"type": "string"
}
},
"required": [
"tafsir_id"
],
"type": "object"
}