Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_constant_timeA

Decide whether a Verilog module's completion signal is independent of declared secret inputs. Returns CONSTANT_TIME or LEAKY, and on LEAKY names the secrets that reach the completion signal. You cannot declare a design constant-time yourself: re-run this tool after any fix.

find_leakB

Localise a timing leak: name the secret inputs that reach the completion signal, and how large its fan-in cone is.

list_benchmark_fixturesA

List the ctbench matched-pair corpus: constant-time designs each paired with a deliberately leaky twin of identical interface, plus an out-of-remit control.

get_benchmark_fixtureA

Fetch the Verilog source of one bundled benchmark fixture.

score_benchmark_submissionA

Grade a set of verdicts against the benchmark. Reports unsound verdicts (said safe, is leaky) separately from imprecise ones, because only the first kind ships a vulnerability.

run_reference_checkerB

Run the bundled cone-of-influence baseline over the whole benchmark corpus.

check_maskingA

Certify a masked gadget first-order secure under glitch-free probing, or name the probe wire that recombines a secret. Accepts a bundled gadget name or a JSON netlist. Two certificates are tried: dependence (touches at most one share) and uniformity (a fresh mask always flips the wire).

list_masking_gadgetsB

List the bundled masking gadgets and the JSON netlist format for your own.

check_patch_completeA

Decide whether a modelled bounds-check repair eliminates EVERY violating input, not just a known one. Returns COMPLETE, INCOMPLETE (with a surviving violating input), or VACUOUS (the guard rejects everything).

list_defect_classesA

List the modelled bounds-check defect classes, and what a COMPLETE verdict explicitly does not cover.

replay_certificateA

Re-check an elimination certificate using integer arithmetic only. No solver is used, so this verifies someone else's claim without trusting them or an SMT solver.

prove_confidentialB

Prove a property to a third party WITHOUT disclosing the design. Not available in the open-source distribution; call it to see what is.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/nickharris808/hw-verify-mcp'

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