search_quotes
ActiveTool of Quotes
Search quotes by substring. Matches both canonical text and known popular paraphrases — searching for 'protest' finds Hamlet's 'The lady doth protest too much, methinks' even though the popular form 'Methinks the lady doth protest too much' is what most people remember.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "all the world",
"verified_only": true
},
{
"query": "marriage",
"author_id": "jane-austen"
},
{
"query": "tomorrow"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 10, max 25)."
},
"query": {
"type": "string",
"description": "Substring to search for (case-insensitive)."
},
"author_id": {
"type": "string",
"description": "Optional author filter."
},
"verified_only": {
"type": "boolean",
"description": "If true, exclude misattributed quotes."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries