Skip to main content
Glama

Poetry MCP Server

get_poem

Retrieve poems by ID or title from a poetry catalog, with options to include full text content for literary analysis and reference.

Instructions

Get a poem by ID or title.

Args: identifier: Poem ID or exact title include_content: Whether to include full poem text

Returns: Poem object or None if not found

Input Schema

NameRequiredDescriptionDefault
identifierYes
include_contentNo

Input Schema (JSON Schema)

{ "properties": { "identifier": { "type": "string" }, "include_content": { "default": true, "type": "boolean" } }, "required": [ "identifier" ], "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