Skip to main content
Glama
KauaLealz

secrets-mcp-server

by KauaLealz

create_secrets_batch

Creates multiple named secrets in a single batch, storing them encrypted for later use via environment-variable injection or file writes, keeping plaintext values out of context.

Instructions

items: list of {"name": str, "value": str, "description": optional str}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations, the description must disclose the operation's effects, but it mentions no behavior at all. It does not state that secrets are created, whether existing secrets are overwritten, what authorization is required, or what the response contains.

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

Conciseness2/5

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

The description is extremely terse, but this is under-specification rather than efficient conciseness. It omits the purpose and behavioral context that a tool description needs, so the single line does not earn its place as an adequate description.

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 batch creation tool with no annotations, the description is far from complete. It gives only the item payload shape and leaves the agent to infer the operation, scope, side effects, and appropriate usage from the tool name and siblings.

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?

The schema only says items is an array of objects with additionalProperties true, so the description adds meaningful structure by specifying name, value, and optional description fields. It helps an agent construct valid input, though it stops short of explaining the meaning of each field.

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

Purpose1/5

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

The description is only a data-format note ('items: list of...') and never states that the tool creates secrets or performs a batch operation. The tool name implies purpose, but the description itself provides no verb, resource, or functional statement.

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?

There is no guidance about when to use this tool versus the siblings like create_secret or import_secrets_from_file. No conditions, exclusions, or alternative routing are provided.

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/KauaLealz/secrets-mcp-server'

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