# set_status

**Set status**

Set my Bonzai status update — a short "what's on your mind" note shown on my profile and to anyone who looks me up. Use when the user says things like "set my status to…", "update my status", or "let people know I'm…". Pass an empty status to clear it.

- **Category:** Session & identity
- **Access:** mutating (changes state)
- **Renders a UI card:** no
- **Returns:** Confirmation your status was set or cleared.

## Parameters

- `status` (string, required) — My new status update, in plain words (≤150 chars) — e.g. "heads-down shipping all week" or "just landed in Tokyo 🗼". Pass an empty string to clear my status.

## Connection

This is a tool on the Bonzai MCP server (`https://mcp.bonzai.me`). Connect any MCP
client and your agent calls it on your behalf. See https://bonzai.me/connect to connect, and
https://bonzai.me/docs for the full picture.

## Related recipes

- [The Postcard](https://bonzai.me/cookbook/the-postcard)

---

Full tool reference: https://bonzai.me/docs/tools · AI overview: https://bonzai.me/llms.txt
