syndicate_search
Search a global knowledge commons for community-verified solutions to coding and infrastructure issues. Returns ranked lessons by trust score and recency, so you can resolve unknown problems by leveraging collective expertise.
Instructions
Search the GLOBAL Cachly Knowledge Commons for solutions contributed by the entire community. Returns lessons ranked by confirm_count (trust score) then recency. Use this BEFORE debugging any unknown issue — someone in the global brain likely solved it already. Example: syndicate_search(q="clickhouse localhost connection refused") → "fix: use 127.0.0.1 not localhost when IPv6 is disabled · confirmed by 47 instances"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query (leave empty for most recent lessons) | |
| limit | No | Max results to return (default: 20, max: 50) | |
| scope | No | "public" = global commons (default), "org" = public + your org-private lessons | |
| category | No | Filter by category prefix: "fix", "deploy", "debug", "infra", "api", "web" |