search_characters
shallowio.github.pipeworx-io/rick-and-morty · Verify this server
Search Rick and Morty characters by name with optional filters for status (alive/dead/unknown), species (Human/Alien/etc.), and gender. Returns up to 20 matching characters per page with status, species, origin, current location, and episode appearances.
2 trials · measured 8 days ago
search_characters scores 100.0/100 on Vouch's measured behaviour index, from 2 real invocation trials against io.github.pipeworx-io/rick-and-morty, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote
- Credential class
- gated
- Category
- Developer infrastructure
- Input schema
- declared
- Output schema
- declared
- Side-effect classification
- read-only— Heuristically read-only-eligible (readonly-heuristic.ts) and sample-called by the Phase 0 census shallow probe.
- Declared input schema
{ "type": "object", "examples": [ { "name": "rick" }, { "name": "morty", "gender": "male", "status": "alive", "species": "Human" } ], "required": [], "properties": { "name": { "type": "string", "description": "Character name to search for (partial match, e.g., \"rick\", \"beth\")" }, "page": { "type": "number", "description": "Page number (1-based, default 1). API returns 20 per page." }, "gender": { "type": "string", "description": "Filter by gender: \"female\", \"male\", \"genderless\", or \"unknown\"." }, "status": { "type": "string", "description": "Filter by status: \"alive\", \"dead\", or \"unknown\"." }, "species": { "type": "string", "description": "Filter by species (e.g., \"Human\", \"Alien\", \"Mythological Creature\")." } } }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 38.5 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| sample_call | pass: 1 |
| reliability | error: 20 |
| malformed_input | error: 1 |
| timeout_honour | skipped: 2 |
| cancellation | skipped: 2 |
| concurrency | error: 20 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/5c90cda4-a77e-415b-b3b5-0dedb3c520b5)