Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

crypto_password_generator_pin

Read-only

Generate cryptographically random numeric PINs (0-9 digits) for device or card PINs. Options to prevent repeating or sequential digits.

Instructions

Random PIN Generator. Generate one or more cryptographically random numeric PINs (digits 0-9 only). Use this for numeric-only codes such as device or card PINs; use crypto_password_generator for mixed-character passwords or crypto_password_generator_passphrase for word-based passphrases. Randomness comes from crypto.getRandomValues. Runs locally on the input you provide: read-only, non-destructive, contacts no external service, and is rate-limited (30 requests/min, 200/hour, 1000/day for anonymous callers). Returns the generated PINs with each PIN's length and the normalized options actually applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNoNumber of digits per PIN. Clamped to 4-20. When noRepeating is true, an effective length above 10 is rejected (only 10 unique digits exist).
noRepeatingNoWhen true, no digit repeats within a PIN; this caps the usable length at 10.
noSequentialNoWhen true, consecutive digits never differ by exactly 1 (e.g. avoids 12, 65), reducing easily-guessed runs.
quantityNoHow many PINs to generate. Clamped to 1-100.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinsNoThe generated PINs, one entry per requested quantity.
optionsNoThe normalized options actually used after clamping defaults.
Behavior5/5

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

Discloses cryptographic randomness source (crypto.getRandomValues), local/non-destructive execution, and rate limits. No contradiction with annotations (readOnlyHint: true).

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

Conciseness4/5

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

Mostly concise and front-loaded, though some redundancy (e.g., 'read-only, non-destructive' could be tighter). Still informative without being overly long.

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

Completeness5/5

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

Comprehensive given 4 parameters and output schema present. Covers purpose, use cases, behavior, and important parameter constraints.

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

Parameters4/5

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

Schema coverage is 100%, but description adds clamping ranges (4-20) and noRepeating length cap, providing context beyond the raw schema.

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 clearly states it generates numeric-only PINs and explicitly distinguishes from sibling tools crypto_password_generator and crypto_password_generator_passphrase.

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

Usage Guidelines5/5

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

Provides explicit when to use (numeric-only codes like device or card PINs) and when not to (mixed-character passwords or passphrases), plus mentions rate limits and local execution.

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