Skip to main content
Glama

DraCor MCP Server

compare_plays

Analyze and compare two dramatic plays by metrics and structural elements using the DraCor MCP Server. Identify differences in texts, character networks, and play information for research or study.

Instructions

Compare two plays in terms of metrics and structure.

Input Schema

NameRequiredDescriptionDefault
corpus_name1Yes
corpus_name2Yes
play_name1Yes
play_name2Yes

Input Schema (JSON Schema)

{ "properties": { "corpus_name1": { "title": "Corpus Name1", "type": "string" }, "corpus_name2": { "title": "Corpus Name2", "type": "string" }, "play_name1": { "title": "Play Name1", "type": "string" }, "play_name2": { "title": "Play Name2", "type": "string" } }, "required": [ "corpus_name1", "play_name1", "corpus_name2", "play_name2" ], "title": "compare_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