Skip to main content
Glama
hesreallyhim

proton-pass-community-mcp

by hesreallyhim

create_custom_item

Create a custom item in a Proton Pass vault or share by supplying a template payload with a title, optional custom sections, fields, and notes.

Instructions

Create a custom item from template payload in a vault or share.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to execute the write operation
shareIdNoShare ID for the new item
templateYesCustom item template payload
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?

No annotations are provided, so the description must carry the full behavioral disclosure burden. It indicates a write operation but does not mention the required confirm flag, permission needs, side effects, or any additional execution requirements. This is a meaningful gap 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler or redundancy. It front-loads the primary action and object. However, it is concise to the point of omitting important behavioral context, so it earns a 4 rather than a 5.

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?

The tool has a complex nested template schema, five parameters, and no output schema or annotations. A one-sentence description is not enough to guide correct invocation. It does not explain the confirm requirement, the distinction between vaultName and shareId, or the agentReason field, leaving too much for the agent to infer.

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 parameters in detail. The description adds only the idea of 'template payload' and 'vault or share,' which loosely maps to template, vaultName, and shareId. It does not add meaningful semantics beyond the schema.

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 clearly states a specific verb and resource: 'Create a custom item from template payload in a vault or share.' It identifies the action and the main target. It distinguishes from specialized create tools somewhat by emphasizing 'custom item' and 'template payload,' though it does not explicitly differentiate from create_login_item_from_template.

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?

Usage is implied: use this when creating a custom item from a template payload. However, there is no explicit when-to-use or when-not-to-use guidance versus sibling tools such as create_login_item_from_template or create_note_item. No alternatives or exclusions are mentioned.

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