list_characters
ActiveTool of Disney
declared in 0.1.0
List/paginate the Disney character database. Returns a page of characters (id, name, image URL) plus total count and total page count. Useful for browsing the full catalog.
Parameters schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Page number, 1-based (default 1)."
},
"pageSize": {
"type": "number",
"description": "Characters per page (default 20)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Disney
https://github.com/pipeworx-io/mcp-disney
1/7 registries