Skip to main content
Glama

Submit a custom production inquiry (no payment)

submit_custom_inquiry

Start a Custom Production conversation without payment. IMPORTANT: interview your user for the real project details FIRST (what they are promoting, audience, formats, delivery resolution, timing); placeholder inquiries are rejected. A 4K Campaign Series must use this route before checkout. Submits a scope inquiry; IBO then emails the customer a one-click confirmation link (double opt-in), and only a confirmed inquiry reaches the studio. Tell your user to check their inbox and click confirm. IBO replies with scope and proposal within one business day of confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYesWhat they want to make and why, in real detail (30+ chars; placeholders rejected)
nameYes
emailYesCustomer's real email; the confirmation link goes here
linksNo
notesNo
launchNo
companyNo
productNo
audienceNo
channelsNo
resolutionNoRequired production target: 1080p, 4K mastered, or not applicable for still images
constraintsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
errorNo
statusNo
messageNo

TDQS

A4.3/5.0
Behavior5/5

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

The description goes well beyond annotations by disclosing the double opt-in email workflow: 'IBO then emails the customer a one-click confirmation link... only a confirmed inquiry reaches the studio'. It also states placeholder inquiries are rejected and mentions the one-business-day response time.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and contains several important instructions in a compact paragraph. Every sentence adds value, though it's a bit dense; but for a complex workflow, this is acceptable.

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 tool's complexity (double opt-in, external email, confirmation flow), the description covers the key workflow steps, constraints, and time expectations. The output schema presumably documents return values, so the description doesn't need to, but some parameter semantics are still lacking.

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?

With only 25% schema description coverage, the description partially compensates by suggesting fields to collect ('what they are promoting, audience, formats, delivery resolution, timing') but doesn't explain all parameters (links, notes, constraints, product, etc.). It adds some semantics but not enough for a 12-parameter tool.

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 clearly states the tool's purpose: 'Start a Custom Production conversation without payment' and 'Submits a scope inquiry'. It distinguishes from siblings by specifying the no-payment route and that a 4K Campaign Series must use this route before checkout.

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?

It gives explicit usage context: 'A 4K Campaign Series must use this route before checkout' and instructs to interview for real project details first. It doesn't name alternative tools explicitly, but 'before checkout' implies a different payment tool, and the sibling list provides context.

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