DraCor MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_playsB | |
| compare_playsC | Compare two plays in terms of metrics and structure. |
| analyze_character_relationsC | Analyze the character relationships in a play. |
| analyze_play_structureC | Analyze the structure of a play including acts, scenes, and metrics. |
| find_character_across_playsC | Find a character across multiple plays in the DraCor database. |
| analyze_full_textC | Analyze the full text of a play, including dialogue and stage directions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_play | Create a prompt for analyzing a specific play. |
| character_analysis | Create a prompt for analyzing a specific character. |
| network_analysis | Create a prompt for analyzing a character network. |
| comparative_analysis | Create a prompt for comparing two plays. |
| gender_analysis | Create a prompt for analyzing gender representation in a play. |
| historical_context | Create a prompt for analyzing the historical context of a play. |
| full_text_analysis | Template for analyzing the full text of a play. |
| character_tagging_analysis | Template for analyzing character ID tagging issues in plays. Parameters: - corpus_name: The corpus to analyze (default: "dutch") - play_name: The specific play to analyze |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| info:// | |
| corpora:// |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap: character relations analysis, full text analysis, play structure analysis, play comparison, cross-play character search, and play searching. The descriptions reinforce these distinct functions, making tool selection unambiguous for an agent.
All tools follow a consistent verb_noun pattern with underscores (e.g., analyze_character_relations, search_plays). The naming is predictable and readable throughout the set, with no deviations in style or convention.
Six tools is well-scoped for a DraCor server focused on play analysis and search. Each tool earns its place by covering distinct aspects of the domain, avoiding bloat while providing comprehensive functionality for the intended purpose.
The tool set covers core analysis and search operations for plays in the DraCor database, including text, structure, character, and comparative analysis. A minor gap exists in CRUD operations (e.g., no tools for adding or modifying plays), but this is reasonable given the server's likely read-only focus on an existing database.