You're viewing a demo portfolio

Join the waitlist
PRSM

random_quote

Active

Tool of mcp-quotable

declared in 0.1.0

Get a random quote, optionally filtered by tag (e.g., "wisdom", "humor") or author name. Returns quote text, author, and tags.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 1
    },
    {
      "tags": "wisdom",
      "limit": 5,
      "author": "albert-einstein"
    }
  ],
  "required": [],
  "properties": {
    "tags": {
      "type": "string",
      "description": "Filter by tag(s). Use comma for AND, pipe for OR, e.g. \"wisdom\" or \"humor|science\""
    },
    "limit": {
      "type": "number",
      "description": "Number of quotes to return (1–50, default 1)"
    },
    "author": {
      "type": "string",
      "description": "Filter by author slug, e.g. \"albert-einstein\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-quotable

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

2/7 registries
View full server →