Skip to main content
Glama

Create TON Storage bag

storage.create_bag

Create and seed a new TON Storage bag from explicit file contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
filesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare this as a non-read-only, open-world operation, and the description adds the 'seed' behavior, indicating initial content upload. However, it does not disclose consequences like duplicate bag handling, funding requirements, or external side effects beyond creation.

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 entire description is a single 12-word sentence that is front-loaded with the action and resource. It contains no redundant information.

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

Completeness3/5

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

For a create tool with two parameters and no output schema, the description is serviceable but lacks return-value information and any context about the 'name' field. It does not fully cover the behavior necessary for an agent to invoke it confidently, though the schema fills some gaps.

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

Parameters2/5

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

The schema has two parameters but the description provides 0% parameter coverage. It only vaguely says 'explicit file contents,' leaving the optional 'name' parameter and the file object structure (text vs. base64) unexplained.

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 uses a specific verb 'create and seed' with the resource 'TON Storage bag' and source 'explicit file contents,' clearly differentiating it from other storage operations like deleting, listing, or pinning. This directly states what the tool does.

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

Usage Guidelines3/5

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

The description implies the tool is for creating and seeding a bag from file contents, but it offers no explicit guidance on when to choose this over related tools such as pin_bag or publish_files. There is no 'when not to use' or alternative tool mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation4/5

Tools are scoped by clear resource prefixes (auth, dns, sites, storage, subdomains) with specific actions. Some transaction tools share a similar 'send_*_tx' pattern and could be confused, but descriptions are detailed enough to distinguish them.

Naming Consistency5/5

All tools follow a consistent '<domain>.<action>' pattern with snake_case, and transaction tools append '_tx'. The naming is uniform and predictable across all 46 tools.

Tool Count2/5

At 46 tools, the server is heavily overloaded compared to typical MCP scopes. While the broad domain justifies some volume, the sheer number makes agent selection cumbersome and includes many highly specialized entries.

Completeness4/5

Core domains (sites, storage, subdomains, dns, auth) have robust lifecycle coverage including creation, reads, updates, deletes, and transaction confirmations. Minor gaps exist in payments (single tool) and media (no retrieval/deletion), but these are peripheral.