Skip to main content
Glama

Boot the brain

crbro_boot
Idempotent

Restore session context by loading prior session memory—hot topics, open items, protocols, and memory rules—so follow-ups stay accurate; call at the start of every conversation to avoid losing context.

Instructions

Read the brain at session start — call it FIRST in every conversation, before any other work; writes only the boot stamp (and the brain itself on first use). Loads memory from earlier sessions: hot topics, active context with open_items and recently_closed (never report recently_closed as pending; verify open_items before repeating them), recent_sessions, counts, active protocols as a protocol_enforcement block you must follow, memory_discipline (the rules for using this memory well) and retired_tools (old tool names → their replacement). Readies the search index and syncs shared team spaces (offline is normal). Skipping it loses all context; close the session with crbro_consolidate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.4.0

TDQS

A4.8/5.0
Behavior5/5

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

The description goes well beyond the annotations by specifying what is written ('only the boot stamp (and the brain itself on first use)'), what is loaded (memory components, protocols, retired_tools), that offline sync is normal, and important interpretation rules ('never report recently_closed as pending; verify open_items before repeating them'). This matches annotations readOnlyHint=false and idempotentHint=true; no contradiction.

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

Conciseness4/5

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

The instruction is front-loaded ('call it FIRST in every conversation'), and every sentence is informative. It is a bit long with dense lists of loaded memory elements, but for a boot tool that must set up an entire context, this level of detail is justified.

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

Completeness5/5

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

Despite having no parameters and no output schema, the description covers the tool's full role: invocation timing, side effects, what it loads, behavior notes for open_items/recently_closed, protocol enforcement, and the necessary close-out with consolidate. Nothing essential is missing for an agent to use it correctly.

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

Parameters4/5

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

The input schema has zero properties, so there are no parameters to document. Baseline for 0 params is 4. The description instead explains what the tool provides when invoked, which is appropriate for a parameterless session-start tool.

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 what the tool does: it reads the brain at session start, boots context, and explicitly says 'call it FIRST in every conversation.' It names the specific resource (the brain/memory) and distinguishes itself from siblings by being the session-initialization tool, with close-out routed to crbro_consolidate.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'call it FIRST in every conversation, before any other work.' It also tells the agent what happens if skipped ('Skipping it loses all context') and names the complementary closing tool ('close the session with crbro_consolidate'), giving clear usage boundaries without ambiguity.

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

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/Octonove/crbro-memory'

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