Skip to main content
Glama

Split (creator affiliate platform)

List brand conversations

split_list_conversations
Read-onlyIdempotent

The creator's brand chat inbox, most recent activity first — the whole inbox by default (up to 100 threads). Each row: channel_url (the handle for reading and replying), the brand, unread count, and the last message with who sent it and when. A brand can have more than one thread. If the account has no inbox yet, that is not an error — it is created when a brand first messages the creator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful behavior beyond that: default returns up to 100 threads, ordering is most-recent-first, and the no-inbox case is not an error and is created on first inbound message. This is useful context the annotations do not provide.

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?

Four sentences with the core purpose front-loaded, followed by return row fields and edge cases. Every sentence contributes real information; the only slight inefficiency is the final sentence about inbox creation, which is useful but could be seen as extra.

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?

For a simple read-only list tool with one optional parameter and no output schema, the description covers the essential return fields, ordering, default scope, maximum threads, duplicate-brand threads, and the empty-inbox behavior. It doesn't explicitly explain the limit parameter's mechanics, but the tool is simple enough that this is not a major gap.

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 for the lone optional limit parameter. It says 'whole inbox by default (up to 100 threads),' which hints at the maximum but never explicitly explains that limit controls the number of returned threads or how it interacts with the default. This is partial compensation only.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource ('creator's brand chat inbox') and the action (list threads, most recent activity first). It does not explicitly name split_read_conversation as the alternative, but says each row contains channel_url 'for reading and replying,' which makes the list-vs-detail distinction clear enough for an agent.

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 provides clear context for when to call this tool: when you need the overall inbox with recent activity, default whole inbox, up to 100 threads. It doesn't explicitly state when not to use it or name alternatives, but the list/read distinction is implicitly conveyed and the default behavior is well specified.

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