Skip to main content
Glama
aureTheDev

protonpass-mcp

by aureTheDev

update_item

Modify existing Proton Pass vault items by updating only the provided fields like title, username, password, URL, or note. Keeps other details unchanged.

Instructions

Update an existing item. Only the fields you supply will change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew URL (optional)
noteNoNew note (optional)
titleNoNew title (optional)
item_idYesItem ID
passwordNoNew password (optional)
usernameNoNew username (optional)
vault_idYesVault share ID
Behavior3/5

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

Annotations are absent, so the description carries the full burden. It discloses the key behavioral trait that only supplied fields change, but it does not cover permissions, reversibility, response format, or error semantics, which are relevant for a mutation 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, front-loaded with the action and resource. Every word adds value, and there is no filler or redundant restating of the schema.

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 7 parameters, no annotations, and no output schema, the description is adequate for basic invocation but lacks information about return values, error cases, or specific conditions for use. It captures the essential partial-update behavior but leaves some operational context undocumented.

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 input schema already documents all parameters and their optionality. The description's partial-update statement adds general context but does not provide additional per-parameter meaning, matching the baseline of 3.

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 uses a specific verb and resource ('Update an existing item') and clearly distinguishes from sibling operations like create_login, trash_item, and restore_item. The second sentence adds partial-update semantics, making the tool's purpose explicit.

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 description implies usage for modifying an existing item, but it does not explicitly state when to choose this tool over alternatives such as create_login or restore_item. There is no mention of exclusions or prerequisites, so guidance is only implied.

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/aureTheDev/protonpass-mcp'

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