Skip to main content
Glama

Workspace Sync

memorix_workspace_sync

Migrate workspace environments between AI coding agents by syncing MCP server configurations, workflows, rules, and skills across supported IDEs.

Instructions

Migrate your entire workspace environment between AI coding agents (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae). Syncs MCP server configs, workflows, rules, and skills across IDEs. Action "scan": detect all workspace configs. Action "migrate": generate configs for target agent (preview only). Action "apply": migrate AND write configs to disk with backup/rollback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: "scan" to detect configs, "migrate" to preview, "apply" to write to disk
targetNoTarget agent for migration (required for migrate)
itemsNoSelective sync: list specific MCP server or skill names to sync (e.g. ["figma-remote-mcp-server", "create-subagent"]). Omit to sync all.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: 'scan' detects configs, 'migrate' generates previews, and 'apply' writes to disk with backup/rollback. It also mentions selective sync capabilities. However, it lacks details on permissions, error handling, or performance characteristics, which would be valuable for a mutation tool.

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 appropriately sized and front-loaded, with three sentences that each earn their place. The first sentence states the overall purpose, and the subsequent sentences detail the actions efficiently without redundancy. It uses bullet-like structure for actions, enhancing readability without unnecessary elaboration.

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?

Given the tool's complexity (3 parameters, mutation operations, no output schema, and no annotations), the description is mostly complete. It covers purpose, actions, and selective sync, but lacks details on output format, error cases, or prerequisites. For a tool with no annotations and no output schema, it could benefit from more behavioral context, though it's sufficient for basic use.

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 schema already documents all parameters thoroughly. The description adds some context by explaining the actions and mentioning selective sync, but it doesn't provide additional semantic meaning beyond what the schema descriptions offer (e.g., format examples for 'items' are implied but not detailed). Baseline 3 is appropriate as the schema does the heavy lifting.

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's purpose with specific verbs ('migrate', 'syncs') and resources ('workspace environment', 'MCP server configs, workflows, rules, and skills across IDEs'). It distinguishes itself from siblings by focusing on workspace synchronization between AI coding agents, unlike tools like 'memorix_rules_sync' or 'memorix_transfer' which appear to handle different aspects.

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 provides usage guidelines by detailing when to use each action ('scan' to detect, 'migrate' to preview, 'apply' to write with backup/rollback). It distinguishes between actions and implies when to use alternatives (e.g., 'migrate' is preview-only vs. 'apply' for actual migration). No explicit exclusions are stated, but the action descriptions serve as clear guidance.

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/AVIDS2/memorix'

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