Skip to main content
Glama
bitwarden

Bitwarden MCP Server

Official
by bitwarden

update_org_subscription

Update your organization's Bitwarden subscription by adjusting Password Manager seats, storage, auto-scale settings, and Secrets Manager seats, service accounts, and auto-scale limits.

Instructions

Update the organization's current subscription for Password Manager and/or Secrets Manager

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordManagerNoPassword Manager subscription details
secretsManagerNoSecrets Manager subscription details
Behavior2/5

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

Without annotations, the description should disclose behavioral traits like side effects, permissions, or constraints. It only says 'Update', implying mutation, but fails to mention billing implications, immediate effect, or required privileges. This is insufficient for a write operation.

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 of 12 words, making it concise. However, it could be slightly expanded to include usage context without losing efficiency. It is well-structured and front-loaded.

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?

Given it's a mutation tool with no annotations, no output schema, and nested objects, the description is incomplete. It does not explain partial updates, constraints, or consequences. The tool's complexity demands more detail for an AI agent to use it correctly.

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 baseline is 3. The description adds no extra meaning beyond the schema—it merely restates that the tool updates subscriptions for the two managers, which is already clear from property names.

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 verb 'Update' and the resource 'organization's current subscription', specifying it applies to Password Manager and/or Secrets Manager. This distinguishes it from sibling tools like get_org_subscription (read) and other update tools for different entities.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as when to update a collection (update_org_collection) or when not to use it. The context signals and sibling list indicate there are many related tools, but the description gives no help in selection.

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

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