Skip to main content
Glama

Split (creator affiliate platform)

Activate reimbursement gift

split_activate_reimbursement
Idempotent

Activate a shopping-reimbursement gift and return the creator's personal shopping URL for it. This is the only write action in this group — confirm the brand and the cap with the creator first, then give them the returned url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
confirmedYesSet true only after the creator confirmed this specific gift

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds that this is a write action and requires confirmation, which usefully reinforces the non-destructive but mutating nature. However, it doesn't detail side effects like what happens to the gift after activation or any potential irreversible changes.

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?

Two sentences, front-loaded with the core action and return value, followed by critical usage guidance. No wasteful words; every sentence carries essential information for correct invocation.

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 two-parameter tool with no output schema and minimal annotations, the description covers the key operational context: it's a write action requiring confirmation and returning a URL. It doesn't specify error handling or failure modes, but given the low complexity and that the schema provides the parameter descriptions, this is sufficient.

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 description coverage is 50% (only 'confirmed' has a description). The description clarifies the 'id' parameter by explaining that the URL returned corresponds to the creator's shopping URL for the gift, though it doesn't explicitly map 'id' to a gift identifier. The 'confirmed' parameter is well-covered in the schema, and the description emphasizes the need for confirmation, adding semantics beyond the raw boolean.

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 action ('Activate a shopping-reimbursement gift') and explicitly mentions the return value (creator's personal shopping URL). It clearly distinguishes this from other tools by noting it is the only write action in the group, making its purpose unambiguous.

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 provides explicit when-to-use guidance: it is the only write action, and it tells the agent to confirm the brand and cap with the creator before using it, and to return the URL. It also implicitly contrasts with read-only siblings like split_get_reimbursement, clarifying this is a state-changing operation.

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