Skip to main content
Glama

creds_store

Store discovered passwords and hashes from penetration tests in an encrypted vault for later retrieval.

Instructions

Store discovered credentials in the vault (passwords/hashes encrypted at rest). host: target host IP or hostname username: discovered username password: plaintext password (leave empty if only hash available) hash: password hash (e.g. NTLM, bcrypt) service: service type e.g. 'ssh', 'http', 'smb', 'ftp', 'mysql' port: service port source_tool: which tool found this (e.g. 'hydra', 'sqlmap', 'manual') notes: any additional context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashNo
hostYes
portNo
notesNo
serviceNo
passwordNo
usernameYes
source_toolNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does state that passwords/hashes are encrypted at rest, which is useful. However, it does not disclose whether storing overwrites existing entries, how duplicates are handled, whether any authentication is required, or what the success/failure response looks like. For a mutating tool, this is a significant gap.

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

Conciseness4/5

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

The description is efficiently structured: a one-sentence purpose statement followed by a compact parameter list. It avoids fluff and each line provides needed information. It is not overly verbose, though the parameter list is necessary because the schema lacks descriptions. The front-loading of the main purpose is good.

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 an 8-parameter tool with no output schema and no annotations, the description covers the core function and parameter semantics well. However, it omits operational context such as idempotency, overwrite behavior, or whether the vault must be initialized. It is adequate for basic usage but not fully complete for all potential questions an agent might have when invoking the tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It provides a list of all 8 parameters with brief explanations, including examples (e.g., service types, source_tool values) and a conditional note ('leave empty if only hash available'). This adds significant meaning beyond the schema's mere property names, though it could be slightly more detailed for service/port validation.

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

Purpose5/5

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

The opening sentence clearly states the tool's function: 'Store discovered credentials in the vault' with the added detail of encryption at rest. This uses a specific verb ('store') and resource ('credentials in the vault'), and it distinguishes itself from sibling tools like creds_list, creds_use, and creds_delete by indicating it is the write operation for credential storage.

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

Usage Guidelines3/5

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

The description implies usage: when you have discovered credentials that need to be persisted, this is the tool to use. However, it does not provide explicit guidance on when to use this tool versus alternatives (e.g., creds_use, creds_list) or any exclusions. The parameter descriptions hint at the intended context but do not offer clear selection criteria.

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/Neeraj829784/kali-mcp'

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