Skip to main content
Glama

sync_ui_data

Downloads UI/UX data from uipro-cli npm package to local cache, supporting automatic update checks and forced synchronization.

Instructions

同步 UI/UX 数据到本地缓存。从 npm 包 uipro-cli 下载最新数据,支持自动检查更新和强制同步。数据存储在 ~/.mcp-probe-kit/ui-ux-data/,默认在下次启动时生效以保证当前会话一致性。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo是否强制同步(忽略版本检查,默认 false)
verboseNo是否显示详细日志(默认 false)
Behavior4/5

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

No annotations provided. The description adds behavioral context: data storage location, default apply-on-next-startup behavior, force/verbose options. Does not disclose overwrite or permission details, but covers key operational traits.

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?

Two sentences, no redundancy. First sentence states primary action, second sentence adds essential context (storage and timing). Efficiently front-loaded.

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?

For a simple tool with no output schema and two boolean params, the description provides adequate context: data flow, default behavior, and sync options. Could mention overwrite policy but overall 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?

Schema coverage is 100% with detailed descriptions. The description reiterates force (ignore version) and verbose (detailed logs) but does not add significant new semantics 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 tool syncs UI/UX data to local cache from npm package uipro-cli, with specific sources (npm) and destination (~/.mcp-probe-kit/ui-ux-data/). This distinguishes it from siblings like ui_design_system and ui_search.

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?

Implied usage for syncing data, but no explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned, though the siblings list suggests other UI tools.

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/mybolide/mcp-probe-kit'

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