compare_coworking_spaces

shallow

com.coworkingview/mcp · Verify this server

Fetches full details for 2 to 5 coworking spaces at once and returns them side by side, ready to compare on price, capacity, amenities and rating — the tool to use instead of calling get_coworking_space once per space in a row, which wastes tokens on repeated boilerplate for the exact same result. Takes slugs, not display names: resolve each one with resolve_coworking_query or search_coworking_spaces first. If one slug does not exist, the others are still returned along with which one failed and why — the whole comparison never fails just because of one bad slug.

100.0/100

1 trials · measured 8 days ago

compare_coworking_spaces scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against com.coworkingview/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
open
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "slugs"
  ],
  "properties": {
    "slugs": {
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 1
      },
      "maxItems": 5,
      "minItems": 2,
      "description": "Between 2 and 5 space slugs, exactly as returned by another tool."
    },
    "detail": {
      "enum": [
        "concise",
        "full"
      ],
      "type": "string",
      "default": "concise",
      "description": "'concise' gives one representative price per workspace type for each space. 'full' gives every pricing option — use it when the user is down to these specific spaces and needs the complete price list."
    },
    "locale": {
      "enum": [
        "en",
        "de",
        "es"
      ],
      "type": "string",
      "default": "en",
      "description": "Language for names and descriptions. Set from the user's language: 'de' for German, 'es' for Spanish, otherwise 'en'."
    }
  }
}

Score history

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

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilityerror: 20
malformed_inputerror: 3
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: compare_coworking_spaces
[![Vouch score](https://vouch.tools/api/tools/77c2afe9-181e-4ea0-8992-718ae7acd9ee/badge.svg)](https://vouch.tools/tools/77c2afe9-181e-4ea0-8992-718ae7acd9ee)
compare_coworking_spaces — Vouch