search_digimon
ActiveTool of Digimon
declared in 0.1.0
Search the Digimon API by name (partial match) and list Digimon creatures. Omit name to list all. Returns id, name, and image for each match. Keyless.
Parameters schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Partial Digimon name to search for. Omit to list all Digimon."
},
"page": {
"type": "number",
"description": "Zero-based page number (default 0)."
},
"limit": {
"type": "number",
"description": "Max results per page (default 20, max 100)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Digimon
https://github.com/pipeworx-io/mcp-digimon
1/7 registries