Skip to main content
Glama
Lyellr88

marm-mcp

marm_notebook

Manage persistent notebook entries: add or update data, activate as instructions, list all, show active, or clear the active list.

Instructions

📔 Unified notebook — add, use, show, status, or clear

action="add": save or update an entry (name + data required) action="use": activate entries as instructions (names required, comma-separated) action="show": list all saved entries with previews action="status": show currently active entries action="clear": clear the active entry list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
nameNo
dataNo
namesNo
session_nameNomain

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description fully bears the responsibility for behavioral disclosure. It explains the basic effect of each action (e.g., 'clear the active entry list') but does not reveal side effects, idempotency, or what 'activate entries as instructions' entails. The behavioral transparency is adequate but not comprehensive.

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 highly concise, using a bulleted list format that is easy to parse. Each sentence serves a distinct purpose, and the core action verbs are front-loaded. There is no redundant or wasted text.

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

Completeness3/5

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

Given the tool's complexity (5 actions, 5 parameters) and the lack of annotations, the description is moderately complete. It covers all actions but omits details about the return value (though an output schema exists) and does not address prerequisites or error conditions. The description is functional but not fully thorough.

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 0%, so the description must compensate. It explains the meaning of 'name' and 'data' (for add) and 'names' (for use), but omits 'session_name' entirely. This partial coverage only adds marginal value beyond the bare schema.

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 identifies the tool as a 'unified notebook' and enumerates five distinct actions (add, use, show, status, clear), each with a specific verb and resource. This differentiates it from sibling tools like marm_compaction or marm_delete, which have different purposes.

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

Usage Guidelines4/5

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

The description explicitly states when to use each action (e.g., 'action="add": save or update an entry'). However, it does not provide guidance on when not to use this tool or compare it to siblings, leaving some ambiguity for an AI agent to decide between marm_notebook and other tools.

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/Lyellr88/MARM-Systems'

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