Skip to main content
Glama

sync_now

Propagate conversations and indexed data to all paired devices and shared sync folders via two-way reconcile.

Instructions

Sync Memex with the user's other devices now (paired peers + shared folder).

Runs an immediate two-way reconcile with every paired device and, if a shared sync folder is configured (the dual-boot mode), a file sync. It propagates what is ALREADY indexed locally, so to include the CURRENT terminal session, call index_terminal_sessions first.

USE when the user asks to sync / push / send their conversations to their other devices now ("sincronizá con mis dispositivos", "sync now", "mandá esto a la mac"). Requires sync to be enabled (memex setup --sync or memex sync enable).

Returns: JSON with status and, on success, peers (per-device pulled/pushed/ forks) and file_sync (folder pulled/forks), or a message explaining why nothing ran (disabled, or no target configured).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It details that the tool performs a two-way reconcile, propagates already indexed content, and returns JSON with status, peers, and file_sync. It also explains conditions that cause nothing to run (disabled or no target), which fully discloses behavior.

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 concise and well-structured: a lead sentence stating the main action, followed by details on execution, usage guidance, possible returns, and failure conditions. Every sentence adds value without redundancy.

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 zero parameters and the presence of an output schema (mentioned in description), the description covers all necessary aspects: what it does, when to use, prerequisites, return structure, and edge cases. It is fully complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters (empty schema), so the baseline is 4. The description does not need to add parameter details; the schema coverage is 100% by virtue of no parameters.

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 syncs Memex with other devices via two-way reconcile with paired peers and shared folder. It distinguishes itself from sibling tools like index_terminal_sessions, which is a prerequisite. The verb 'sync' and resource 'Memex with devices' are specific and unambiguous.

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

Usage Guidelines5/5

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

The description explicitly says when to use (user asks to sync/push/send) and provides prerequisites (sync must be enabled, call index_terminal_sessions for current session). It also explains when nothing runs, offering clear guidance on when not to use this tool.

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/dioniipereyraa/memex'

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