Skip to main content
Glama

verify_io_placement_tool

Verify IO pin assignments by comparing XDC PACKAGE_PIN constraints with actual layout results, highlighting GT pin crossings as CRITICAL and GPIO mismatches as WARNING.

Instructions

验证 IO 引脚分配:比对 XDC 约束与实际布局。

自动读取项目 XDC 文件中的 PACKAGE_PIN 约束(支持 -dict 和传统两种语法), 与 report_io 的实际分配结果对比,发现 GT 引脚交叉等严重错误。

GT 端口不匹配标记为 CRITICAL,GPIO 端口标记为 WARNING。

Args: session_id: 目标会话 ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the tool auto-reads XDC files, supports both -dict and traditional syntax, compares with report_io, and classifies mismatches as CRITICAL (GT) or WARNING (GPIO). This provides clear behavioral insight beyond what structured fields offer, though it does not explicitly state read-only or side effects (likely none for a verification tool).

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 concise and well-structured: purpose statement, detailed behavior, severity rules, then parameter list. It is front-loaded with the main action and every sentence adds value without redundancy.

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?

The tool is moderately complex (reads XDC, compares with report_io, outputs severity). The description covers what it does and its severity logic. It does not mention prerequisites (e.g., whether report_io must already be generated) or return structure, but since an output schema exists (context indicates), the description needn't detail return values. Overall, it's sufficiently complete for an agent to invoke.

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 input schema has one parameter (session_id) with no description in the schema (0% coverage), so the description must compensate. It provides a concise but adequate meaning: '目标会话 ID' (target session ID). For a single optional param with a default, this is sufficient, though it could have added more context about how session_id affects which XDC/report is used.

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's purpose: '验证 IO 引脚分配' (verify IO pin assignment) and specifies it compares XDC constraints with actual layout. It distinguishes itself from siblings like xdc_lint (syntax checking) and get_io_report (report retrieval) by focusing on the comparison and error detection.

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 implies when to use the tool (when you need to verify IO pin consistency between XDC and actual placement) and gives context (reads PACKAGE_PIN constraints, compares with report_io). However, it does not explicitly state when not to use it or name alternative tools, but the purpose is clear enough for an agent to select it appropriately.

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/mapleleavessssssss-wq/vivado-mcp'

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