Skip to main content
Glama
nomatic163

silicon_truth_bridge

by nomatic163

wave_value

Read typed waveform values at specific times from Verdi databases. Provide signal names and unit-bearing times (e.g., '200ns'); include wave_id for multiple waveforms.

Instructions

Read typed waveform values. Request requires signals and unit-bearing times such as ['200ns']; set wave_id when multiple waves are attached.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes
context_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the transparency burden. The verb 'Read' implies a non-mutating operation, and it discloses the wave_id condition, but it does not explain error behavior (e.g., if wave_id omitted with multiple waves) or any other side effects.

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 concise sentences cover the core purpose and key usage requirements without unnecessary detail. Front-loads the primary verb and object.

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 the tool's simplicity and the presence of an output schema, the description provides sufficient context for standard usage. It omits explanation of context_id and the 'typed' aspect of values, but these are not critical for operation.

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

Parameters3/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 compensate. It adds meaning for times by giving a concrete unit-bearing example ('200ns') and explains when to set wave_id, but signals and context_id are left unnamed and unexplained.

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 'Read typed waveform values,' which clearly states the action (read) and the object (typed waveform values), distinguishing it from wave_manage (management) and wave_compute (computation). The mention of signals and times further specifies the scope.

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?

Provides clear usage context by specifying required inputs (signals, unit-bearing times) and a conditional parameter (wave_id when multiple waves are attached). Does not explicitly name alternative tools or exclusions, but the usage is well-contextualized.

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/nomatic163/silicon_truth_bridge'

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