browse
ActiveTool of Bookbrainz
declared in 0.1.0
Browse entities of a type filtered by a related entity. e.g. browse editions by work, works by author.
Parameters schema
{
"type": "object",
"examples": [
{
"type": "edition",
"work": "d15dae29-d478-44a6-b1ab-4e67e7a2f5ae"
},
{
"type": "work",
"limit": 15,
"author": "a4e8aa00-5f34-4c71-a2b0-22ae06a62fef"
}
],
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Target entity type"
},
"work": {
"type": "string",
"description": "Work bbid filter"
},
"limit": {
"type": "number",
"description": "1-25 (default 10)"
},
"author": {
"type": "string",
"description": "Author bbid filter"
},
"offset": {
"type": "number",
"description": "0-based offset"
},
"series": {
"type": "string",
"description": "Series bbid filter"
},
"edition": {
"type": "string",
"description": "Edition bbid filter"
},
"publisher": {
"type": "string",
"description": "Publisher bbid filter"
},
"edition_group": {
"type": "string",
"description": "edition-group bbid filter"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bookbrainz
https://github.com/pipeworx-io/mcp-bookbrainz
1/7 registries