syndicate_search
Search the community-sourced knowledge commons for solutions to unknown issues. Returns verified lessons ranked by trust score and recency.
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) |