Skip to main content
Glama

memory_bootstrap

Creates a memory lobe for a new project by scanning repo structure, README, and build system, seeding initial memory so all other Memory MCP tools can be used.

Instructions

When no lobe exists for a project — run this before any other tool. Scans repo structure, README, and build system to create a named lobe and seed initial memory. Required param: "root" (absolute path to repo) when the lobe does not yet exist. Example: {"lobe": "my-project", "root": "/absolute/path/to/repo"}. After bootstrapping, all other tools become available for that lobe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lobeNoMemory lobe name. If the lobe doesn't exist yet, also pass "root" to auto-create it. Available lobes:
rootNoAbsolute path to the repo root. Required only when the lobe does not exist yet — the server will add it to memory-config.json automatically.
budgetMBNoStorage budget in MB for the new lobe (default: 2). Only used when auto-creating a lobe via "root".
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the side effects of scanning and seeding memory, and it clarifies the required 'root' param. However, it does not mention whether the operation is destructive, idempotent, what happens if the lobe already exists, or if it modifies files in the repo. This is partial transparency sufficient for basic use but not comprehensive for a mutating tool.

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 sentences, front-loaded with the primary use case, includes a helpful JSON example, and contains no filler. Every sentence provides distinct value: when to use, what it does, and an example.

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?

The description covers when to use, what it does, the required parameter condition, and the outcome. However, it lacks details about edge cases (e.g., running when lobe exists, budgetMB behavior, response format) and does not have an output schema. For a bootstrap tool with this complexity, it is nearly complete but has minor gaps in behavioral outcomes.

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 description coverage is 100%, so the schema already fully documents all three parameters. The description does add value by restating the conditional requirement for 'root' and providing a concrete example, but it does not explain 'budgetMB' beyond the schema, and the example only covers two of the three params. The added semantic clarity is modest, so a baseline 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's function: it scans repo structure, README, and build system to create a named lobe and seed initial memory. It uses specific verbs like 'scans' and 'create' and references a specific resource ('lobe'), distinguishing it from sibling tools like brief, recall, or learn which operate on an existing lobe.

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?

The description provides explicit when-to-use guidance: 'When no lobe exists for a project — run this before any other tool.' It also states the benefit of using it ('After bootstrapping, all other tools become available for that lobe'), implicitly guiding the agent to use this before alternatives. This is strong, actionable usage context.

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/EtienneBBeaulac/memory-mcp'

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