Skip to main content
Glama

Get a presigned asset-upload URL

create_upload_url

Get a short-lived presigned URL to upload one brand-asset file to IBO's private storage. Requires order_token from get_order; the storage location is bound to the order server-side. PUT the raw file bytes to url, then reference key in submit_brief files[]. Allowed: jpg png webp pdf svg mp4 mov zip ai psd; 250MB/file, 1GB per order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeYesFile size in bytes
filenameYes
order_tokenYesFrom get_order

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
urlNo
errorNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true; description adds context about short-lived nature of the URL and server-side binding to order. No contradiction with annotations.

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?

Three concise, well-structured sentences that front-load the purpose and seamlessly guide the agent through the workflow.

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?

Given the output schema exists, the description adequately explains the tool's role in a larger workflow, including allowed formats and size limits. However, it omits explicit details about the response format (e.g., url and key).

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

Parameters3/5

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

Schema covers 67% with descriptions for size and order_token. Description adds context for order_token (from get_order) and file size limits, but does not enhance understanding of filename or provide additional parameter constraints beyond schema.

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 states the tool gets a short-lived presigned URL for uploading a brand-asset file to IBO's private storage. It clearly distinguishes from sibling tools like get_order (provides token) and submit_brief (uses key).

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 specifies prerequisites (requires order_token from get_order) and post-usage steps (reference key in submit_brief files[]). It also lists allowed file types and size limits, but does not explicitly state when not to use this tool.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct action: listing offers, creating checkout, verifying payment, uploading files, submitting briefs, handling custom inquiries, and checking statuses. No overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., create_checkout, get_order, list_offers) using snake_case and descriptive verbs like create, get, list, submit.

Tool Count5/5

With 8 tools, the set is well-scoped for managing production packages, checkouts, uploads, briefs, and custom inquiries. Neither too sparse nor too heavy.

Completeness4/5

Covers the main workflows (offer selection, payment, asset upload, brief submission, and custom inquiry lifecycle). Minor gaps like order cancellation or brief update tools, but sufficient for core operations.

Resources