# Mc Say

> Send chat message in Minecraft - social/debugging/alignment. Returns acknowledgement only

- Skill: `bdambrosio/mc-say` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/mc-say`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/mc-say/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bdambrosio (https://skillmd.com/u/bdambrosio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bdambrosio/mc-say

---


# Minecraft Say Tool

Sends chat message in Minecraft. Social, debugging, and alignment tool for communication.

## Purpose

Chat communication for social interaction, debugging output, and alignment with human observers. Sends text messages visible in Minecraft chat.

## Input

- `value`: Message text (preferred)
- `message`: Message text (alternative to value)

## Output

Returns uniform_return format with:
- `value`: Text summary (acknowledgement message)
- `data`: Structured data dict (machine-readable). Key fields:
  - `success`: Boolean

## Behavior & Performance

- Sends message to Minecraft chat
- Message visible to all players and observers
- Returns immediately after sending

## Guidelines

- Use for debugging and status reporting
- Use for social interaction with other players
- Use for alignment and transparency with human observers
- Messages are public and visible to all

## Usage Examples

Send chat message:
```json
{"type":"mc-say","value":"Hello!","out":"$ack"}
```

Send debug message:
```json
{"type":"mc-say","message":"Debug message","out":"$ack"}
```

