characters
ActiveTool of Anapioficeandfire
declared in 0.1.0
Search and list ASOIAF characters filterable by name, culture, birth/death descriptor, gender, and alive status; returns aliases, titles, house affiliations, and book/POV appearances.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Jon Snow"
},
{
"page": 1,
"gender": "Male",
"culture": "Northmen",
"isAlive": true,
"pageSize": 20
}
],
"properties": {
"born": {
"type": "string"
},
"died": {
"type": "string"
},
"name": {
"type": "string"
},
"page": {
"type": "number"
},
"gender": {
"type": "string"
},
"culture": {
"type": "string"
},
"isAlive": {
"type": "boolean"
},
"pageSize": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Anapioficeandfire
https://github.com/pipeworx-io/mcp-anapioficeandfire
1/7 registries