Skip to main content
Glama

mempalace_sync

Read-onlyIdempotent

Synchronizes memory files from a local directory to the remote server, providing consistent AI agent memory across sessions.

Instructions

Filesystem sync is unsupported because this MCP deployment has no local project directory to scan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wingNoOptional wing filter that would have limited a local sync.
applyNoWhether a supported sync would write changes; this deployment never applies filesystem sync.
project_dirNoOptional local project directory; unsupported because this deployment has no filesystem bridge.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
supportedYes
Behavior4/5

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

Beyond the read-only and idempotent annotations, the description discloses that sync never applies in this deployment and explains why (no local project directory). This is valuable context, though it does not specify whether calling the tool errors or returns empty.

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?

A single, front-loaded sentence states the core limitation without redundancy. Every word contributes to the message.

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?

For an unsupported tool, the description, combined with detailed schema and annotations, gives an agent enough information to avoid misuse. It could be more explicit about the expected call outcome, but the overall context is sufficient.

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?

The input schema already provides thorough descriptions for all three optional parameters, and the tool description adds no additional parameter-specific meaning. With 100% schema coverage, this meets the baseline without compensation.

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 that filesystem sync is unsupported due to missing local project directory, which conveys the tool's non-functional purpose. It distinguishes from siblings by identifying the sync domain, but doesn't describe an active operation.

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 indicates the tool should not be used for filesystem sync because it is unsupported. However, it provides no explicit alternatives or when-to-use scenarios, leaving the agent to infer that this tool should be avoided.

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/nazar256/memheaven'

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