You're viewing a demo portfolio

Join the waitlist
PRSM

generate_password

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Generate a cryptographically secure random password using crypto.randomBytes. Configurable length (4–128), uppercase letters, digits, and symbols. Use when resetting user passwords, seeding test accounts, or generating API secrets.

Parameters schema

{
  "type": "object",
  "properties": {
    "length": {
      "type": "number",
      "description": "Password length (4–128, default: 16)"
    },
    "numbers": {
      "type": "boolean",
      "description": "Include digits (default: true)"
    },
    "symbols": {
      "type": "boolean",
      "description": "Include symbols like !@#$ (default: false)"
    },
    "uppercase": {
      "type": "boolean",
      "description": "Include uppercase letters (default: true)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →
generate_password — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP