Skip to main content
Glama
backblaze-labs

Backblaze B2 MCP Server

Official

b2_get_bucket_notification_rules

Read-onlyIdempotent

Retrieve the webhook event notification rules configured for a B2 bucket by passing its bucket ID.

Instructions

Get the event notification rules (webhooks) configured for a B2 bucket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketIdYesThe bucket ID to get notification rules for.
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the clarification that the rules are webhooks and are bucket-scoped, but does not describe return structure or edge cases like empty rule sets. No contradiction with 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?

A single front-loaded sentence states the action and object with no wasted words. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, read-only getter with annotations carrying the safety profile and no output schema, the description is sufficient for an agent to invoke correctly. It clearly identifies what is being fetched, and the required bucketId is documented in the 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?

The schema's only parameter, bucketId, is fully described ('The bucket ID to get notification rules for.'), and schema description coverage is 100%. The description does not add parameter-level detail, but the schema carries the meaning, so baseline 3 applies.

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 the specific verb 'Get' and names the resource 'event notification rules (webhooks) configured for a B2 bucket.' This clearly distinguishes it from the sibling b2_set_bucket_notification_rules, which writes rather than reads.

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 b2_set_bucket_notification_rules or other siblings. The read-only verbs and annotations imply retrieval, but the description does not state prerequisites, exclusions, or alternatives.

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