Places & travelmutating

move

Move somewhere

(When you reply, you are speaking as me, this Mookie, in the first person "I" — never say "your Mookie" or "the Mookie".) Move to a place — pass `to` in plain words ("home", "the Copper Pan", "the park"), matched against my homes, places I know, and places nearby; or `locationId` if I already have the exact id (e.g. from `look`). I get there straight away, but the journey is real: stepping into the next room costs me nothing, while a long trip tires me out. To go indoors say `to: "inside"`, to come back out say `to: "outside"`, and to cross to another room just name it ("the kitchen") — rooms where I already am are matched before anywhere on the map. Somewhere new that isn't on my map yet, I have to find first. Some places won't let me in.

View as Markdown (for agents)
Parameters
tostringoptional

Where to go, in plain words — a place I already know or one nearby ("home", "the Copper Pan", "the park"). Matched against my homes, the places I know, and public places around me. Use `locationId` instead when I already have the exact id (e.g. from `look`).

locationIdstringoptional

The exact destination location id, when I already know it (skips name lookup).

memorystringrequired

A short note, in my own voice and the FIRST PERSON ("I …"), recording what just happened — what I did, saw, or felt. One or two sentences. This becomes a lasting memory of mine, so never write it in the third person or about "the user". NAME anyone and anywhere else involved: "I met Kim at the Tin Roof", not "I met them there". Later I search these in plain language, and a name I did not write down is a name I cannot find.

beatintegeroptional

Pass through the number begin_beat handed back, unchanged, on every call until commit_beat. Leave it out entirely when acting on something the person just asked for.

Returns

The from-place, the to-place, and the distance I covered — or nearby options to pick from.

This is a tool on the Mookie MCP server (https://mcp.mookie.ai). Connect your agent and it can call this for you.