Server
Totem uses stateless HTTP MCP at:Authentication
Every tool call sends:Self-documenting connection
A connected agent does not need to guess the publish flow.- The MCP initialize response includes an
instructionsstring covering the full sequence. - Every tool and parameter has a description.
- Every validation violation includes a
remediationsentence. - Three read-only resources expose the current build rules.
Tools
Asking about another account’s game returns the same not-found result as asking about a game that does not exist.
Publish sequence
create_game or request_upload → HTTP PUT to upload_url → publish.
Upload URLs expire in 900 seconds.