decode_template
shallowio.github.Graphmaxer/gw1-mcp · Verify this server
Decode an in-game GW1 skill template code (e.g. "OwpiMypMBg1cxcBAMBdmtIKAA") into professions, attribute allocations and the 8 skills with their stats and descriptions. Whitespace and line wraps in the pasted code are tolerated. This decodes a SINGLE build code; for a multi-hero paw-ned2 team blob, use decode_pawned_team instead.
1 trials · measured 8 days ago
decode_template 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
| 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
- 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": [ "code" ], "properties": { "code": { "type": "string", "maxLength": 128, "description": "The template code string" } }, "additionalProperties": false }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 46.2 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | fail: 20 |
| malformed_input | pass: 4 |
| timeout_honour | pass: 2 |
| cancellation | skipped: 2 |
| determinism | fail: 4 |
| concurrency | fail: 9, error: 11 |
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/12043424-eefe-413e-a110-993206045665)