tab_complete
Get autocomplete suggestions for partial Minecraft commands to discover available commands, subcommands, and valid arguments while typing.
Instructions
Get tab completion suggestions for a partial Minecraft command.
This tool provides autocomplete suggestions for commands, just like pressing Tab in the Minecraft client. Useful for discovering available commands, subcommands, and valid arguments.
Args: command_line: The partial command line to complete. Examples: "gamemode ", "island upgrade ", "give diamond"
Returns: A formatted list of completion suggestions, or a message if none are available.
Examples: - tab_complete("gamemode ") -> Lists: survival, creative, adventure, spectator - tab_complete("island ") -> Lists available island subcommands - tab_complete("give ") -> Lists available items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_line | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |