Skip to main content
Glama

Split (creator affiliate platform)

Create collection

split_create_collection

Create a collection. name, section, layout, and query are ALL required for both kinds — create the section first and pass its uuid. query may be {}. A smart collection auto-includes every link matching its query, now and in future (useful query keys: tags, q, domains, sort). A regular collection takes an explicit link_uuids list, which only works at creation time. After creating, CHECK visible_on_splitpage in the response — it can come back false, and the collection will not render until you PATCH it true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYes
queryYesMay be {} for a regular collection; the filter for a smart one
layoutYese.g. "grid"
sectionYesSection uuid — create the section first
link_uuidsNoRegular collections only; edit later via split_update_collection
image_paramsNoCrop box as fractions of width/height (0-1); omit to show the whole image
image_upload_idNoCover image: an id from split_upload_page_image (single-use). Or set it afterwards with split_set_collection_image

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description reveals a non-obvious behavioral quirk: the response may have visible_on_splitpage=false, and the collection will not render until it is patched to true. It also explains how smart collections auto-include matching links. Since annotations only state readOnlyHint=false (no other detail), this description carries the full burden and excels.

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 three sentences, front-loaded with the core purpose and required fields. It packs essential details (section-first requirement, smart vs. regular, visible_on_splitpage check) without redundancy. Some verbose phrasing could be tightened, but it's efficient for the information density.

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 (8 parameters, two collection kinds, a hidden rendering pitfall), the description covers the most critical guidance: required fields, ordering, query semantics, link limitations, and the visible_on_splitpage caveat. It omits optional image_params and image_upload_id, but those have schema descriptions and are not essential 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?

While the schema already covers 75% of parameters with descriptions, the tool description adds semantic depth: it explains that `query` may be {} and gives useful keys (tags, q, domains, sort), and clarifies that `link_uuids` only works at creation. This compensates for the remaining 25% of undocumented parameters (e.g., image_params) without repeating schema content.

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 opening phrase 'Create a collection' is a specific verb+resource that clearly states the tool's purpose. It further distinguishes between smart and regular collections, and the requirement to create a section first sets it apart from sibling tools like split_create_section or split_update_collection.

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 gives explicit prerequisites (create the section first) and clarifies when link_uuids can be used ('only works at creation time'), which implies that later modifications go through split_update_collection (also noted in the schema). It does not state 'use split_update_collection for edits' explicitly out loud, but the guidance is clear enough.

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.

Resources