brain_service_map
Quickly access every known failure, operator, and fix for any running service. Use this tool during incident triage to instantly surface who knows the service and what has gone wrong before.
Instructions
Map everything the Brain knows about a running service or system: who operates it, which files run in it, every known failure, and every proven fix. Built from lessons tagged with service="..." in learn_from_attempts. Ideal for incident triage — when a service is misbehaving (e.g. a restarting pod), instantly surface who knows it and what has gone wrong with it before. Example: brain_service_map(service="prometheus") → operators, known OOM failures, and the fixes that worked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Name of the service/system to map (e.g. "prometheus", "cachly-web", "auth-service"). Matches the `service` tag on stored lessons. | |
| instance_id | Yes | UUID of the cache instance |