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

ip

List, create, delete, and manage IP instances for FPGA designs using supported types like MIG, PCIE, and GTH.

Instructions

综合 IP 管理工具。

Args: action: 操作类型。 - "types": 列出可用的 IP 类型。 - "list": 列出指定类型的 IP 实例(需 ip_type)。 - "create": 创建 IP 实例(需 ip_type + ip_name)。 - "delete": 删除 IP 实例(需 ip_type + ip_name)。 - "settings": 获取 IP 实例的当前设置(需 ip_type + ip_name)。 - "sample_settings": 获取 IP 类型的示例设置模板(需 ip_type)。 ip_type: IP 类型,如 "MIG"、"PCIE"、"GTH"。 ip_name: IP 实例名称。 session_id: 目标会话 ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
ip_nameNo
ip_typeNo
session_idNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions destructive actions like 'delete' without any warning about irreversibility or required permissions. For a management tool with create/delete capabilities, this is a significant gap in transparency.

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 brief yet complete, structured as a bullet list under 'Args:'. Every sentence serves a purpose: the opening line states the tool's scope, and the list enumerates actions concisely. No redundant information.

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?

Given that an output schema exists, return values are not needed. The description covers all actions and parameter dependencies. However, it does not address error handling, default values (e.g., session_id defaults to 'default' but not mentioned), or the fact that some required parameters per action are not marked as required in the schema.

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?

Schema description coverage is 0%, so the description must and does fully compensate. It explicitly lists each action value with its required parameters (e.g., 'create: 创建 IP 实例(需 ip_type + ip_name)') and provides example values for ip_type. This adds crucial meaning beyond the bare 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 '综合 IP 管理工具' (comprehensive IP management tool) and lists six distinct actions (types, list, create, delete, settings, sample_settings) with specific verbs and resources. This specificity distinguishes it from sibling tools like session, power_design, or vivado, which focus on other subsystems.

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 outlines each action's required parameters, implicitly guiding when to use each action (e.g., create requires ip_type+ip_name). However, it does not explicitly state when to use this tool versus alternatives, nor does it provide 'when not to use' guidance.

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