Skip to main content
Glama

Split (creator affiliate platform)

List gifts

split_list_gifts
Read-onlyIdempotent

The creator's gifts feed. This is a MIXED list — read each item's item_type. reimbursement items (the creator shops, earns up to max_bonus_amount, gets reimbursed) carry id, status, earned_amount, max_bonus_amount, starts_at, ends_at, time_left and brand. gift_code items are redeemable codes. Surface time_left prominently when asked what is expiring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNo
brand_uuidNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable behavioral context: the response is heterogeneous and requires reading item_type for each item, reimbursement items carry specific temporal and monetary fields, and time_left should be surfaced prominently when expiring items are relevant. No contradiction with annotations exists.

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?

The description is efficiently structured: the first sentence identifies the feed, the second unpacks the mixed item types and field contract, and the third gives actionable display guidance. Every sentence earns its place, with no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description must convey the return contract, and it does so well for reimbursement items and acceptably for gift_code items. However, it omits behavior around pagination, ordering, default scope, and how brand_uuid affects results. These are meaningful gaps for a list tool, though the simple two-parameter shape and read-only annotations keep the tool callable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description bears responsibility for explaining inputs. It does not describe `scope` (active/upcoming/ended/all), `brand_uuid`, defaults, or how scope relates to starts_at/ends_at/time_left. The enum values and parameter names are somewhat self-explanatory, but the description never clarifies optionality or filtering behavior, so it fails to compensate for the missing schema documentation.

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 ('The creator's gifts feed') and the operation (a MIXED list requiring item_type checks). The title 'List gifts' and tool name align, and the mention of reimbursement items and gift_code items distinguishes it from generic list tools. However, it does not explicitly name a sibling tool to differentiate from, so it stops just short of a 5.

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

Usage Guidelines2/5

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

The description provides context about what the feed contains but gives no explicit guidance on when to use this tool versus alternatives such as split_get_reimbursement, split_activate_reimbursement, or split_list_campaign_bonuses. There is no 'use when' or 'when not to use' statement, leaving the agent to infer selection criteria from the resource name alone.

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