Skip to main content
Glama
Faneraiy14

minecraft-rcon-mcp

by Faneraiy14

Оголошення в чат сервера

mc_say

Broadcast a message to every player on the Minecraft server using the /say command for server-wide announcements.

Instructions

Транслює повідомлення в чат усім гравцям від імені сервера (/say).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
timeout_msNoТаймаут RCON-запиту в мілісекундах (500–30000, типово 10000)
Behavior4/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 clearly discloses the main behavioral traits: the message is public, visible to all players, and attributed to the server. It omits minor details like error/return behavior, but for a chat broadcast the core side effect is explicit.

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 a single sentence with no filler. The core action, audience, attribution, and command equivalent are all front-loaded, and every word adds value.

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 tool with no output schema, the description plus schema is largely complete: required message is covered, optional timeout is covered, and the effect is clear. It would benefit from explicit guidance about sibling alternatives, but the agent can invoke it correctly without ambiguity.

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 coverage is 50%; timeout_ms is well described in the schema, but the description contributes nothing about it. The description does clarify that 'message' is the chat content being broadcast, adding meaning beyond the bare schema property, but it does not fully compensate for the undocumented message field.

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 states a specific verb and resource: it broadcasts a message in chat to all players on behalf of the server, and explicitly identifies the Minecraft command (/say). This clearly differentiates it from generic siblings like mc_command and unrelated tools like mc_teleport or mc_give.

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?

Usage is implied: use this tool when a server-wide chat announcement is needed. However, it does not explicitly explain when to choose mc_say over mc_command or name alternatives/exclusions, so an agent must infer the routing context.

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/Faneraiy14/minecraft-rcon-mcp'

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