Skip to main content
Glama

delete_secret

Destructive

Delete a secret permanently to clean up unused credentials. Warning: API and database configs referencing it will fail, so remove only when those are updated.

Instructions

Remove um secret permanentemente. ATENÇÃO: api_config e db_config que referenciam este secret deixarão de funcionar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNome do secret a remover
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description adds crucial behavioral context: deletion is permanent, and dependent api_config and db_config entries will stop working. This directly discloses real-world consequences of invoking the 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 two concise sentences with no wasted words. The core action is front-loaded, and the critical warning is placed immediately after, making the most important information easy to parse.

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

Completeness5/5

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

For a single-parameter destructive tool with no output schema, the description is complete: it states the action, the permanence, and the impact on dependent configurations. Nothing essential is missing for an agent to decide whether and how to call it.

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?

The schema already fully describes the sole 'name' parameter with 100% coverage. The description adds no additional parameter-level meaning beyond referring to the secret to be removed, so the baseline score applies.

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 description states a specific verb and resource ('Remove um secret permanentemente'), making the tool's purpose immediately clear. It also distinguishes itself from sibling tools like create_secret, update_secret, and list_secrets by emphasizing permanent deletion.

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 usage context is implied: use this when you want to permanently delete a secret. However, the description does not explicitly state when not to use it or mention alternatives such as update_secret for modifying rather than removing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/zihin-ai/zihin-mcp'

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