books
ActiveTool of Anapioficeandfire
Search and list A Song of Ice and Fire books filterable by name, release date range (fromReleaseDate/toReleaseDate), with pagination (page, pageSize); returns ISBN, authors, publisher, number of pages, and character lists.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "A Game of Thrones"
},
{
"page": 1,
"pageSize": 10,
"toReleaseDate": "2005-12-31",
"fromReleaseDate": "1996-01-01"
}
],
"properties": {
"name": {
"type": "string"
},
"page": {
"type": "number"
},
"pageSize": {
"type": "number"
},
"toReleaseDate": {
"type": "string"
},
"fromReleaseDate": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Anapioficeandfire
https://github.com/pipeworx-io/mcp-anapioficeandfire
1/7 registries