find_character_across_plays
Locate and analyze a specific character across multiple dramatic plays within the DraCor database to study their presence and relationships in different texts.
Instructions
Find a character across multiple plays in the DraCor database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
character_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"character_name": {
"title": "Character Name",
"type": "string"
}
},
"required": [
"character_name"
],
"title": "find_character_across_playsArguments",
"type": "object"
}