Skip to main content
Glama
climashscape

Proma Manager MCP Server

by climashscape

check

Scans all workspaces and reports sync status of cross-workspace skills, flagging those with broken .source.json as orphans. Returns managed, unmanaged, and orphan lists.

Instructions

全量扫描所有工作区,返回跨工作区 skill 的同步状态。单工作区独有 skill 也会检测错误 .source.json(声称来源但源不存在)并报告为 orphan。排除 default-skills 管理的 watcher 同步 skill。返回 managed(有 .source.json)、unmanaged(跨区但缺 .source.json)、orphans(.source.json 指向不存在的母工作区)三组清单。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden and excels: it discloses the tool's full scanning behavior, detection of erroneous .source.json files, exclusion of specific skills, and the exact three output groups (managed, unmanaged, orphans). This gives the agent a complete understanding of what to expect without needing annotations.

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 a single compact paragraph, front-loaded with the main purpose, then providing specific detection rules and output categories. Every sentence adds value, with no filler or redundant information.

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 has no parameters and no output schema, the description fully covers the output by listing the three returned groups and their meanings. It also clarifies the detection logic and exclusions, making the tool's behavior 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, so there are no parameter semantics to explain. The description adds no parameter details because none exist, which is appropriate. The baseline for 0 params is 4, and the description does not need to compensate for any schema gaps.

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 states the tool performs a 'full scan of all workspaces' and returns 'cross-workspace skill sync status', clearly identifying the verb (scan/check), resource (workspaces/skills), and specific output categories. This distinguishes it from siblings like 'sync', which likely performs the sync, while this tool checks status.

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 implies when to use this tool (to check sync status) but does not explicitly state when not to use it or name alternatives. It mentions it excludes 'default-skills managed watcher sync skills', which helps define scope, but lacks explicit 'use this instead of sync' guidance. However, the context of sibling tools provides some implied usage.

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