Skip to main content
Glama
MSPbotsAI

bitwarden-mcp

by MSPbotsAI

bitwarden_create_group

Create a new vault group in Bitwarden and receive its ID for inviting members. Optionally grant access to all collections or set an external ID for syncing.

Instructions

Create a new vault group in the Bitwarden organization.

    Use the returned group "id" with bitwarden_update_member_groups to invite
    members into it.

    Args:
        name: Name of the group to create.
        access_all: Whether the group gets access to all collections (default: False).
        external_id: Optional external identifier (e.g. from an HR/IdP system) for syncing.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
access_allNo
external_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden for behavioral transparency. It reveals the returned id and the follow-up invite workflow, but omits permissions required, potential errors (e.g., duplicate names), or reversibility. This is a significant gap for a mutating 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 appropriately sized with a one-sentence purpose, a useful workflow note, and a structured Args list. It is front-loaded and each sentence earns its place, though the Args section is slightly verbose relative to the schema.

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?

Given the simple create operation and presence of an output schema, the description covers the core purpose, parameter meanings, and the follow-up step. It lacks guidance on prerequisites or failure modes, but is largely complete for a straightforward tool.

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

Parameters5/5

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

All three parameters are explicitly explained: name is 'Name of the group to create,' access_all is described as granting access to all collections with a default, and external_id is contextualized as an IdP sync identifier. This adds meaning well beyond the bare schema titles.

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 opens with 'Create a new vault group in the Bitwarden organization,' using a specific verb and resource. It clearly distinguishes from member-focused sibling tools (e.g., invite_member, list_member_groups) by focusing on group creation.

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 provides a workflow hint about using the returned id with bitwarden_update_member_groups, but it does not explicitly state when to use this tool over alternatives or mention any exclusions. Usage is implied by the 'create' action rather than explicitly guided.

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/MSPbotsAI/bitwarden-mcp'

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