Skip to main content
Glama

Webhook Signature Fixture Lab

webhook_signature_fixture_lab

Read-onlyIdempotent

Generates deterministic webhook HMAC-SHA256 fixtures and optionally verifies a supplied signature using a customer-owned TEST secret and payload. It is offline and never delivers HTTP requests or validates a live endpoint. Price: 0.03 USDC per completed bounded job on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNoRequired by timestamped_sha256: supplied comparison epoch seconds.
modeYes
payloadYesExact UTF-8 payload text, at most 65536 bytes; never parsed or reformatted.
timestampNoRequired by timestamped_sha256: canonical positive epoch seconds.
test_secretYesCustomer-owned TEST secret; never returned in output.
tolerance_secondsNo
supplied_signatureNoOptional exact header value to verify; malformed values produce a negative verification result.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructive false, and the description goes well beyond them by adding deterministic behavior, offline execution with no HTTP delivery, the fact that a customer-owned TEST secret is used, and the price of 0.03 USDC per bounded job. These are meaningful behavioral facts an agent needs to calibrate expectations. No contradction with annotations.

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 sentences carry the entire message: core purpose, optional verification, offline constraint, and cost. Every clause earns its place and the main action is front-loaded.

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?

With 7 parameters and no output schema, the description explains what the tool does, its boundaries, and its pricing, which is strong. It does not detail the exact return format or criteria for choosing between modes, but enough exists for an agent to select and invoke the tool correctly in most cases.

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 71%, and most critical parameters (test_secret, payload, timestamp, now, supplied_signature) are already described. The description reinforces the purpose of test_secret and payload and the optional verifiation workflow, but it does not clar ify the distinction between mode values or the meaning of tolerance_seconds. Added value is moderate but not substantial.

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?

Description states a specific verb+resource ('Generates deterministic webhook HMAC-SHA256 fixtures') and a second operation ('optionally verifies a supplied signature'), with no ambiguity. It also sets scope ('customer-owned TEST secret and payload') and notes it is offline. No siblings exist, so there is nothing to distinguish from, but the clarity is excellent.

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?

Description gives clear context and an explicit exclusion: 'It is offline and never delivers HTTP requests or validates a live endpoint.' This tells an agent this is for fixture generation/testing and not for live endpoint validation. However, it does not name alternatives or explicitly state 'use this when you need...', so it falls just short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

With only a single tool, there is no possibility of confusing it with other tools. The tool's purpose is clearly defined and self-contained.

Naming Consistency5/5

The lone tool name is descriptive and follows a clear, professional naming style. With no other tools, there is no inconsistency to evaluate.

Tool Count3/5

At just one tool, the server feels thin relative to typical MCP servers, though for a narrow utility like fixture generation this might be acceptable. It sits on the borderline of being too minimal.

Completeness5/5

The single tool covers both generation and optional verification of webhook signatures, which appears to be the entire intended scope. No obvious missing operations exist within the stated domain.

Resources