Skip to main content
Glama

memory_proyecto

Isolate memories per project so multiple projects sharing one database never bleed into each other. List, switch, rename, or merge project scopes bound to the current session.

Instructions

[alias of cuba_proyecto] Project scoping (v0.8): isolate memories per project so multiple projects sharing one DB don't bleed into each other. Active project is bound to the current session (cuba_jornada start --project NAME). Legacy rows with NULL project_id remain visible from every scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoDestination name (for rename/merge)
nameNoProject name (for switch/stats/rename source)
actionYesProject action

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.25.0

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden and partially meets it: it discloses the non-obvious rule that legacy rows with NULL project_id stay visible from every scope, which is genuine added context. However, it says nothing about the effects of rename/merge (destructive?), permissions, or whether switching persists.

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?

Three tight sentences with no filler, and the scoping premise is front-loaded ahead of the legacy-row caveat. The 'alias of cuba_proyecto' prefix is the only slightly wasteful element.

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

Completeness2/5

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

A six-action tool with no annotations, no output schema, and no per-action explanation leaves major gaps: what stats returns, what merge combines, what rename changes, and what list emits are all unaddressed. The conceptual framing does not compensate for this.

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%, with each parameter and the action enum already documented in the schema, so the baseline is 3. The description adds only the session-binding concept, no syntax or format detail beyond the schema.

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

Purpose3/5

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

The description explains the domain concept (isolating memories per project, session binding) but never states what the tool itself does with the six actions it exposes (list/current/switch/stats/rename/merge). 'alias of cuba_proyecto' is metadata rather than purpose. An agent learns the topic but not the verb+resource of the call.

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

Usage Guidelines2/5

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

It references cuba_jornada start --project NAME for binding, but gives no guidance on when to invoke memory_proyecto versus the many sibling memory_*/cuba_* tools, nor when each action is appropriate. No exclusions or prerequisites stated.

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