Ron Swanson Quotes · Capability
Ron Swanson Quotes API — Quotes
Quotes — read-only retrieval of Ron Swanson quotes from the Parks and Recreation corpus. 3 operations. Lead operation: return a single random quote. Self-contained Naftiko capability covering the Ron Swanson Quotes public surface (no authentication, CORS-enabled, JSON arrays of strings).
What You Can Do
GET
Getrandomquote
— Return a single random Ron Swanson quote.
/v1/quotes
GET
Getrandomquotes
— Return N random Ron Swanson quotes.
/v1/quotes/{count}
GET
Searchquotes
— Return every quote that matches the given term.
/v1/quotes/search/{term}
MCP Tools
get-random-quote
Return a single random Ron Swanson quote.
read-only
idempotent
get-random-quotes
Return N random Ron Swanson quotes.
read-only
idempotent
search-quotes
Return every quote that matches the given term (case-insensitive).
read-only
idempotent