Skip to main content
Glama
jagoff

MEMO MCP Server

by jagoff

memo_focus_set

Idempotent

Set a project's current focus by replacing the previous focus and journaling the change with the acting agent's identity.

Instructions

Set the current focus for a project.

Replaces the project's previous focus; the change is journaled with the acting agent's identity. Safe to repeat with the same summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject tag the focus belongs to.
summaryYesOne-line description of the work currently in focus.
actor_idNoIdentifier of the agent setting the focus (journaled).memo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds behavioral context beyond annotations: it mentions journaling with the acting agent's identity and that the change replaces the previous focus. Annotations already indicate idempotent and non-destructive, and the description reinforces idempotency by stating 'safe to repeat'. This adds useful context about journaling.

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 concise sentences. The first sentence states the primary action, and subsequent sentences add key behavioral details (replaces, journaled, safe to repeat). No unnecessary words, well-structured and front-loaded.

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?

Given the tool's low complexity, the presence of full schema descriptions, and an output schema (not shown but present), the description is complete. It covers the core behavior, idempotency, and journaling, which suffices for this straightforward mutation tool.

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 baseline is 3. The description does not add parameter-level information beyond what the schema provides (e.g., project, summary, actor_id). It only elaborates on the overall behavior, not individual parameters.

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

Purpose4/5

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

The description clearly states 'Set the current focus for a project' with a specific verb and resource. It explains that it replaces previous focus, but it does not explicitly differentiate from the sibling tool memo_focus_clear, which clears focus. Thus, purpose is clear but lacks sibling differentiation.

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

Usage Guidelines3/5

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

The description implies usage for setting focus and notes it is safe to repeat, which provides some guidance. However, it does not explicitly state when to use this tool versus alternatives like memo_focus_clear or when not to use it. The guidance is implied rather than explicit.

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/jagoff/memo'

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