password_generator20
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API密钥,用于认证 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| passwordC | Generates a password with standard settings - length = 10 - 1 special char - 2 numbers |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap between tools. The tool's purpose is clearly described.
The tool is named 'password' which is clear and descriptive, though not in a verb_noun format. Since there is only one tool, there is no inconsistency in naming patterns.
With only one tool, the server feels very thin for a password generator, which typically offers customization options like length, character types, and count. One tool is considered too few for a meaningful tool surface.
The tool provides a basic password generation function, but it is locked to fixed settings (length 10, 1 special, 2 numbers) with no options to customize. This limits the usefulness and leaves gaps for common use cases like different lengths or multiple passwords.