Skip to main content
Glama

ModelSim 文档/命令检索

fpga_msim_doc_search

Look up ModelSim command syntax and manual PDFs by exact command or keyword search. Get command descriptions, arguments, and PDF paths for direct reference.

Instructions

检索 ModelSim 命令参考(来自 docs/cmd_help/.txt 的结构化语料:command/description/arguments)+ 手册 PDF 注册表(docs/pdfdocs/.pdf,返回路径供宿主直接 Read)。command=精确命令(vsim/vlog/coverage/run/examine/force/vcd...)返回 description+arguments;query=关键词召回;kind=all/command/manual;不传 query 返回汇总(命令数+手册清单)。纯关键词、零额外成本。命令的完整 syntax 用 fpga_msim_exe -help 拿。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo检索范围,默认 all
limitNoquery 返回上限,默认 10
queryNo关键词召回,如 'coverage save'/'force signal'/'dump vcd'/'breakpoint'
commandNo精确命令名,如 vsim/vlog/coverage/run/examine/force/vcd
Behavior4/5

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

With no annotations, the description carries the full burden and does substantial work: it states 'pure keyword, zero extra cost' (no side effects/cheap), explains that PDFs return paths for the host to Read directly, and defines the distinct output shapes for command, query, and no-query calls. It does not discuss failure/empty-result behavior, but for a read-only search tool the disclosed traits are strong.

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?

Two dense sentences with zero filler. The core function is front-loaded, parameter behaviors are compressed into one sentence, and the final clause about full syntax via fpga_msim_exe is a self-contained routing note. Every phrase earns its place.

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?

For a 4-parameter search tool with no output schema and no annotations, the description covers purpose, data sources, per-mode outputs, cost, and the sibling tool for full syntax. Minor gaps remain around the exact JSON shape of result lists and error cases, but nothing an agent needs to choose and invoke the tool correctly is missing.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds interaction semantics the schema lacks: command returns description+arguments, query triggers keyword recall, kind scopes the search, limit applies to query results, and omitting query returns a summary. This is meaningfully beyond the parameter names and examples in the 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 opens with a specific verb and resource: it searches the ModelSim command reference (structured corpus from docs/cmd_help/*.txt) plus the manual PDF registry (docs/pdfdocs/*.pdf). This clearly distinguishes it from siblings like fpga_msim_exe (execution), fpga_msim_sim (simulation), and fpga_doc_search (general docs).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It maps each invocation mode to its outcome (command=exact lookup, query=keyword recall, kind=all/command/manual, no-query=summary), and explicitly routes the need for full command syntax to the sibling tool fpga_msim_exe <tool> -help. This is explicit when-to-use and when-to-use-alternative 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/Renkos1/pango-mcp'

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