Skip to main content
Glama

get_next_suggestion

Analyze current Vivado project state and recommend the next development step, such as adding files, running synthesis, or programming the device.

Instructions

根据当前项目状态推断下一步应该做什么。

适合新手、刚打开老项目、或者不知道从哪下手的场景。规则:

  • 没项目 → 建议 open_project / create_project

  • 有项目没源文件 → 建议 add_files

  • 没顶层 → 建议 set_property TOP

  • 没 XDC → 建议添加约束

  • 有 testbench 且没跑过行为仿真 → 先 launch_simulation

  • 可综合 → xdc_lint + run_synthesis

  • 综合完成 → run_implementation

  • 布线完成 → check_bitstream_readiness + generate_bitstream

  • 比特流就绪 → program_device

  • 任何阶段失败 → 引导到 get_critical_warnings

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 burden. It clearly indicates an advisory role through '推断' and '建议', and fully discloses its decision logic. However, it does not explicitly state that it performs no side effects or how it handles invalid session IDs.

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 well-structured: a clear purpose sentence, a usage context, a bulleted decision list, and an Args section. Every sentence is informative, and the rules are compact and easily scannable.

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?

The description covers the entire decision logic, the parameter, and usage scenarios. Since an output schema exists, return value details are unnecessary. The tool is fully self-described for an agent to invoke it 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 input schema provides no description for session_id, but the description explicitly documents it as '目标会话 ID' (target session ID). This fully compensates for the 0% schema description coverage and adds meaningful context.

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 states '根据当前项目状态推断下一步应该做什么' (infer next actions based on current project state), which is a specific verb and resource. It further differentiates from siblings by listing a decision tree that recommends distinct tools like open_project, run_synthesis, and generate_bitstream, making its purpose unmistakable.

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 explicitly states it is '适合新手、刚打开老项目、或者不知道从哪下手的场景' (suitable for beginners, old projects, or unsure where to start), providing clear context. The decision rules also name alternative tools for each scenario, but it does not explicitly state when not to use this tool.

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