get_commentaries
Retrieve a list of commentary references for a specific Jewish text, enabling deeper study and analysis of traditional texts in the Sefaria Library.
Instructions
get a list of references of commentaries for a jewish text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reference | Yes | the reference of the jewish text, e.g. 'שולחן ערוך אורח חיים סימן א' or 'Genesis 1:1' |
Input Schema (JSON Schema)
{
"properties": {
"reference": {
"description": "the reference of the jewish text, e.g. 'שולחן ערוך אורח חיים סימן א' or 'Genesis 1:1'",
"type": "string"
}
},
"required": [
"reference"
],
"type": "object"
}