You're viewing a demo portfolio

Join the waitlist
PRSM

lookup

Active

Tool of Bookbrainz

declared in 0.1.0

Fetch a single BookBrainz entity (work, edition, author, publisher, series, or edition-group) by its UUID (bbid), with optional sub-resources (aliases, relationships, identifiers) via the includes parameter.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "bbid": "d15dae29-d478-44a6-b1ab-4e67e7a2f5ae",
      "type": "work"
    },
    {
      "bbid": "a4e8aa00-5f34-4c71-a2b0-22ae06a62fef",
      "type": "author",
      "includes": "aliases,relationships,identifiers"
    }
  ],
  "required": [
    "type",
    "bbid"
  ],
  "properties": {
    "bbid": {
      "type": "string",
      "description": "BookBrainz UUID"
    },
    "type": {
      "type": "string",
      "description": "work | edition | author | publisher | series | edition-group"
    },
    "includes": {
      "type": "string",
      "description": "Comma-sep optional sub-resources (aliases, relationships, identifiers, ...)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Bookbrainz

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

1/7 registries
View full server →
lookup — Bookbrainz — PRSM MCP