Skip to main content
Glama
TokonoMix

tokonomix-council-mcp

Official
by TokonoMix

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

TableJSON Schema
NameRequiredDescriptionDefault
filesYesThe files/snippets to stage. Each is staged verbatim or digested server-side (the verbatim budget is server-bounded).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full responsibility. It discloses key behaviors: ephemeral storage (auto-purged), region-pinned (EU default), SSRF safety (never fetches caller URL), and feature-gating (returns 'not enabled' instead of error). This is exceptional transparency beyond basic parameter descriptions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence adds value: purpose, workflow, ephemeral/security properties, feature-gate, and alternative usage. It is structured with a clear logical flow and no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This tool has a simple schema but significant behavioral complexity. The description covers return value semantics, the expected follow-up call, security constraints, and error handling. Since there is no output schema, the description adequately fills that gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with per-field descriptions. The description adds context about how files are processed (verbatim vs digested, server-bounded budget) and how the result is used, which goes beyond the schema. It does not restate parameter names, but its extra semantic layer about staging behavior earns a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a specific verb and resource: "Stage large context (over the inline cap) for a grounded consensus call." It clearly differentiates from siblings by referencing tokonomix_consensus_ask and inline context, and it states the return type (session + handles). This is a model of purpose clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides usage guidance: use this tool for large context (over the inline cap) and use inline context.inline for small payloads. It also explains the workflow (pass the returned session to tokonomix_consensus_ask) and the feature gate behavior, which helps the agent decide when to invoke this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TokonoMix/tokonomix-council-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server