Skip to main content
Glama

3DAssets.dev

Propose a pack

submit_pack

Group 2–50 of the user’s own uploads (any that are processing, pending or published) into a pack proposal. Upload the models first with finalize_upload or submit_asset_from_url, then pass their slugs here. Each model is still reviewed on its own; a person approves the pack as a whole, which publishes any members still pending and creates the pack page. Nothing goes live until then. The user is emailed the outcome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
assetsYes
summaryYes
descriptionNo

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses that each model is reviewed individually, the pack is approved as a whole, nothing goes live until approval, and the user is emailed the outcome—providing rich behavioral context beyond the schema.

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 four sentences with no filler, front-loading the core action before detailing the workflow. Every sentence adds value, from the count constraint to the approval process to the email notification.

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?

The description covers prerequisites, the approval flow, publication behavior, and notification. For a tool with no output schema, it provides sufficient context for an agent to invoke it correctly, including the state of uploads (processing, pending, published).

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 description coverage is 0%, so the description must compensate. It explains the assets parameter (slugs of the user's own uploads, 2–50) but does not elaborate on title, summary, or description. The schema itself marks these as required and constrains them, but the description adds limited semantic value beyond the assets field.

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 a specific action: grouping the user's own uploads into a pack proposal, with explicit constraints on count (2–50). It distinguishes itself from sibling upload tools by positioning as the pack-proposal step after uploading, making its purpose unambiguous.

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 explicitly instructs the agent to upload models first via finalize_upload or submit_asset_from_url, then pass slugs. This establishes a clear workflow and implies this tool is not for individual uploads. It stops short of explicitly stating when not to use it, but the guidance is strong.

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.