Skip to main content
Glama
hesreallyhim

proton-pass-community-mcp

by hesreallyhim

create_wifi_item

Add a WiFi network item to a Proton Pass vault or share. Supply the SSID, optional password, and security type to save the access details for future use.

Instructions

Create a WiFi item in a vault or share.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note content
ssidYesNetwork SSID (required, non-empty)
titleYesTitle for the new WiFi item
confirmNoMust be true to execute the write operation
shareIdNoShare ID for the new item
passwordNoNetwork password (optional; empty string for open networks)
securityNoWiFi security type: wpa, wpa2, wpa3, wep, open, none, unspecified
vaultNameNoVault name for the new item
agentReasonNoPurpose of this operation, required for agent sessions; never include secrets
Behavior2/5

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

There are no annotations, so the description bears the full burden of disclosing behavioral traits. It only says 'Create', omitting the confirm=true write gate, the agentReason requirement, and any side effects or return behavior. This is thin for a mutation tool with no safety annotations.

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?

One concise, front-loaded sentence with no filler. Every word contributes to identifying the operation's purpose.

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?

Despite the one-line description, the schema is rich and fully documents parameters, required fields, allowed enums, and the confirmation flag. Combined with the clear purpose statement, this is nearly complete for invoking the tool correctly, though there is no explicit mention of return values in the absence of an output schema.

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 schema already documents all nine parameters and their constraints. The description only adds the high-level 'vault or share' destination notion, which is marginal beyond the existing vaultName and shareId descriptions.

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 ('Create a WiFi item') and adds scope ('in a vault or share'), making the tool's role immediately clear. This distinguishes it from sibling item-creation tools such as create_login_item and 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 Guidelines3/5

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

The description gives useful context — WiFi items are created in a vault or share — but it offers no explicit when-to-use or when-not-to-use guidance relative to the many sibling create_*_item tools. The intended usage is implied by the WiFi resource rather than stated.

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