random_quote
ActiveTool of Quotes
declared in 0.1.0
Return a random quote from the corpus, optionally filtered by author, fame, verification status, or tag. Each result includes citation: work, year, speaker (for plays/fiction), and source URL.
Parameters schema
{
"type": "object",
"examples": [
{
"famous_only": true,
"verified_only": true
},
{
"tag": "wit",
"author_id": "oscar-wilde"
},
{
"author_id": "william-shakespeare",
"famous_only": true
}
],
"properties": {
"tag": {
"type": "string",
"description": "Filter by tag (e.g., \"wit\", \"love\", \"misattributed\", \"commonly-misquoted\")."
},
"author_id": {
"type": "string",
"description": "Optional author id (e.g., \"oscar-wilde\", \"william-shakespeare\", \"mark-twain\"). Use list_authors to discover ids."
},
"famous_only": {
"type": "boolean",
"description": "If true, only return famous/canonical quotes."
},
"verified_only": {
"type": "boolean",
"description": "If true, exclude misattributed quotes."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries