Skip to main content
Glama
hesreallyhim

proton-pass-community-mcp

by hesreallyhim

download_item_attachment

Download an attachment from a Proton Pass item to a local file path, with confirmation required before overwriting. Specify item, attachment, share, and output path to retrieve the file.

Instructions

Download an item attachment to a local path, potentially overwriting it. Requires write permission and confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesItem ID containing the attachment
confirmNoMust be true to execute the write operation
shareIdYesShare ID containing the item
outputPathYesOutput path for downloaded attachment
attachmentIdYesAttachment ID to download
Behavior4/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 reveals the destructive potential ('potentially overwriting it') and the confirmation requirement, which are critical behavioral traits absent from the schema alone.

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?

Two short sentences with no filler. The primary action is stated first, followed by the critical caveats (overwrite, permission, confirmation). Every word earns its place.

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

Completeness4/5

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

For a 5-parameter tool with no output schema and no annotations, the description covers purpose, side effects, and prerequisites. It does not describe the return value, but for a download-to-path operation that is not essential context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying that outputPath may be overwritten and that confirm must be true for the write operation to execute. This enriches two parameter semantics without duplicating schema detail.

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 action ('Download an item attachment'), the destination ('to a local path'), and the potential side-effect ('overwriting it'). This makes the tool's purpose distinct from sibling tools like view_item or move_item, which operate differently.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No direct alternatives are named, but the description gives important usage context: it requires write permission and confirmation. This tells an agent when it is appropriate to use the tool and the precondition that must be satisfied before invoking it.

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