Skip to main content
Glama

memorybank_initialize

Initialize a new project's Memory Bank by creating a directory structure and 7 markdown documents with starting templates.

Instructions

Inicializa el Memory Bank para un proyecto nuevo. Crea la estructura de directorios y 7 documentos markdown con plantillas iniciales:

  • projectBrief.md: Descripción general del proyecto

  • productContext.md: Contexto de producto y usuarios

  • systemPatterns.md: Patrones de arquitectura

  • techContext.md: Stack tecnológico

  • activeContext.md: Contexto de sesión actual

  • progress.md: Seguimiento de progreso

  • decisionLog.md: Log de decisiones técnicas

Esta herramienta NO usa IA - crea plantillas estáticas. Para documentación detallada basada en análisis de código, usa memorybank_generate_project_docs después de indexar.

⚠️ projectPath debe ser RUTA ABSOLUTA. Ejemplo: "C:/workspaces/mi-proyecto"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesIdentificador único del proyecto (OBLIGATORIO)
descriptionNoDescripción inicial del proyecto (opcional)
projectNameNoNombre legible del proyecto (opcional)
projectPathYesRUTA ABSOLUTA al proyecto. Ejemplo: 'C:/workspaces/mi-proyecto'
Behavior4/5

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

With no annotations, description discloses it does not use AI, creates static templates, and requires absolute path. Could mention idempotency or overwrite behavior, but current coverage is good.

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?

Well-structured with bullet list of files and warnings. Slightly verbose but informative. Every sentence adds value.

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?

Covers purpose, usage, parameter constraints, and sibling differentiation. Lacks return value description but is sufficient for an initialization tool without output schema.

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?

Schema coverage is 100%. Description adds the absolute path requirement example, and clarifies projectId is mandatory. Adds value beyond schema for projectPath.

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 it initializes Memory Bank for a new project by creating directory structure and 7 markdown documents with templates. It lists the exact files and distinguishes from sibling memorybank_generate_project_docs.

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?

Explicitly says when to use (new project initialization) and when not to (use memorybank_generate_project_docs for detailed docs). Includes requirement for absolute path.

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

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