get_best_coworking
shallowcom.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.
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
| 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
- 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
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 38.5 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | fail: 20 |
| malformed_input | error: 3, pass: 1 |
| timeout_honour | pass: 2 |
| cancellation | skipped: 2 |
| 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/a93d68d6-91ba-4ce4-9ec1-eaefcd7e8c7b)