This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
poems_by_author
InactiveTool of poetry
declared in 0.1.0
Get all poems by a specific author (e.g., "Shakespeare", "Emily Dickinson"). Returns titles and full text. Use to explore an author's complete body of work.
Parameters schema
{
"type": "object",
"examples": [
{
"author": "Emily Dickinson"
},
{
"author": "Robert Frost"
}
],
"required": [
"author"
],
"properties": {
"author": {
"type": "string",
"description": "Author name (e.g., \"Emily Dickinson\", \"Robert Frost\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
poetry
https://github.com/pipeworx-io/mcp-poetry
2/7 registries