generate_password
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
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)"
}
}
}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