Skip to main content
Glama
jagoff

MEMO MCP Server

by jagoff

memo_conflict_resolve

Read-onlyIdempotent

Get the exact local command needed to resolve a memory conflict. This read-only tool reports the action a human must run, enabling safe manual resolution.

Instructions

Report the local human action required to resolve a conflict.

Read-only: never resolves anything itself — it returns the memo operational conflict resolve command a human must run locally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesId of the conflict to resolve.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv4.4.6
    • addedInput schema / properties / id / description
      Added value: +"Id of the conflict to resolve."
  2. Addedv4.4.4

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds behavioral context beyond annotations: that it returns a command string for human execution and does not resolve anything itself. No contradiction.

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?

Two sentences, each adding value. The first states the primary purpose, the second clarifies behavior (read-only, returns command). No unnecessary words, front-loaded with the key action.

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 low complexity (1 param, clear annotations, output schema present), the description is fully sufficient. It explains the tool's purpose, limitation, and output nature. No gaps.

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 coverage is 100% with one parameter 'id' described as 'Id of the conflict to resolve.' The description does not add meaningful new semantics beyond the schema; baseline 3 applies.

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 'reports the local human action required to resolve a conflict'. It uses a specific verb ('report') and resource ('local human action'), and distinguishes from siblings by emphasizing it does not resolve conflicts itself, unlike other conflict-related tools.

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 says 'Read-only: never resolves anything itself' and that it returns a command for a human to run. This gives clear context on when to use it (to get the resolution command) and implies when not to (when actual resolution is needed, use another tool). However, it doesn't name specific alternatives.

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

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