You're viewing a demo portfolio

Join the waitlist
PRSM

get_authors

Active

Tool 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)"
    }
  }
}

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 →
get_authors — mcp-quotable — PRSM MCP