Skip to main content
Glama

DraCor MCP Server

search_plays

Find plays in the DraCor database using filters for title, author, character, country, language, date range, and gender ratio. Refine searches by specific corpus for tailored results.

Instructions

Advanced search for plays in the DraCor database with multiple filter options. Parameters: - query: General text search across title, subtitle, and author - corpus_name: Specific corpus to search within (e.g., "shake", "ger", "rus", "span", "dutch") - character_name: Name of a character that should appear in the play - country: Country of origin for the play - language: Language of the play - author: Name of the playwright - year_from: Starting year for date range filter - year_to: Ending year for date range filter - gender_filter: Filter by plays with a certain gender ratio ("female_dominated", "male_dominated", "balanced")

Input Schema

NameRequiredDescriptionDefault
authorNo
character_nameNo
corpus_nameNo
countryNo
gender_filterNo
languageNo
queryNo
year_fromNo
year_toNo

Input Schema (JSON Schema)

{ "properties": { "author": { "default": null, "title": "Author", "type": "string" }, "character_name": { "default": null, "title": "Character Name", "type": "string" }, "corpus_name": { "default": null, "title": "Corpus Name", "type": "string" }, "country": { "default": null, "title": "Country", "type": "string" }, "gender_filter": { "default": null, "title": "Gender Filter", "type": "string" }, "language": { "default": null, "title": "Language", "type": "string" }, "query": { "default": null, "title": "Query", "type": "string" }, "year_from": { "default": null, "title": "Year From", "type": "integer" }, "year_to": { "default": null, "title": "Year To", "type": "integer" } }, "title": "search_playsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stijn-meijers/dracor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server