Skip to main content
Glama
cachly-dev

Cachly — AI Cognitive Brain

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of experts to return (default: 10)
topicYesTopic or question to find experts for
instance_idYesUUID of the cache instance
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It describes the data source (learn_from_attempts), the ranking criteria (lesson count and confidence), and provides an example output. It does not mention side effects or auth requirements, but the tool appears to be a read-only query, and the description is sufficiently transparent about its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short sentences and an example. It is front-loaded with the purpose, followed by source, output detail, usage context, and a concrete example. Every sentence adds value with no redundancy or wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters (all explained), no output schema but an example output, and moderate complexity (expert ranking from knowledge graph), the description covers the input, behavior, and usage context well. It lacks error handling details, but the example and clear purpose make it largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter having a clear description. The description adds an example of usage (brain_who_knows(topic="kubernetes deployment") → ...) and implies the default for limit is 10. This adds some context but does not significantly expand on the schema descriptions, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool finds experts on a given topic using the knowledge graph from learn_from_attempts, and returns a ranked list ordered by lesson count and confidence. It includes an example output, distinguishing it from other brain_* tools that provide different analyses (e.g., brain_conflicts, brain_coverage).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states to use this tool to find the right person before starting a task or to understand knowledge distribution. While it does not list when not to use it or alternatives, the sibling tools do not offer a direct replacement for topic-specific expert finding, making the guidance clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cachly-dev/cachly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server