You're viewing a demo portfolio

Join the waitlist
PRSM

search_quotes

Active

Tool of Quotes

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Quotes

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

2/7 registries
View full server →