get_best_coworking

shallow

com.coworkingview/mcp · Verify this server

Returns a "best value coworking in {city}" ranking: an ordered list of spaces balancing price-vs-market, amenity count and review rating, computed from a Bayesian-shrunk composite the gateway deliberately never exposes as a raw comparable number — only the ORDER is meaningful (1st, 2nd, 3rd…), never a percentage gap between positions. 🔴 This ranking is relative to OTHER SPACES IN THE SAME CITY ONLY: it can never be compared across cities, so never say a city "ranks better" than another based on this tool. Requires a city slug from list_coworking_locations or resolve_coworking_query. Returns an empty ranking (not an error) when the city has coworking spaces but too few priced ones to rank meaningfully yet.

100.0/100

1 trials · measured 8 days ago

get_best_coworking 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": [
    "city"
  ],
  "properties": {
    "city": {
      "type": "string",
      "minLength": 1,
      "description": "City slug, e.g. 'berlin'. Lowercase, hyphenated, never a display name. Required — this ranking only exists per city."
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 25,
      "minimum": 1,
      "description": "Maximum number of ranked spaces to return."
    },
    "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
reliabilityfail: 20
malformed_inputerror: 3, pass: 1
timeout_honourpass: 2
cancellationskipped: 2
concurrencyfail: 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.

Vouch score: get_best_coworking
[![Vouch score](https://vouch.tools/api/tools/a93d68d6-91ba-4ce4-9ec1-eaefcd7e8c7b/badge.svg)](https://vouch.tools/tools/a93d68d6-91ba-4ce4-9ec1-eaefcd7e8c7b)
get_best_coworking — Vouch