Skip to main content
Glama
Can-Y
by Can-Y

vivado

Import Vivado power and utilization reports, then compare them with PDM results to flag differences over 10%.

Instructions

Vivado 导入与对比工具 (单一入口)。

action: "import_report" — 导入 Vivado report_power 输出文件进行对比分析。 参数: report_path (必需), label (可选, 默认 "vivado_import")。 解析文件后缓存,供 compare 使用。 "compare" — 将导入的 Vivado 功耗数据与当前 PDM 结果逐项对比。 差异 >10% 标记 [WARN]。 参数: label (可选, 默认 "vivado_import")。 "import_utilization" — 从 Vivado 利用率报告自动填充 PDM Block 的资源参数。 参数: util_report_path (必需), block_name (可选)。

Args: action: 操作类型: "import_report" / "compare" / "import_utilization"。 report_path: Vivado .rpt 或 .txt 文件路径 (import_report 必需)。 label: 导入标签,用于多次导入区分,默认 "vivado_import"。 util_report_path: Vivado utilization report 文件路径 (import_utilization 必需)。 block_name: Block 名称,留空则填充顶层 Block。 session_id: 目标会话 ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNovivado_import
actionYes
block_nameNo
session_idNodefault
report_pathNo
util_report_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It reveals that import_report caches data for compare and that compare marks >10% differences. However, it does not disclose side effects (e.g., overwriting PDM data), error handling, authentication needs, or rate limits. The behavioral details are partial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with action definitions and parameter lists, but it is verbose and mixes Chinese and English, which may reduce clarity. Some information (e.g., the first line in Chinese) is redundant. It could be more concise while maintaining completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (three actions, six parameters), the description covers basic usage but lacks details on output format, error handling, and prerequisites. The presence of an output schema reduces the need to explain return values, but the description still feels incomplete for a multi-action tool.

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 0%, so the description must add meaning. It explains report_path, label, util_report_path, and block_name with context. However, session_id is mentioned without explanation, and default values are not clarified. The description adds some value but does not fully compensate for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a Vivado import and comparison tool with three specific actions (import_report, compare, import_utilization). It uses specific verbs and resources. However, it does not explicitly differentiate from sibling tools like 'estimate' or 'power_design', which could overlap in functionality.

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 usage contexts for each action (e.g., import_report for analysis, compare for difference detection) but lacks explicit guidance on when to use this tool vs alternatives. No exclusion criteria or prerequisites are mentioned. The description is adequate but not directive.

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/Can-Y/PDM_MCP'

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