Skip to main content
Glama

generate_password

Create secure passwords with customizable length and character types including uppercase, lowercase, numbers, and symbols for enhanced account protection.

Instructions

Generate a secure password

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNoPassword length
includeUppercaseNoInclude uppercase letters
includeLowercaseNoInclude lowercase letters
includeNumbersNoInclude numbers
includeSymbolsNoInclude symbols
Behavior3/5

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

Annotations provide readOnlyHint=false, indicating this is a mutation tool (generates new data). The description adds 'secure' which implies cryptographic security, but doesn't specify algorithm, randomness source, or storage behavior. No rate limits, authentication needs, or side effects are mentioned. With annotations covering the mutation aspect, the description adds some context but lacks detailed behavioral disclosure.

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

Conciseness5/5

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

The description is a single, efficient sentence with zero wasted words. It's front-loaded with the core purpose and appropriately sized for a straightforward tool. Every word earns its place without being overly brief or verbose.

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

Completeness3/5

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

For a password generation tool with 5 parameters, 100% schema coverage, and readOnlyHint annotation, the description is minimally adequate. It covers the basic purpose but lacks output format details (no output schema), security guarantees, or error conditions. The combination of structured data and description provides functional understanding but leaves behavioral aspects underspecified.

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

Parameters3/5

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

Schema description coverage is 100%, with all 5 parameters clearly documented in the schema. The description doesn't add any parameter-specific information beyond what's in the schema. According to guidelines, when schema coverage is high (>80%), the baseline is 3 even with no param info in description, which applies here.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Generate a secure password' specifies both the verb (generate) and resource (password) with a quality attribute (secure). It distinguishes from sibling tools like 'generate_uuid' or 'generate_token' by focusing on passwords. However, it doesn't explicitly differentiate from all siblings, keeping it at 4 rather than 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. There's no mention of when this tool is appropriate, prerequisites, or comparisons with similar tools like 'generate_token' or 'generate_otp'. The agent must infer usage solely from the tool name and parameters.

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/wrenchpilot/it-tools-mcp'

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