compare_coworking_spaces
shallowcom.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.
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
| 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": [ "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
| 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 | error: 20 |
| malformed_input | error: 3 |
| timeout_honour | skipped: 2 |
| cancellation | skipped: 2 |
| concurrency | error: 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.
[](https://vouch.tools/tools/77c2afe9-181e-4ea0-8992-718ae7acd9ee)