syndicate_search
Search the global knowledge commons for community-contributed solutions to technical issues. Find fixes ranked by trust and recency, so you can solve problems without re-researching.
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) | |
| category | No | Filter by category prefix: "fix", "deploy", "debug", "infra", "api", "web" | |
| scope | No | "public" = global commons (default), "org" = public + your org-private lessons | |
| limit | No | Max results to return (default: 20, max: 50) |