rickandmorty-intel__search_characters
ActiveTool of TO1 Intelligence Fleet
[rickandmorty-intel] Search the Rick and Morty character database by name, life status (Alive/Dead/unknown), and/or species. Returns paginated results with each character's origin, current location, episode appearances, and image. Useful for looking up a specific character or browsing characters that match a filter combination.
Parameters schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Filter by character name (partial match, case-insensitive), e.g. 'rick' or 'morty smith'."
},
"page": {
"type": "number",
"description": "Page number of results to fetch (defaults to 1)."
},
"status": {
"enum": [
"alive",
"dead",
"unknown"
],
"type": "string",
"description": "Filter by life status."
},
"species": {
"type": "string",
"description": "Filter by species, e.g. 'Human', 'Alien', 'Robot'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries