Generate Password
generate_passwordCreate a random password of a specified length, with an option to include special characters for stronger credentials.
Instructions
Generate a random password with specified length, optionally including special characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | The length of the password to generate (between 8 and 64 characters). | |
| use_special_chars | No | Include special characters in the password. |