Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

create_vault_entry

Create a new vault entry to securely store secrets such as passwords, API keys, or tokens with unique identifiers and tags.

Instructions

Create a new vault entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique identifier for the vault entry
nameYesName of the vault entry
tagsNoTags for categorizing the vault entry
typeNoType of the vault entry (e.g., 'Password', 'APIKey', 'Token')
valueYesThe secret value to store
showTypeNoWhether to output type or displayName
Behavior2/5

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

With no annotations provided, the description carries the burden of disclosing behavioral traits. It only states 'Create' which implies mutation, but fails to mention potential side effects, required permissions, overwrite behavior, or return values. For a creation tool, this leaves the agent without knowledge of what happens when the vault entry is created.

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 a single concise sentence with no redundant wording, making it efficient. However, it is so brief that it may under-specify, but conciseness is about eliminating waste rather than adding content. For the minimal content provided, it achieves the goal of being compact without filler.

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

Completeness1/5

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

Despite having 6 parameters (3 required), no annotations, no output schema, and sibling tools with similar operations, the description offers essentially no contextual information. It does not explain the purpose beyond the title, the meaning of the vault entry, the effect of creating, or any relevant details. For a tool with this complexity, the description is completely inadequate.

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% description coverage for all 6 parameters, so the schema already documents each parameter's meaning. The description adds no additional parameter context beyond the schema, which is acceptable but not value-adding. The baseline of 3 is appropriate because the schema carries the parameter documentation burden.

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

Purpose4/5

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

The description 'Create a new vault entry' uses a specific verb and resource, clearly indicating a creation action. It distinguishes from sibling tools like get_vault_entry, update_vault_entry, and delete_vault_entry by the verb 'create'. However, it lacks any scope detail about what constitutes a vault entry, making it clear but not highly distinctive beyond the action.

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?

The description provides no guidance on when to use this tool versus alternatives such as update_vault_entry or list_vault_entries. There are no usage scenarios, exclusions, or prerequisite conditions mentioned, leaving the agent without guidance on selecting this tool in context.

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