Skip to main content
Glama
ola-krutrim

@ola/buzz-mcp

Official
by ola-krutrim

buzz_dm_send

Open a 1:1 conversation and send a direct message to any person using their npub, hex, email, or exact display name.

Instructions

Send a direct message to a person — opens the 1:1 if needed, then sends. to = npub / hex / email / exact display-name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
textYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.6

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It usefully discloses that the tool opens the 1:1 conversation iff needed before sending. However, it does not describe error behavior, ambiguous recipient handling, authentication needs, or any side effects beyond opening the conversation.

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?

One tight sentence delivers the action, the automatic open behavior, and the non-obvious `to` value formats. There is no redundant wording or filler.

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?

For a simple two-parameter send tool, the description covers the key operational fact (auto-open) and target resolution formats. It does not specify return values or failure modes, but the operation itself is clear enough for an agent to invoke correctly in most cases.

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

Parameters4/5

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

Schema gives only type string for both parameters, with 0% coverage. The description adds real meaning by explaining that `to` accepts npub, hex, email, or exact display-name. The `text` parameter is left implicit, but its purpose as the message body is obvious from context.

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 names a precise action, sending a direct message to a person, and the resource (a 1:1 conversation). It also distinguishes itself from sibling tools like buzz_dm_open and buzz_dm_read by stating it sends and auto-opens the 1:1 when needed.

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 usage context clear: use this when you want to send a DM, and it will create/open the conversation if necessary. It does not explicitly name sibling alternatives or state when not to use it, so it falls short of a 5.

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

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/ola-krutrim/buzz-mcp'

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