get_text
Retrieve Jewish texts and commentaries from the Sefaria library by providing a specific reference, enabling access to traditional and scholarly resources.
Instructions
get a jewish text from the jewish library
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"
}