Skip to main content
Glama
hesreallyhim

proton-pass-community-mcp

by hesreallyhim

create_credit_card_item

Add a credit card to a Proton Pass vault or share with number, cardholder, expiry, CVV, PIN, and optional note. Use confirm=true to apply the write operation.

Instructions

Create a credit card item in a vault or share.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cvvNoCVV/CVC security code
pinNoCard PIN
noteNoOptional note content
titleYesTitle for the new credit card item
numberNoCard number
confirmNoMust be true to execute the write operation
shareIdNoShare ID for the new item
vaultNameNoVault name for the new item
agentReasonNoPurpose of this operation, required for agent sessions; never include secrets
cardholderNameNoCardholder name
expirationDateNoExpiration date (YYYY-MM)
Behavior2/5

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

With no annotations, the description carries the burden of disclosing side effects, but it only says 'Create.' It does not mention the confirm flag needed to execute the write, agent-session requirements, or any destructive/irreversible behavior. That key behavior is left to the input schema rather than the tool description.

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?

A single sentence with no filler; the core action and destination are front-loaded. This is appropriately concise for a simple create operation.

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?

Although the schema is richly documented, the description omits important invocation context: selecting between vaultName and shareId, the confirmation requirement, and the agentReason obligation. For a write tool affecting sensitive credit card data, this is too incomplete.

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?

Schema description coverage is 100%, so the baseline is 3. The phrase 'in a vault or share' minimally maps to vaultName/shareId, but the description adds no meaning beyond what the schema already states for each parameter.

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 names a specific action ('Create'), a specific resource type ('credit card item'), and a target ('vault or share'). The resource type immediately distinguishes it from sibling item-creation tools such as create_login_item or create_note_item.

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 gives no guidance on when to prefer this tool over alternatives, no exclusions, and no conditions such as whether a vaultName or shareId is required or how a default vault applies. It only restates the obvious context of creating such an item.

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/hesreallyhim/proton-pass-community-mcp'

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