search_poems
ActiveTool of Poetrydb
declared in 0.1.0
Search PoetryDB for poems by title or partial title (e.g., "The Road Not Taken"). Returns matching poems with full text, author, and line count. Note: searches titles only, not poem body text.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max poems to return (default 10, max 20)."
},
"title": {
"type": "string",
"description": "Poem title or fragment, e.g. \"Hope\", \"Sonnet\". Optional if author given."
},
"author": {
"type": "string",
"description": "Author name or fragment, e.g. \"Dickinson\", \"Shakespeare\". Optional if title given."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Poetrydb
https://github.com/pipeworx-io/mcp-poetrydb
1/7 registries