Skip to main content
Glama
climashscape

Proma Manager MCP Server

by climashscape

bootstrap

Creates .source.json for cross-workspace skills lacking it. Specify skill name, target workspace, and source workspace. Rejects default-skills managed by workspace-watcher.

Instructions

为跨工作区但缺少 .source.json 的 skill 补溯源文件。指定 skill 名、目标工作区和来源工作区。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillYesSkill 名称(目录名)
workspaceYes目标工作区 slug
sourceWorkspaceYes来源(母)工作区 slug,如 default / proma
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It mentions the rejection of 19 default-skills and targets missing files, but doesn't state whether it overwrites existing files, authentication requirements, or what happens on success or failure. This is adequate but not rich.

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 two short, front-loaded sentences with no redundant wording. It efficiently communicates the action, scope, and a key exception.

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 simple tool (three well-documented params, no output schema, no annotations), the description covers the core purpose and usage boundaries well. The main gap is lack of detail about return values or side effects, but the scope is narrow enough that the description is still sufficiently complete.

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 has 100% description coverage for all three parameters (skill, workspace, sourceWorkspace). The description only restates these as '指定 skill 名、目标工作区和来源工作区', adding no extra semantic detail beyond 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 the action: '为跨工作区但缺少 .source.json 的 skill 补溯源文件' (supplement traceability files for cross-workspace skills missing .source.json). It specifies the exact resource (.source.json) and condition, distinguishing it from sibling tools like sync or check.

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?

It provides explicit usage context: cross-workspace skills missing .source.json, and an explicit exclusion: automatically rejects default-skills managed by workspace-watcher. However, it does not name alternative sibling tools to use instead, so it misses full 'when not to use' 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/climashscape/proma-manager-mcp'

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