Skip to main content
Glama

Hmac

hmac
Read-onlyIdempotent

Compute an HMAC (hex) of text with a secret key. algorithm = sha1, sha256 (default), sha384, or sha512. Keyless/offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe secret key.
textYesThe message to authenticate.
algorithmNosha1 | sha256 (default) | sha384 | sha512.

TDQS

A4/5.0
Behavior4/5

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

Annontations already indicate readOnlyHint and idempotentHint. The description adds useful context about being offline and keyless, which complements the annotations without contradiction.

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 with no extraneous content. The main purpose is front-loaded, and every word adds value.

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 simple 3-parameter tool with no output schema, the description effectively conveys purpose, algorithms, and online/offline behavior. Output format ('hex') is implied, making it sufficiently complete.

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 coverage is 100% and descriptions are already clear. The description repeats some schema info (algorithms) and adds 'keyless/offline' context that aids overall understanding but does not significantly enhance parameter meaning beyond what schema provides.

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?

Clearly states the verb 'Compute', the resource 'HMAC (hex) of text with a secret key', and enumerates supported algorithms. Distinguishes itself from the sibling 'hash' tool by requiring a key.

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

Usage Guidelines3/5

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

Mentions 'Keyless/offline' implying no network dependency, but does not explicitly state when to use this versus alternatives like the 'hash' tool or provide exclusion criteria.

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

A3.7/5.0
Disambiguation4/5

Most tools have distinct purposes despite overlapping domains like prediction markets, but detailed descriptions help agents differentiate. A few tools like `ask_pipeworx` and `deep_research` could be confused without careful reading.

Naming Consistency2/5

Naming patterns are inconsistent, mixing `ask_`, `polymarket_`, `scan_`, `recent_`, `entity_`, etc., with no unifying convention. The server name 'Hash' mismatches the tool set entirely.

Tool Count3/5

32 tools is on the high side for a focused server, but the set covers many areas. The count is slightly above the typical 3-15 range, yet each tool has a clear purpose.

Completeness2/5

The tool set feels like a collection of unrelated utilities rather than a coherent domain. Core hashing functionality is minimal, while other areas like prediction markets are over-represented with gaps elsewhere.