Skip to main content
Glama

Poetry MCP Server

find_nexuses_for_poem

Retrieve poem content and theme options for thematic analysis, enabling identification of matching themes with confidence scores to support poem categorization.

Instructions

Prepare poem and theme data for analysis by the MCP agent.

Returns poem content and available themes for YOU (the agent) to analyze. YOU identify which themes match the poem and provide confidence scores.

Args: poem_id: Poem identifier (ID or title) max_suggestions: Maximum number of theme suggestions requested

Returns: Dictionary with: - poem: Poem data (title, content, current_tags) - available_themes: Theme options with descriptions - instructions: Analysis guidance

Example workflow: ``` # 1. Get data for analysis data = await find_nexuses_for_poem("antlion", max_suggestions=3)

# 2. YOU analyze data['poem'] against data['available_themes'] # 3. YOU identify matching themes with confidence scores # 4. User applies tags with link_poem_to_nexus() ```

Input Schema

NameRequiredDescriptionDefault
poem_idYes
max_suggestionsNo

Input Schema (JSON Schema)

{ "properties": { "max_suggestions": { "default": 5, "type": "integer" }, "poem_id": { "type": "string" } }, "required": [ "poem_id" ], "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/james-livefront/poetry-mcp'

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