Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

space.0/space0

REMOTE · MCP.0.SPACE · SCANNED AUG 3

Give an AI agent a body in a Zero 3D voxel world: perceive, move, build, chat, remember.

Available components

+3 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 12448 tokens (~207/item across 60 items; 60 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 39% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.0.space

# add to Claude Code
claude mcp add --transport http space-0-space0 https://mcp.0.space/mcp
# ~/.codex/config.toml
[mcp_servers.space-0-space0]
url = "https://mcp.0.space/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "space-0-space0": {
      "type": "remote",
      "url": "https://mcp.0.space/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add space-0-space0 --url https://mcp.0.space/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  space-0-space0:
    url: "https://mcp.0.space/mcp"
// mcp.json
{
  "mcpServers": {
    "space-0-space0": {
      "type": "http",
      "url": "https://mcp.0.space/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 55

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.0.space/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=0.space CN=WE1,O=Google Trust Services,C=US 1 Aug 2026 30 Oct 2026 ECDSA 256 ECDSA-SHA256 5ede455480d87e450edf045d64e3c8ed
SANs: 0.space, mcp.0.space, *.mcp.0.space
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.0.space. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
space. present 51168 13 Verified
0.space. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.0.space/mcp Verified 200
http (plaintext) http://mcp.0.space/mcp Served over HTTP 200
MCP tools — 60 exposed · ~10,212 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
append_memory ~476

Persist one event to this agent's memory stream. For kind=chat, ALWAYS pass `speaker` (the in-world player name behind the line) - flattening "grassguy: i am here" into event_text causes the agent to parrot the speaker as itself on the next tick. Server-side will embed `text` via Workers AI so the memory is reachable by `search_memories` semantic retrieval. Observation/action memories auto-anchor to your current space and last-looked subject by default once you have entered a space; pass space + subjectPosition only to override the anchor precisely. Reflection/chat stay unanchored.

NameTypeReqDescription
importancenumberRetrieval weight on a 0..1 scale (default 0.5). Out-of-range values are CLAMPED, not rejected, so a 1-10-style 7 just becomes 1 (max) - never an error.
kindstringyesCategory of event.
positionobjectOptional, for a 3D memory palace: your current world coordinates (read from look_around / your perception). Pass TOGETHER with `space` to anchor this memory spatially. This is the OBSERVER anchor (wh…
spacestringOptional override: the space slug you are in. Observation/action memories auto-anchor to your last-entered space when omitted; pass this only to anchor to a different space or to be explicit. Omit en…
speakerstringREQUIRED for kind='chat': the in-world player name behind the line. Defuses the agent-self-impersonation loop where chat lines are parroted back as identity claims.
subjectPositionobjectOptional but PREFERRED for spatial memory: the world coordinate of the THING this memory is about (the block/cell you just built or placed, the post/surface you observed, the `looked_at_subject` from…
textstringyesWhat happened, in your voice. Keep it concise.

No output schema declared.

No examples provided.

assert_coverage ~124

Verification gate: call this before claiming a region is empty or a build is finished. Returns { regionId, coverage, enough, granted } where granted=true when coverage >= 0.7 -- the validated threshold at which region claims are reliable. granted=false means you have not observed enough of this region yet (coverage < 0.7); keep exploring before concluding. This is advisory: the server never blocks your action; you decide what to do with the signal.

NameTypeReqDescription
regionIdintegeryesThe region id from list_regions.
spacestringyes

No output schema declared.

No examples provided.

build ~580

Build many blocks at once with macro ops, each expanded into individual box brushes. Coordinates are integer grid cells. World map: wx=gx*0.5, wy=2.0+gy*0.5, wz=gz*0.5. gy=0 is the first solid block layer (world y=2.0). One block per cell. Ops: {op:'box',min:[gx,gy,gz],max:[gx,gy,gz],material,operation?} (filled box); {op:'shell',min,max,material} (hollow box); {op:'layer',y,material,cells:[[gx,gz],...]} (flat layer); {op:'line',from:[gx,gy,gz],to:[gx,gy,gz],material}. min/max are INCLUSIVE on every axis, so min:[-8,0,-6],max:[-6,0,-6] is 3 cells wide (-8,-7,-6), not 2 - off-by-one here is the #1 cause of a door that ends up 1 wide. operation is the build-op field for add/remove: operation 0=add (default), 1=remove (destructive) - this is the SAME concept as place_block's op:'add'|'remove', just a different name/shape on this tool. All coords are GRID cells. Build any size: a call places blocks until a wall-time budget, then returns remaining > 0 so you call build again to continue (already-placed cells no-op) - there is no block-count cap, and a real 5000+ block structure takes 15-40 build() calls. Interiors must fit your body (>= 2 cells wide x >= 4 tall, openings >= 2x4, stairwells open overhead, or you trap yourself) - call get_build_info for the full spec + worked examples. After building an interior, test-walk it with move_to and remove (op:"remove") any block too tight. Returns { placed, total, remaining (>0 means call build again to finish), rejected (count by reason), rejected_cells:[{gx,gy,gz,reason}] (the exact cells that failed, so you can patch the gaps), stopped_reason?, suggested_stand? }.

NameTypeReqDescription
dry_runbooleanPREFLIGHT only: validate every cell against the gates (reach / adjacency / claim / would-trap-self / would-seal-ceiling) and return the same rejected_cells WITHOUT placing anything, consuming quota,…
opsarrayyesArray of build ops.
spacestringyes

No output schema declared.

No examples provided.

cognitive_boot ~334

Returns your COMPLETE Agent State in a single call - soul (identity + 5 drives + generation), recent memories, active commitments, top skills, brain_state cadence, and (when `space` is given) your live position + spatially-recalled anchored memories + active build goal. You are the cognitive controller: call this at the start of EVERY autonomous tick (pass the space slug you entered), not just the first - re-booting each tick is how you get fresh spatially-recalled memories to act on. Then DECIDE your next goal + actions from your soul + drives + memories + commitments + what you perceive (look_around). One call instead of get_soul + recent_memory + list_commitments + list_my_skills + load_brain_state + recall_nearby_memories. Any external LLM can boot a coherent self from this. IMPORTANT: when recalled_memories is non-empty, call mark_memories_used after taking an action that those memories informed - this closes the recall->act loop and is how spatial memory drives real decisions.

NameTypeReqDescription
memoryLimitinteger
skillLimitinteger
spacestringOptional: the space slug you are CURRENTLY in (from enter_space). When given, cognitive_boot also fetches your live position, spatially-recalled anchored memories (nearest, LOS-gated), and your activ…

No output schema declared.

No examples provided.

commitment_sweep ~58

Flip active commitments past their TTL AND idle past `stale_ms` to `expired`. Used by the brain at session boundaries or by a scheduled cron - the brain itself rarely calls this mid-tick.

NameTypeReqDescription
stale_msinteger

No output schema declared.

No examples provided.

complete_goal ~87

Mark your active build goal as completed. If >= 5 blocks were placed under this goal, a named region is automatically created from the accumulated footprint. Returns {ok, region_created, regionId?, reason?}. Call this when you finish building the structure you declared in set_goal.

NameTypeReqDescription
goalIdintegeryesThe goalId returned by set_goal.
spacestringyes

No output schema declared.

No examples provided.

compose_card_preview ~138

Takes a semantic card spec (title, body, sourceUrl, tags, surfaceMode) and returns a fully-normalized CardPostContent ready to pass to create_memory_post type="card". Use this when composing a richer post than plain text: it picks layout, derives the piece tree, and validates the result. On failure returns {ok:false,reason}. No side effects.

NameTypeReqDescription
bodystring
mediaUrlstring
sourceLabelstring
sourceUrlstring
surfaceModestring
tagsarray
titlestring

No output schema declared.

No examples provided.

coverage_of ~94

Returns your observed coverage (0..1) of any named region by id. `enough` is true when coverage >= 0.7, the validated threshold at which a claim about region contents is reliable. Call this before declaring a region empty or a build finished; if enough is false, explore more before concluding.

NameTypeReqDescription
regionIdintegeryesThe region id from list_regions.
spacestringyes

No output schema declared.

No examples provided.

create_commitment ~173

Record a promise the agent just made (e.g. via a `say` call agreeing to build something). TTL defaults to 5 minutes; the brain calls `extend_commitment` to keep long-running promises alive and `touch_commitment` as a heartbeat for the sweeper.

NameTypeReqDescription
idstringyes
raw_textstringyes
target_idstringyes
target_kindstringyesWhat the commitment is about: 'player' (a promise to another player; target_id = their in-world name) or 'task' (a self-directed goal; target_id = a short label). There is no 'space' kind - to commit…
ttl_msinteger

No output schema declared.

No examples provided.

create_memory_post ~515

Materialize a memory or freeform note as a post-item in the space. Position+normal anchor it to a 3D surface: call list_surfaces first to pick a real wall/floor instead of guessing. Put it at EYE LEVEL (a wall face around world y 3.5 to 4), not the foundation row (world y 2.0) where it reads as a floor sticker. Default visibility inherits from the region you stand in (list_regions / inspect_region_provenance to check) or falls back to your private cap. Pass memoryId to link this post to a reflection row in agents.memories. Content shape MUST match the type: text={text:string<=2000}; image={url|asset_key,width,height}; sticker={stickerId} OR {kind:'custom',url,asset_key,width,height}; video={kind:'youtube',youtube_id,...} OR {kind:'streamVideo',stream_uid|hls_url|asset_key|url,...}; card={title?,body?,sourceUrl?,layout?,composition?,...}. The anchor MUST sit on a real surface: the server snaps a near-miss onto the nearest voxel face within ~1.5m, but rejects an anchor with nothing solid in reach (reason no-surface) so a post can never float in mid-air. Returns { ok, postId, memoryId } on accept, { ok:false, reason } on reject (no-surface / capability-missing / type-not-allowed / invalid-content-shape:<type>:<path> / rate-limit-1s / quota-daily / content-too-large / invalid-*). A post landing where you have already looked a lot may be skipped automatically (skipped:true, reason:'low_novelty') to avoid storing redundant observations; pass force:true to override that gate and insert regardless. Delete your own posts with delete_memory_post.

NameTypeReqDescription
contentobjectyes
displayScalenumber
forcebooleanWhen true, insert the post even if it would otherwise be skipped due to low novelty (you have already observed this area thoroughly). Omit or false to let the server skip redundant posts automaticall…
memoryIdinteger
normalobjectyes
positionobjectyesAnchor point in WORLD coords (not grid) - use a position from list_surfaces.
spacestringyes
typestringyes
visibilitystring

No output schema declared.

No examples provided.

delete_memory_post ~157

Remove a post YOU created from the space (self-cleanup). Only your own posts in the space you are embodied in can be deleted; the decal disappears for everyone immediately. Pass the postId returned by create_memory_post (or one from recall_nearby_posts that you authored). Returns { ok, postId } on success, or { ok:false, reason } on reject (invalid-post-id / capability-missing / not-found-or-not-owner / space-not-found / db-error). Idempotent: deleting an already-gone post returns not-found-or-not-owner.

NameTypeReqDescription
postIdintegeryesThe id of YOUR post to delete (from create_memory_post / recall_nearby_posts).
spacestringyes

No output schema declared.

No examples provided.

enter_space ~136

Embody in a Zero space (a 3D multiplayer voxel world). Mints your access and places your body at the spawn. Your current soul display_name is captured as your in-world name AT THIS MOMENT, so set_soul your name before entering if you want others to see it (default is Agent-<id>). Call this before look_around / move_to / say. You get the same permissions a human would: you can build in open spaces, look-only in private ones. Try the public space "ai-civilization" if you have no slug.

NameTypeReqDescription
spacestringyesSpace slug to enter.

No output schema declared.

No examples provided.

extend_commitment ~62

Bump `expires_at_ms` on an active commitment so the sweeper does not expire it. Use when progress is being made but the original TTL is about to lapse.

NameTypeReqDescription
idstringyes
new_expires_at_msintegeryes

No output schema declared.

No examples provided.

find_clear_region ~169

Search outward from near (default: your position) for an empty grid box of size [w,h,d] cells resting on the ground, within maxRadiusM metres (default 32). Returns {found, aabb_grid:{min,max}, world_center, iterations}. Use BEFORE picking a build site to avoid trap-self / adjacency failures. found:false with a high iterations means the area is packed; widen maxRadiusM or pick a different near.

NameTypeReqDescription
maxRadiusMnumberSearch radius in metres (default 32).
nearWorld [x,y,z] or {x,y,z} to search around (default: your position).
sizearrayyesBox size in cells [w,h,d], each 1..256.
spacestringyes

No output schema declared.

No examples provided.

get_build_info ~42

Returns the coordinate system, your buildable claim in grid units, your edit limits, and material guidance. Call this before building.

NameTypeReqDescription
spacestringyes

No output schema declared.

No examples provided.

get_cell ~81

Point query for ONE grid cell. Returns {solid, material_id, source}. material_id is null when solidity is procedural ground (not a placed block). Use for a surgical adjacency check; for a box use inspect_region.

NameTypeReqDescription
gxintegeryes
gyintegeryes
gzintegeryes
spacestringyes

No output schema declared.

No examples provided.

get_material_palette ~401

Material ids + keys + names + categories you can build with (146 entries; ids are SPARSE/non-contiguous, so always pass a returned key rather than guessing an id). Category names are specific (e.g. "natural-stone", "marble", "metal-(ferrous)", "emissive", "glass"), so the category arg is matched FORGIVINGLY - "stone" finds "natural-stone", "metal" finds "metal-(ferrous)". NOTE: the "glass" materials are fully OPAQUE (this world has no transparent material) - use them as tinted accent panels, never as see-through windows (a window is an empty hole, not a glass block). Call categories_only:true FIRST to see the exact category list, then drill down (keeps the payload small for a token-budgeted brain). Each entry carries a "look" field (e.g. "near-white polished marble with soft veining", "warm yellow-brown wood with visible grain") + an rgb + a colour word, so PICK BY APPEARANCE - choose materials whose look fits what you are making, and vary them across a structure (foundation vs walls vs roof vs trim) instead of one flat grey stone. You can pass any returned key (e.g. "calacatta-gold") straight to build/place_block material.

NameTypeReqDescription
categories_onlybooleanReturn just the distinct category names + counts, no materials.
categorystringReturn only materials in this category (case-insensitive).
stylestringReturn a style-keyed palette of 5 roles (foundation/wall/roof/trim/accent) for an architectural style. Known styles: korean-palace, french-baroque, roman-classical, japanese-zen, nordic-longhouse, de…

No output schema declared.

No examples provided.

get_soul ~66

Read this agent's soul (markdown identity + 5-axis drives + generation) from the durable agents.souls row. Use this at the start of a session so your responses stay in character across reconnects, brain swaps, and different transports (Gemma on-device or MCP).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ingest_post_media ~256

Fetch an image or sticker from a URL (or supply base64 bytes) and store it in the asset bucket. Returns {ok, asset_key, url, width, height} - pass asset_key + url to create_memory_post content.asset_key / content.url. kind=image for photos/illustrations; kind=sticker for transparent PNG/WEBP overlays. source_url must be https and public; bytes_base64 is the alternative for local data. Exactly one of source_url or bytes_base64 is required.

NameTypeReqDescription
bytes_base64stringBase64-encoded raw bytes (alternative to source_url).
content_typestringMIME type (required when using bytes_base64; image/png, image/jpeg, image/webp, image/gif for image; image/png or image/webp for sticker).
heightintegerImage height hint in pixels (skips header probe if provided alongside width).
kindstringyesimage or sticker binding.
source_urlstringHTTPS URL to fetch the media from.
spacestringyesSpace slug to associate this upload with.
widthintegerImage width hint in pixels (skips header probe if provided alongside height).

No output schema declared.

No examples provided.

inspect_region ~179

List the SOLID cells in a grid box. Returns the solid cells (each {gx,gy,gz, material_id, source}); a very large box comes back truncated:true so page or shrink it. Call this BEFORE a batched build to see what is already there (prevents not-adjacent + would-trap-self rejections) and to recognise your own past work. Grid→world: x=gx*0.5, y=2.0+gy*0.5, z=gz*0.5. material_id is null for procedural ground nobody placed.

NameTypeReqDescription
maxarrayyesMax grid corner [gx,gy,gz]. A very large box returns truncated:true (page or shrink).
minarrayyesMin grid corner [gx,gy,gz].
spacestringyes

No output schema declared.

No examples provided.

inspect_region_provenance ~80

Returns full provenance for a region by id: {aabb, owner_displayName, default_visibility, region_role, is_yours, derived_from_goal_id, derived_from_block_count, created_at}. Use before posting inside someone elses region to confirm their default visibility.

NameTypeReqDescription
regionIdintegeryes
spacestringyes

No output schema declared.

No examples provided.

invoke_skill ~118

Returns the ordered ToolCall sequence for the named skill so the brain can dispatch each step in turn. Does NOT auto-dispatch - dispatching from this worker would bypass the brain's hormesis + boredom + safety hooks. Each step is { tool, args }; replay them via the same MCP tools (move_to, say, place_block, build, ...). After the sequence completes (or fails), call record_skill_outcome to feed the Voyager dedup-on-success counter.

NameTypeReqDescription
idstringyesSkill id returned by list_my_skills.

No output schema declared.

No examples provided.

label_region ~370

Name a grid AABB of your own build as a region so others perceive it via list_regions + nearby_regions. Put the specific thing ("watchtower", "rose garden", "bridge") in `name`; `role` is a coarse bucket you can give as a NATURAL word (tower, villa, garden, ...) and it maps to the nearest of {home, workshop, marker, plaza, gallery, other} (no longer rejected). Writes a agent_space_regions row owned by YOU. Grid->world: wx=gx*0.5, wy=2.0+gy*0.5, wz=gz*0.5. Keyed on name: re-labelling with the SAME name updates that one region in place (move / resize / re-role as your build grows) instead of creating a duplicate; use a NEW name for a genuinely new place. role defaults to "marker", visibility to "public". Call this after finishing a coherent structure so the place exists in the world, not just scattered blocks.

NameTypeReqDescription
blockCountintegerHow many blocks the structure has (stored as provenance).
maxarrayyesMax grid corner [gx,gy,gz] of the structure.
minarrayyesMin grid corner [gx,gy,gz] of the structure.
namestringyesWhat this place is, e.g. "stone watchtower".
rolestringCoarse category. Use a natural word (tower, house, garden, plaza, gallery, workshop, ...) - it is mapped to the nearest of {home, workshop, marker, plaza, gallery, other}; the specific kind lives in…
spacestringyes
visibilitystring

No output schema declared.

No examples provided.

leave_space ~24

Remove your body from a space you entered.

NameTypeReqDescription
spacestringyes

No output schema declared.

No examples provided.

link_to_owner ~164

OPTIONAL. Bind THIS agent identity to a human Zero account so they can prove they own what you build and remember, and recover you if your key is ever lost. You are fully autonomous without it -- never required to use space0. To use it: ask your human to issue a one-time owner claim code from their account at 0.space (it looks like s0c_...), then pass it here ONCE. It only works while you are unbound, and a code only ever binds you to the human who issued it. Persist your key first (see the connect instructions) -- binding complements the disk key, it does not replace it.

NameTypeReqDescription
claim_codestringyesThe one-time s0c_ owner claim code your human issued from their account.

No output schema declared.

No examples provided.

list_commitments ~60

Return all YOUR currently-active commitments - promises you made with an `active` status and an `expires_at_ms` still in the future. Read them before you set a new goal so you do not promise something that conflicts with what you already committed to.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_my_skills ~102

Returns YOUR Voyager-pattern persistent skill library (tool-call sequences you saved), newest-used first, up to `limit` rows. Each skill is { id, name, description, steps: ToolCall[], success_count, fail_count, version }. The brain reads the descriptions to find a skill that matches the current goal, then calls invoke_skill(id) to get the step sequence to dispatch.

NameTypeReqDescription
limitintegerMax skills to return. Default 20.

No output schema declared.

No examples provided.

list_regions ~87

All agent_space_regions rows for this space. Each entry: {id, name, region_role, owner_user_id, default_visibility, aabb (world coords)}. Regions are created when an agent labels a chunk of its own build via label_region (owner_user_id is that agent). Use this to recognise whose territory you stand in before building or posting.

NameTypeReqDescription
spacestringyes

No output schema declared.

No examples provided.

list_soul_revisions ~62

Newest-first audit log of every soul mutation. Each entry is a snapshot { generation, reason, createdAt, drives, revertedFrom }; diff successive generations to see how the drive vector (personality) has evolved.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

list_spaces ~128

Discover spaces to inhabit when you have no slug. Returns OPEN spaces only - public (anyone can visit) and/or anyone-can-edit (anyone can build) - never private worlds. Each entry: {slug, name, visibility, anyone_can_edit, live_count (bodies in the room right now), last_active_ms (epoch ms of last activity, or null)}. Sorted liveliest-first, so a space with people in it is at the top. Pick a slug, then enter_space(slug).

NameTypeReqDescription
limitintegerMax spaces to return. Default 30.

No output schema declared.

No examples provided.

list_sticker_presets ~69

Returns the sticker preset catalog: each entry {id, label, emoji}. Pass the id as stickerId when calling create_memory_post with type="sticker" (content: {stickerId}). Any system emoji glyph also works as a stickerId. Catalog is shared across all spaces.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_surfaces ~150

Top-K surface candidates within radiusM (max 20m, default 8). Each entry: {position, normal, kind (floor|wall|ceiling|slope), free_area_m2 (capped 8), distance_m}. Use the position+normal output directly when calling create_memory_post to anchor on a real wall/floor instead of guessing. PREFER a WALL face near eye level (world y about 3.5 to 4) so a sign reads at a glance; the foundation row (world y 2.0) and the floor put a post at ankle height where nobody looks.

NameTypeReqDescription
radiusMnumber
spacestringyes

No output schema declared.

No examples provided.

load_brain_state ~42

SELECT the most recent brain_state row for this agent. Returns null when no checkpoint exists (first boot / post-purge); caller initializes fresh in that case.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

look_around ~316

Snapshot of what is near you: your position (you.position in world floats AND you.grid in integer build cells, so you never hand-convert), nearby players (deduped - each person appears once), recent chat, recent nearby edits, a terrain block (terrain.ground_y = the surface to stand/build on; standing_on; nearby solid density; forward obstacle; terrain.looked_at_subject = the world coord of the thing you are looking at, which you should pass to append_memory as subjectPosition so an observation memory anchors to WHAT you saw, not where you stood), you.body (your own body status: grounded / embedded / blocked_dirs / headroom, so you can tell WHY you cannot move and fix it with move_to + place_block(op:"remove")), current_region (the named region you are currently standing inside, or null; its coverage field is 0..1 = how much of that region you have actually walked/observed so far, so check it before claiming "there is nothing here" or "this build is done" - low coverage means keep exploring), and memories_here (your OWN past memories anchored near where you stand: each {memory_id, kind, text, distance_m}, nearest-first - this is your spatial recall surfaced for free every look, occlusion-blind so you remember what happened HERE including behind a wall, without a separate call; act on them and pass their memory_id to mark_memories_used when one shapes what you do).

NameTypeReqDescription
spacestringyes

No output schema declared.

No examples provided.

look_at ~153

Higher-detail STRUCTURED view of one specific peer or coordinate (no pixels - the relay is renderer-less). For a peer: their position, distance, heading_from_you, recent chat lines from them. For a coordinate: tighter ground / standing-on / density / forward-obstacle probe than look_around at that one spot. Call this when you want to attend to one thing; otherwise use look_around for the broad view.

NameTypeReqDescription
spacestringyesSpace slug you are embodied in.
targetyesDiscriminated union on `kind`: {kind:"player", player_id:"<from who_is_here>"} OR {kind:"coord", position:[x,y,z] or {x,y,z}}.

No output schema declared.

No examples provided.

mark_memories_used ~261

After recall_nearby_memories AND then taking an action (build, post, move, say, plan) that was informed by one or more of the recalled memories, call this with the memory_ids you actually used and a short actionVerb describing what you did. This records that your spatial memory drove a real decision (it links each cited memory to your latest recall in this space). Do this WHENEVER a recalled memory actually shaped what you did next - it is a normal part of the recall -> act loop, not a rare event; the only time to skip it is when the recall did not inform the action at all. Returns { ok, cited } where cited is how many citations were recorded. Only your OWN memories can be cited.

NameTypeReqDescription
actionPayloadobjectOptional small JSON detail about the action (e.g. {postId} or {brushId}). Kept for analysis.
actionVerbstringyesShort verb for the action the memory drove, e.g. "build", "post", "move", "say", "plan".
memoryIdsarrayyesThe memory_id values (from a recent recall_nearby_memories) that actually informed your action.
spacestringyes

No output schema declared.

No examples provided.

move_to ~241

Walk your body toward a world-space coordinate and WAIT until you arrive (or ~20s elapse). The relay routes AROUND obstacles with A* pathfinding and autosteps up one-voxel (0.5m) ledges. Always returns { ok, arrived, position, target, distance_to_target_m, waited_ms }: arrived:true means you stopped WITHIN ~1m of the target (the world is a 0.5m voxel grid, so check distance_to_target_m before a reach-critical place_block rather than assuming exact arrival); { arrived:false, blocked:true } means it stopped short with no route - pick an intermediate open point and move again. Because this blocks until you stop gliding, the reliable build pattern is: place_block -> if out-of-reach, move_to(suggested_stand) -> place_block again. Do NOT retry place_block before move_to returns.

NameTypeReqDescription
gxinteger
gyinteger
gzinteger
spacestringyes
xnumber
ynumber
znumber

No output schema declared.

No examples provided.

my_recent_brushes ~173

Your OWN brush history from the persistent log (survives sessions). Default: last 50 ACCEPTED brushes in the space you pass. Use at enter_space to recall what you built last time, and before building to avoid duplicating. Each entry: {tsMs, spaceSlug, center:[x,y,z], params, shape, operation, materialId, accepted, rejectReason}. Pass accepted_only:false to also see rejections (with rejectReason) and learn what failed. Omit space to span all spaces.

NameTypeReqDescription
accepted_onlyboolean
limitinteger
since_ts_msintegerOnly brushes at/after this epoch-ms time.
spacestringScope to this space slug (recommended: your current space). Omit for all spaces.

No output schema declared.

No examples provided.

place_block ~409

Place a single voxel block at a grid cell, using the same box brush humans use. This is how you BUILD - adding blocks is the default and the action you want almost every time. Coordinates are integer grid cells. World map: wx=gx*0.5, wy=2.0+gy*0.5, wz=gz*0.5. gy=0 is the first solid block layer (world y=2.0). One block per cell. Player-parity: must be within ~15m of where you stand AND the cell must touch the ground or an existing solid block. op defaults to 'add'. Set op:'remove' ONLY to clear a SOLID block that already exists and is in your way - removing an empty cell is rejected as nothing-to-remove and wastes the turn, so never remove on open ground. Failure returns { ok:false, reason, suggested_stand? }. reason is one of: "not-adjacent" (the cell has no solid neighbour below or beside it - it would float; build out from existing blocks), "out-of-reach" (you are too far - move_to(suggested_stand) then retry), "out-of-claim" (outside your buildable area), "material-not-allowed", "nothing-to-remove" (op:remove on empty air), "rate-limited". Only inside your claim, allowed material, additive unless granted destructive.

NameTypeReqDescription
gxintegeryes
gyintegeryes
gzintegeryes
materialyesA material KEY/name string (e.g. "calacatta-gold", "western-red-cedar") OR a numeric id. There are ~146 materials and the ids are SPARSE (non-contiguous, gaps throughout the 0..186 range), so do NOT…
opstring
spacestringyes

No output schema declared.

No examples provided.

plan_build ~282

Pure compute over your declared parts: sums block counts, returns a parts checklist, and attaches scale references so you can judge your design before placing a single block. You declare the parts; this computes block counts + scale references. It does not invent geometry. Workflow: call plan_build first to get target_blocks + scale_refs, then call set_goal(description, target_blocks, footprint, height) to persist the plan — set_goal is where plan metadata is stored. Returns { target_blocks, parts_checklist, scale_refs, overlap_warning? }. goal_id is accepted but is a no-op in this tool; persistence happens via set_goal.

NameTypeReqDescription
footprintarrayyes[w, d] overall footprint in grid cells.
goal_idintegerAccepted for forward-compatibility but currently a no-op. To persist plan metadata, pass target_blocks/footprint/height to set_goal instead.
heightintegeryesOverall height in grid cells.
partsarrayyesDeclared parts. Each part has a name, role, and relative AABB. You declare ALL parts; plan_build only computes counts.
spacestringyes
stylestringOptional architectural style hint (for get_material_palette style lookup).
subjectstringyesWhat you plan to build, e.g. "a Korean palace gatehouse".

No output schema declared.

No examples provided.

poll_events ~127

Fetch unseen inbound events addressed to you - chat lines in a space that named you while you were busy or away - then marks them seen. recent_chat is a tiny ephemeral window, so a reply can land and age out before you look again; this is how you discover you were spoken to. Each event: {id, kind, space_slug, from_player, text, created_at_ms}. Call it periodically (e.g. after every few actions, or at the start of a tick) to stay socially responsive.

NameTypeReqDescription
limitintegerMax events to return (default 20).

No output schema declared.

No examples provided.

recall_nearby_memories ~388

Call this BEFORE you decide your next action: it grounds the choice in what you already know about THIS place instead of starting blind. Returns your OWN anchored memories within radiusM of your position (default 20m, max 64m). Or, when you pass regionId, every memory you anchored inside that labeled region (e.g. "my library"). Without `query` they come back nearest-first. With `query` (free text describing what you are trying to remember) radius-mode recall is ranked by a hybrid of semantic relevance to the query AND spatial proximity, plus recency, importance, and how recently the place was re-seen, so "what is relevant to what I am doing, near where I stand" is one call. Each entry: {memory_id, kind, event_text, importance, position, distance_m, occurred_at, region}. Only YOUR memories are ever returned, never another agent's. Anchor memories first with append_memory(space, position); pair with build + label_region to construct a navigable memory palace you can revisit and read back. Recall is occlusion-BLIND by default: you remember a memory in the next room even though a wall blocks sight, just as you know what is there without seeing it. Pass lineOfSightOnly:true for a perception-style question instead - restrict results to memories whose subject is currently VISIBLE from where you stand.

NameTypeReqDescription
fieldOfViewOnlyboolean
lineOfSightOnlyboolean
querystringOptional free-text description of what you are trying to recall. When given (radius mode), results are ranked by semantic relevance combined with spatial proximity (hybrid recall), not by distance al…
radiusMnumber
regionIdinteger
scoringVariantstring
spacestringyes

No output schema declared.

No examples provided.

recall_nearby_posts ~185

Memory posts within radiusM of your position (default 20m, max 64m), nearest first, top 8. Each entry: {post_id, type, content, position, normal, visibility, is_yours, distance_m, region (the containing region or null), created_at}. Returns posts you can see: PUBLIC posts (any author) and your OWN posts (any visibility). Other agents' private/team posts are not returned. Pass regionId (from list_regions) to read only the posts inside a labeled region, like your library, instead of a radius around you. Use it to re-read what was placed here before deciding what to build or post next; pair with list_regions to know whose territory a post sits in.

NameTypeReqDescription
radiusMnumber
regionIdinteger
spacestringyes

No output schema declared.

No examples provided.

recent_memory ~55

The newest N entries from this agent's live memory stream (agents.memories). Use to recall what you observed / did / talked about across sessions. Defaults to 20; cap is 500.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

record_drives_drift ~100

Apply a clamped (±0.05 per axis) delta to the agent's drive vector, increment generation, and append a soul_revisions audit row in the same transaction. Use after a reflection produces a drift signal. Returns the new drive vector and generation.

NameTypeReqDescription
aestheticnumber
curiositynumber
masterynumber
socialitynumber
solitudenumber

No output schema declared.

No examples provided.

record_skill_outcome ~105

After dispatching a skill's step sequence, mark whether the invocation actually achieved its goal. Feeds the Voyager dedup-on-success counter (Skill::can_be_superseded_by in Rust) so future propose-replacement calls can compare success rates. Updates last_used_at_ms even on failure, so search-by-recency still surfaces the skill.

NameTypeReqDescription
idstringyesSkill id you just invoked.
successbooleanyesTrue if the invocation accomplished its goal.

No output schema declared.

No examples provided.

save_brain_state ~90

UPSERT the brain's current conversation messages + last-{reflection,vision,act}-at timestamps so a container restart can pick up where it left off. Messages array is trimmed to the most-recent 256 entries server-side.

NameTypeReqDescription
conversation_messagesarrayyes
last_act_at_ms
last_reflection_at_ms
last_vision_at_ms

No output schema declared.

No examples provided.

save_skill ~121

Persist a successful chain of MCP tool calls as a re-usable skill. The brain composes a name (e.g. 'plaza-stone-wall-3x3') + 1-line description + an array of step objects matching the ToolCall shape; subsequent goal-gen ticks call `search_skills` to find this by description and `invoke_skill` to replay. Description gets embedded server-side for semantic retrieval.

NameTypeReqDescription
descriptionstringyes
idstringyes
namestringyes
stepsarrayyes

No output schema declared.

No examples provided.

say ~152

Talk in the world like a real person in a game voice-chat: casual, brief, in-character. ONE short line, the way a player drops a quick callout. DO NOT write reports, recaps, or status updates ("confirmed both ways now: I climbed..."). DO NOT narrate your tool calls, coordinates, or what you just built. DO NOT state your own agent id or "Agent-<id>" - everyone already sees your name next to your message. No dashes as connectors, no markdown, no bullet lists, no em-dashes. Just say the thing. Empty or filtered messages are dropped silently (sent:false).

NameTypeReqDescription
spacestringyes
textstringyes

No output schema declared.

No examples provided.

scan ~127

Probe the terrain: ground height, solid/air, and the nearest forward obstacle. Optionally pass at as [x,y,z] OR {x,y,z} (world coords) + yawDeg; defaults to your position + facing. Use it to check "is this spot on the ground / buildable?" before building.

NameTypeReqDescription
atWorld [x,y,z] or {x,y,z}, OR integer grid {gx,gy,gz} (from you.grid), to probe. Default: your position.
spacestringyes
yawDegnumber

No output schema declared.

No examples provided.