Skip to main content
Glama

crypto_scrypt_verify

Verify a password against a scrypt hash using customizable parameters like N, r, p, length, and salt.

Instructions

Menu ID: crypto_scrypt_verify. Scrypt Generator. Generate secure Scrypt password hashes with customizable parameters. Memory-hard key derivation function resistant to hardware attacks. Use describe_tool with tool_id "crypto_scrypt_verify" for full page guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYes
NYes
rYes
pYes
lengthYes
saltYes
Behavior1/5

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

No annotations provided. The description only gives generic cryptographic background ('memory-hard...') but does not specify the tool's actual behavior (generating vs verifying) or any side effects, permissions, or rate limits. Critical behavioral information is missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but includes irrelevant metadata ('Menu ID:') and pushes guidance to another tool. The first sentence is redundant with the name. It wastes space on non-helpful details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations, no output schema, and 6 poorly documented parameters, the description is severely incomplete. It does not equip an agent to invoke the tool correctly or understand its output.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema defines 6 parameters with 0% description coverage. The description only mentions 'customizable parameters' without explaining any parameter's meaning, expected format, or relationship. For example, salt is nullable but declared required; N, r, p are integers with no semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description labels the tool as 'Scrypt Generator' and says it generates hashes, but the tool name is 'crypto_scrypt_verify', implying verification. This misalignment confuses purpose. The sibling tools include both a generator and verifier, so the description fails to distinguish which one this is.

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

Usage Guidelines1/5

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

No guidance on when to use or not use this tool. It does not differentiate from the sibling crypto_scrypt (likely generate) or other crypto tools. The suggestion to use describe_tool elsewhere abdicates responsibility.

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/Jambozx/onlinecybertools-mcp-server'

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