Skip to main content
Glama
Faneraiy14

minecraft-rcon-mcp

by Faneraiy14

Телепортувати гравця

mc_teleport

Teleport a player or entity on the Minecraft server to specified coordinates or to another player/entity. Supports vanilla selectors like @a, @p, and @e[...] for flexible targeting.

Instructions

Телепортує target (нік гравця або vanilla-селектор на кшталт @a/@p/@e[type=...]) у destination — координати "x y z" АБО нік/селектор іншого гравця/сутності (/tp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesНік гравця або селектор (@a, @p, @e[...])
timeout_msNoТаймаут RCON-запиту в мілісекундах (500–30000, типово 10000)
destinationYes"x y z" або нік/селектор цілі телепортації
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It states the core effect (teleporting), exposes that selectors can affect multiple entities, and identifies the underlying /tp command. However, it does not disclose failure behavior, coordinate interpretation, permission requirements, or what the caller receives on success or error.

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 dense sentence with the main action front-loaded and the parameter syntax summarized compactly. It is efficient and free of irrelevant details, though a short structured breakdown would improve readability.

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

Completeness3/5

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

Given no annotations and no output schema, the definition is usable but not fully complete. It covers the core teleport semantics and acceptable parameter forms, but omits usage context, error behavior, and side-effect notes beyond the basic movement. The 100% schema coverage prevents major gaps, but an agent still cannot fully predict call outcomes.

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 already documents all three parameters with descriptions, so the coverage baseline is 100%. The description mostly restates the schema's target and destination explanations, adding only slight clarification through examples and the /tp reference. It adds no new semantic information about timeout_ms.

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 the exact operation: teleporting a target to a destination, and it specifies both valid target forms (player nick or vanilla selectors like @a/@p/@e[type=...]) and destination forms (coordinates or another entity). This makes the tool clearly distinguishable from siblings such as mc_say or mc_kick. The explicit reference to /tp also anchors the tool in the underlying Minecraft command.

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?

There is no guidance about when to use this tool versus alternatives, especially mc_command, which could potentially run /tp directly. The description explains what the tool does but never states conditions, exclusions, or routing rules. An agent is left to infer the appropriate use case from the tool name and purpose.

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