decode_pawned_team

shallow

io.github.Graphmaxer/gw1-mcp · Verify this server

Decode a paw-ned2 team build blob (the 'pwnd0001...>...<' format shared on PvXwiki team pages and by the paw-ned2 tool) into its individual builds: player/hero label, description, and each skill bar fully decoded. Whitespace and line wraps in the pasted blob are tolerated. For a single (non-team) build code, use decode_template instead.

100.0/100

1 trials · measured 8 days ago

decode_pawned_team scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.Graphmaxer/gw1-mcp, 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
self-provisionable
Category
Travel & local
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "pwnd"
  ],
  "properties": {
    "pwnd": {
      "type": "string",
      "maxLength": 16384,
      "description": "The full pwnd blob, starting with 'pwnd000'"
    }
  },
  "additionalProperties": false
}

Score history

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

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilityfail: 20
malformed_inputpass: 4
timeout_honourpass: 2
cancellationskipped: 2
determinismfail: 4
concurrencyfail: 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: decode_pawned_team
[![Vouch score](https://vouch.tools/api/tools/2f99e255-2d38-47c3-9e5d-fdf5b3e35d9b/badge.svg)](https://vouch.tools/tools/2f99e255-2d38-47c3-9e5d-fdf5b3e35d9b)
decode_pawned_team — Vouch