Skip to main content
Glama
slshults

shakespeare-monologues-mcp

search_monologues

Find Shakespeare monologues by searching free text across character, play, or first line, with optional filters for act, play, style, and gender. Returns matches with permalink URLs.

Instructions

Search Shakespeare monologues by free text (matches character, play, or first line) plus optional filters. Returns matches, each with a permalink url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actNoFilter to a specific act number.
playNoExact or partial play title.
limitNoMax results to return (default 25).
queryNoFree text — matched against character name, play title, and first line.
styleNoVerse or prose.
genderNoRole gender: Men, Women, or Both. Natural words like 'male'/'female' are accepted. 'Men'/'Women' also include gender-neutral ('Both') roles.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden. It discloses that this is a read-oriented search and specifies the return shape ('matches, each with a permalink url'). It does not detail matching case-sensitivity or filter combination, but for a simple search tool this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences with no wasted words. The main purpose is front-loaded and the return format is stated compactly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with all-optional, fully documented parameters, the description is adequate. However, with eight siblings and no output schema, it does not clarify when to prefer this over list_all_monologues_for_a_character or enumerate the result fields beyond url.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all six parameters. The description reinforces the query matching behavior but adds no meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Search'), a clear resource ('Shakespeare monologues'), and the exact matching scope (character, play, first line). This distinguishes it from sibling tools like get_monologue or list_all_monologues_for_a_character.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly frames when to use it: free-text search with optional filters. It establishes the tool's general role but does not explicitly name alternatives or exclusion conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/slshults/shakespeare-monologues-mcp'

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