search_quotes
ActiveTool of mcp-quotable
declared in 0.1.0
Search quotes by keyword or phrase. Returns matching quotes with author names and topic tags.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "success"
},
{
"limit": 10,
"query": "life and love"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results per page (1–150, default 20)"
},
"query": {
"type": "string",
"description": "Keyword or phrase to search for in quote content"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-quotable
https://github.com/pipeworx-io/mcp-quotable
2/7 registries