Skip to main content
Glama

get_ip_status

Check all IPs in a Vivado project to see which need upgrades, which are locked, and which are current, with upgrade suggestions.

Instructions

检查项目中所有 IP 的版本状态(哪个需要升级、哪个已锁定)。

老项目打开后 Vivado 常提示"N 个 IP 需要升级"。这个工具一次性列出:

  • 需要升级的 IP(Vivado 更新了更好的版本)

  • 已锁定的 IP(IS_LOCKED 属性为 TRUE,改动需先解锁)

  • 已最新的 IP

附带升级建议(单个升级 / 全部升级 / 升级后验证)。

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 of behavioral disclosure. It describes what the tool lists (upgrade-needed, locked, up-to-date IPs) and explains the IS_LOCKED attribute, giving useful technical context. It also mentions upgrade suggestions as part of the output. It does not explicitly state it is read-only, but the wording implies inspection and not mutation.

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, with the main purpose front-loaded and bullet points listing the tool's outputs. The background about Vivado prompts earns its place as useful context. No unnecessary verbosity.

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's simplicity (single optional parameter, no annotations) and the presence of an output schema, the description provides ample context: what the tool does, when to use it, what it returns, and parameter meaning. It is complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no description coverage for the single parameter, but the description includes 'Args: session_id: 目标会话 ID。' which clearly explains the parameter's purpose. This fully compensates for the lack of schema description, adding meaning beyond the schema's minimal type/default.

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 checks the version status of all IPs in the project, listing those that need upgrade, are locked, or are up to date. This specific verb+resource+scope distinguishes it from siblings like compare_xci and inspect_ip_params, which focus on other aspects of IP/project inspection.

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 clear usage context: when opening an old project and Vivado prompts that IPs need upgrade. It does not explicitly list exclusions or alternative tools, but the context makes it evident when to use this tool over others, satisfying the 'clear context, no exclusions' level.

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