Skip to main content
Glama

Import an existing app

dropyour_import

Bring an EXISTING app to Dropyour in one call: zip its files (you have them — from GitHub, disk, another host) and pass the archive. A single-HTML archive publishes like dropyour_publish, any tier, no account. A multi-file archive walks the whole ladder for you — publish the entry HTML, graduate to tier 4, upload every file — and requires a Pro account token, like graduation itself. If a step is refused midway, the response says exactly what was created and what to do next; nothing is hidden. The entry file is index.html at the archive root (or the single/shallowest .html).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoA private name for this drop (only you see it). Default: the HTML <title>.
zipBase64YesThe app's files as a .zip archive, base64-encoded. index.html at the root is the entry.
expiresInSecondsNoExpiration in seconds (1h..2592000); default: your tier's default

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

With only destructiveHint=false provided, the description carries the burden of explaining side effects. It does this well by stating that a multi-file import 'walks the whole ladder,' requires a Pro account token, and that if a step is refused midway, the response reveals exactly what was created and what to do next. It does not detail every possible side effect, but the disclosed partial-failure behavior is genuinely useful.

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 compact despite covering several scenarios, and every sentence adds a distinct piece of guidance: source of files, single-HTML behavior, multi-file behavior, failure transparency, and entry-point resolution. It is front-loaded with the core purpose and uses parentheses and dashes efficiently.

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

Completeness4/5

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

For a tool of this complexity, the description covers the essential call-time decisions: archive format, entry file, account requirements, and failure behavior. There is no output schema, but the description addresses what happens on refusal; it does not describe the success return shape, though this is not strictly required. Minor omissions such as size limits or constraints on the zip remain, but the core context is present.

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%, so the baseline is 3. The description adds meaning beyond the schema by explaining that zipBase64 is a real .zip archive, that index.html at the archive root is the entry, and that a single/shallowest .html fallback is used. This gives an agent usable interpretation of the main parameter beyond the raw schema text.

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 first clause, 'Bring an EXISTING app to Dropyour in one call,' states a specific verb, resource, and input format. It explicitly distinguishes this import path from dropyour_publish by describing how single-HTML and multi-file archives behave differently.

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

Usage Guidelines4/5

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

The description explains when to use this tool: when you already have an app's files as a zip from GitHub, disk, or another host. It also contrasts with dropyour_publish for single-HTML archives and with the graduation ladder for multi-file archives, including the Pro account requirement. It stops short of explicitly saying when not to use this tool in favor of a specific alternative.

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.