Skip to main content
Glama
climashscape

Proma Manager MCP Server

by climashscape

sync

Send a skill directory from a master workspace to one or more child workspaces. Backs up existing copies, records source metadata, and allows specifying the master workspace for first-time distribution.

Instructions

从母工作区推送 skill 整目录到一个或多个子工作区。先备份子版到 .sync-backup/ 再覆盖,更新 .source.json。首次分发时用 sourceWorkspace 参数指定母工作区。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillYesSkill 名称(目录名)
workspacesYes目标工作区 slug 列表,如 ["academia", "netem"]
sourceWorkspaceNo可选。母工作区 slug。首次分发到目标时必填,因为目标没有 .source.json 可自动推断。
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It reveals important behaviors: backing up the child version to .sync-backup/ before overwriting, updating .source.json, requiring sourceWorkspace on first distribution, and rejecting default-skills. This is rich, actionable behavioral context beyond the schema.

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 compact and front-loaded, using four sentences to convey purpose, behavior, parameter conditionality, and exclusions. Every sentence earns its place with no redundancy or filler.

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 the tool's moderate complexity, no output schema, and helpful parameter schema, the description covers all essential aspects: what it does, how it behaves, when to use the optional parameter, and what it rejects. It is complete enough for an agent to correctly invoke the tool.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying that 'skill' is the directory name and 'workspaces' are child workspace slugs, and it reinforces the conditional requirement of sourceWorkspace for first-time distribution. This exceeds the baseline by providing operational context not fully explicit in the 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 states a specific action: pushing an entire skill directory from a parent workspace to one or more child workspaces. It distinguishes this tool from siblings by focusing on the sync/push operation and explicitly mentioning the backup and overwrite behavior.

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 provides clear usage context: it specifies the sourceWorkspace parameter is required for first-time distribution, and it notes automatic rejection of default-skills. It does not explicitly name alternative tools or exclusion cases, but the context is sufficient for typical use.

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/climashscape/proma-manager-mcp'

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