Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

delete_vault_entry

Deletes a specific vault entry by its unique identifier. Removes the stored credential or secret from the CData Arc vault.

Instructions

Delete a specific vault entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultIdYesThe unique identifier of the vault entry to delete
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 only says 'Delete' which restates the tool's name and implies destructiveness, but it does not mention permanence, potential errors, required permissions, or any side effects. This is a minimal restatement rather than informative transparency.

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, direct sentence with no filler or redundant information. It is appropriately sized for a simple tool with one parameter and effectively front-loads the action and target.

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?

Given the simplicity of the tool (one parameter, no output schema), the description is minimally adequate but lacks important context such as whether deletion is permanent, what happens if the entry does not exist, or any side effects. The description is not incomplete enough to be ineffective, but could benefit from more behavioral context.

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 input schema has 100% coverage with a clear description of the 'vaultId' parameter, so the schema itself provides the necessary semantics. The tool description adds no additional parameter meaning or usage detail, so the baseline score of 3 is appropriate.

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 clearly states the verb 'Delete' and the resource 'specific vault entry', which clearly differentiates it from sibling tools like get_vault_entry, create_vault_entry, and update_vault_entry. The purpose is unambiguous and specific.

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?

No guidance is provided on when to use this tool versus alternatives, such as when to update rather than delete a vault entry. There are no prerequisites, exclusions, or context about appropriate use cases beyond the basic action.

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/ctslone/AdminAPI_MCP'

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