You're viewing a demo portfolio

Join the waitlist
PRSM

random_quote

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Quotes

https://github.com/pipeworx-io/mcp-quotes

2/7 registries
View full server →
random_quote — Quotes — PRSM MCP