Search Quotes
search_quotesSearch 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 10, max 25). | |
| query | Yes | Substring to search for (case-insensitive). | |
| author_id | No | Optional author filter. | |
| verified_only | No | If true, exclude misattributed quotes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of matching quotes | |
| query | Yes | The search query that was executed | |
| quotes | Yes | Array of matching quotes (up to limit) |