Skip to main content
Glama

Split (creator affiliate platform)

Set collection image

split_set_collection_image

Replace a collection's cover image: uploads the image and attaches it in one step. Give EITHER source_url (an image the server fetches) or image_base64 (bytes the creator supplied). PNG and JPEG only. crop is optional — omit it to show the whole image. To remove an image, call split_update_collection with image_upload_id: null.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropNoCrop box as fractions of width/height (0-1), all four required together
uuidYesCollection uuid
source_urlNoURL of a PNG or JPEG to fetch; mutually exclusive with image_base64
image_base64NoBase64 image bytes, no data: prefix; mutually exclusive with source_url

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: it replaces the existing cover, performs upload and attach in one step, restricts formats to PNG/JPEG, and explains that omitting `crop` shows the whole image. The annotations only indicate non-read-only, non-idempotent behavior, so this is meaningful addition.

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, front-loaded with the core action, then constraints, then the removal alternative. Every sentence earns its place; no filler or repetition of schema details.

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?

The description is complete enough for correct invocation: purpose, parameter choices, format restrictions, crop semantics, and removal path are all covered. It does not describe the return value, and there is no output schema, but this is a minor gap for an action-oriented tool.

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%, so the schema already documents all four parameters. The description adds value by reinforcing the either/or relationship between `source_url` and `image_base64` and by explaining the default behavior when `crop` is omitted, which is absent from the 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 a specific verb and resource: 'Replace a collection's cover image: uploads the image and attaches it in one step.' It makes the tool's scope unmistakable and, with the title and sibling names, the resource (collection vs. link vs. page image) is clearly distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage conditions: supply either `source_url` or `image_base64`, PNG/JPEG only, and `crop` optional. It also provides an explicit when-not and alternative: 'To remove an image, call split_update_collection with image_upload_id: null.'

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