tokonomix_upload
Exceeded the inline context cap? Upload files to stage a shared session for consensus calls, ensuring all participants see the same context.
Instructions
Stage large context (over the inline cap) for a grounded consensus call (INT-1817 B08). Returns an ephemeral, region-pinned upload session: a session id + opaque handles. Pass context:{session, handles} to tokonomix_consensus_ask so all proposers + judges read the ONE shared context-pack (build-once, in-region digest). The staged content is ephemeral (auto-purged after a short retention) and region-pinned (EU by default). NEVER pass a URL — only file contents; the server never fetches a caller URL (no SSRF). Feature-gated on the account's context-upload capability: when it is not enabled the tool returns a clear "not enabled" message rather than an error. Use inline context.inline for small payloads either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | The files/snippets to stage. Each is staged verbatim or digested server-side (the verbatim budget is server-bounded). |