Skip to main content
Glama
stijn-meijers

DraCor MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
search_playsB
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")
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

NameDescription
analyze_playCreate a prompt for analyzing a specific play.
character_analysisCreate a prompt for analyzing a specific character.
network_analysisCreate a prompt for analyzing a character network.
comparative_analysisCreate a prompt for comparing two plays.
gender_analysisCreate a prompt for analyzing gender representation in a play.
historical_contextCreate a prompt for analyzing the historical context of a play.
full_text_analysisTemplate for analyzing the full text of a play.
character_tagging_analysisTemplate 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

NameDescription
info://
corpora://

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues