Skip to main content
Glama
backblaze-labs

Backblaze B2 MCP Server

Official

b2_create_group_member

Destructive

Provision a Backblaze account for a new Partner group member and deliver the one-time application key secret via a secret sink or inline response.

Instructions

Create a Backblaze account for a new Partner group member. In file sink mode, the one-time application key secret is written to the configured out-of-band secret sink and the MCP response contains only redacted metadata plus a secretSink pointer. In inline mode, the secret is returned with an explicit warning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoOptional data region for the new account.
confirmNoConfirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default).
groupIdYesThe Group ID that the new member will join.
memberEmailYesEmail address for the new group member account.
adminAccountIdYesThe accountId of the Group admin. Must be authorized for the Partner API.
idempotencyKeyYesCaller-generated idempotency key. Reuse the same value only when retrying the identical group-member creation request.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate destructive and non-read-only behavior. The description adds meaningful operational context by disclosing how the one-time application key secret is handled in each mode: file sink mode returns redacted metadata plus a secretSink pointer, while inline mode returns the secret with an explicit warning. This goes beyond the structured fields and helps the agent anticipate side effects.

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?

The description is two sentences with no padding. The primary purpose is front-loaded, and the follow-up sentence efficiently explains the two operational modes and their output implications. Every phrase 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?

Given six parameters, full schema coverage, annotations, and no output schema, the description covers the crucial behavioral distinction between file-sink and inline modes and what the response will contain. It does not enumerate every possible response field or error case, but for this tool it is sufficiently complete for an agent to invoke 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 schema already documents all six parameters. The description adds semantic context about secret handling and modes but does not provide additional meaning for individual parameters beyond what the schema already states. A baseline score of 3 is appropriate.

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 a specific verb+resource: 'Create a Backblaze account for a new Partner group member.' It clearly identifies the action and the target, and is distinct from siblings like b2_eject_group_member or b2_list_group_members. The extra mode detail reinforces the purpose without obscuring it.

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?

The description makes the intended use clear: this is for onboarding a new Partner group member. It does not explicitly name alternatives or state when not to use the tool, but the context is unambiguous and the sibling set includes related but distinct operations, so an agent can infer appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/backblaze-labs/b2-mcp'

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