Skip to main content
Glama

DraCor MCP Server

analyze_play_structure

Analyze acts, scenes, and structural metrics of plays using the Drama Corpora Project API. Input corpus and play names to examine dramatic texts across languages and periods.

Instructions

Analyze the structure of a play including acts, scenes, and metrics.

Input Schema

NameRequiredDescriptionDefault
corpus_nameYes
play_nameYes

Input Schema (JSON Schema)

{ "properties": { "corpus_name": { "title": "Corpus Name", "type": "string" }, "play_name": { "title": "Play Name", "type": "string" } }, "required": [ "corpus_name", "play_name" ], "title": "analyze_play_structureArguments", "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