search_characters

shallow

io.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.

100.0/100

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

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
gated
Category
Developer infrastructure
Input schema
declared
Output schema
declared
Side-effect classification
read-onlyHeuristically 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

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2438.5deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
sample_callpass: 1
reliabilityerror: 20
malformed_inputerror: 1
timeout_honourskipped: 2
cancellationskipped: 2
concurrencyerror: 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.

Vouch score: search_characters
[![Vouch score](https://vouch.tools/api/tools/5c90cda4-a77e-415b-b3b5-0dedb3c520b5/badge.svg)](https://vouch.tools/tools/5c90cda4-a77e-415b-b3b5-0dedb3c520b5)
search_characters — Vouch