get_authors
ActiveTool of mcp-quotable
declared in 0.1.0
Look up an author by name or slug (e.g., "albert-einstein"). Returns bio, description, and total quote count.
Parameters schema
{
"type": "object",
"examples": [
{
"slug": "albert-einstein"
},
{
"slug": "albert-einstein|mark-twain",
"limit": 2
}
],
"required": [],
"properties": {
"slug": {
"type": "string",
"description": "Author slug(s) to look up, e.g. \"albert-einstein\". Supports pipe-separated values for multiple authors."
},
"limit": {
"type": "number",
"description": "Number of authors to return (1–150, default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-quotable
https://github.com/pipeworx-io/mcp-quotable
2/7 registries