Skip to main content
Glama
lisamaraventano-spine

Underground Cultural District MCP Server

generate-password

Create secure random passwords with customizable length and character types to enhance account protection.

Instructions

Generate a secure random password (8–128 chars).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNoLength (default 16)
includeNumbersNo
includeSymbolsNo
includeUppercaseNo
includeLowercaseNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool generates a 'secure random password' but doesn't explain what makes it secure (e.g., cryptographically random source), whether it's deterministic, or what the output format looks like. This leaves significant gaps for a security-sensitive tool.

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 that front-loads the core purpose. Every word earns its place, with no wasted verbiage or redundant information.

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

Completeness2/5

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

For a 5-parameter tool with no annotations and no output schema, the description is inadequate. It doesn't explain the output format (e.g., string type), security guarantees, or parameter interactions. Given the complexity and lack of structured coverage, more context is needed for reliable agent use.

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 low (20%), with only the 'length' parameter documented. The description mentions length constraints (8–128 chars) which adds useful context beyond the schema's default value, but doesn't explain the other four boolean parameters (includeNumbers, includeSymbols, etc.) or their interactions. This partially compensates but leaves most parameters semantically unclear.

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 verb ('generate') and resource ('secure random password') with specific length constraints (8–128 chars). However, it doesn't differentiate from sibling tools like 'generate-hash' or 'generate-uuid' which also generate cryptographic outputs, leaving room for potential confusion.

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 like 'generate-hash' or 'generate-uuid'. It mentions length constraints but doesn't specify use cases, prerequisites, or exclusions for password generation.

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/lisamaraventano-spine/mcp-server'

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