Skip to main content
Glama

Split (creator affiliate platform)

Earnings and balance

split_get_earnings
Read-onlyIdempotent

One call for every money question: current balance (avail_cents, avail_cents_pending), locked/pending earnings, and cash-out history. Values are in cents — convert to dollars before showing them. There is NO API to trigger a cash-out; that is app-only. If a section fails it is reported inline rather than failing the whole call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
redemption_statusNoFilter cash-out history by status

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?

Annotations already declare readOnly, idempotent, and non-destructive behavior, but the description adds valuable context beyond that: values are in cents, there is no cash-out API, and partial failures are reported inline instead of failing the whole call. This materially informs agent expectations.

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?

Three sentences, each with a distinct purpose: scope, unit conversion warning, and operational constraints. No filler or repetition; the most important scoping claim is front-loaded.

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?

For a simple one-optional-parameter, read-only call with no output schema, the description covers the response categories, unit convention, failure behavior, and an important non-capability. An agent has enough to call it correctly and set user expectations.

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 coverage is 100%, so the schema already documents redemption_status as a filter for cash-out history. The description mentions cash-out history and status-relevant sections but does not add new parameter-level meaning beyond what the schema provides. Baseline 3 is appropriate.

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 ('get earnings') and clearly enumerates what the call returns: current balance, pending/locked earnings, and cash-out history. This distinguishes it from money-adjacent siblings like get_referrals or list_invoices by claiming to be the single call for all money questions.

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 opening line 'One call for every money question' gives strong when-to-use guidance, and the explicit 'There is NO API to trigger a cash-out; that is app-only' prevents an agent from attempting an impossible operation. It does not explicitly name alternative tools, but the scope claim is sufficient given the sibling list.

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