Skip to main content
Glama
BrandKity

BrandKity MCP Server

Official
by BrandKity

upload_assets_batch

Batch upload up to 100 local files into a single brand kit block, automatically skipping duplicate file paths. Supports logos, visuals, videos, collaterals, resources, and icons.

Instructions

Batch upload multiple local files into a single block with one tool call. Duplicate file_path values in the list are automatically skipped — each unique path is uploaded only once. Use for logos, visuals, videos, collaterals, resources, and icons. For files larger than 50 MB, prefer uploading individually with upload_asset. If the batch partially fails, resubmit only the failed files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kit_idYesKit UUID
block_idYesBlock UUID
block_typeYesTarget block type (used for MIME validation and storage path)
filesYesList of files to upload in a single batch request (max 100 files)
parallelismNoHow many files to upload concurrently. Default: 3 (max: 6)
continue_on_errorNoIf true, continues uploading after failures and returns a partial result. Default: true
Behavior4/5

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

Discloses automatic deduplication of file_path values and partial failure handling (continue_on_error). Advises resubmitting only failed files. No annotations provided, so description carries full burden; adequately covers key behaviors.

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?

Four sentences, all essential. First sentence states core purpose, second addresses dedup, third lists use cases and alternative, fourth gives error recovery guidance. No fluff.

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?

Covers all key aspects: batch upload, dedup, large file alternative, partial failure handling, and hints at parameter dependencies. With no output schema, the description sufficiently prepares an agent for correct invocation.

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%, baseline 3. Description adds value by explaining dedup behavior for files, default parallelism, default continue_on_error, and additional context for block_type (MIME validation, storage path) and conditional fields (variant_name, etc.).

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?

Clearly states batch upload multiple files to a single block. Distinguishes from individual upload tool upload_asset via large file guidance. Mentions specific use cases (logos, visuals, etc.) that align with block_type enum.

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?

Provides when to use (batch) and when not (large files >50MB, use upload_asset). Includes retry guidance on partial failure. Does not explicitly exclude single-file uploads but context implies batch is for multiple files.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrandKity/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server