brain_discover
Search and browse publicly shared Brain snapshots to find ready-made knowledge bases on specific topics. Returns ranked results with lesson counts and import commands.
Instructions
Search and browse publicly shared Brain snapshots in the cachly marketplace. Find ready-made knowledge bases on specific topics (TypeScript, Docker, auth, CI/CD, etc.) created and shared by the community. Returns a ranked list with lesson counts, topics, and import commands. Example: brain_discover(query="kubernetes deployment") · brain_discover(topic="auth")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results to return (default 10, max 50). | |
| query | No | Full-text search query across Brain titles and descriptions. | |
| topic | No | Filter by topic prefix (e.g. "auth", "docker", "nextjs"). |