brain_who_knows
Find which team member knows most about a topic by searching a knowledge graph built from everyone's lessons. Returns a ranked list with confidence scores.
Instructions
Find who in your team has the most expertise on a given topic. Queries the org-wide knowledge graph (built automatically from learn_from_attempts author fields) and returns a ranked list of contributors whose lessons match the query, ordered by lesson count and confidence. Use to find the right person to ask before starting a task, or to understand knowledge distribution. Example: brain_who_knows(topic="kubernetes deployment") → "🥇 alice — 5 lessons, 94% confidence".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of experts to return (default: 10) | |
| topic | Yes | Topic or question to find experts for | |
| instance_id | Yes | UUID of the cache instance |