Skip to main content
Glama
cmcgrabby-hue

syndicate-links-mcp

run_payout_cycle

Trigger global batch processing of all approved affiliate commissions. Processes payouts for every affiliate at once and returns counts of completed, successful, and failed transactions. Requires admin credentials.

Instructions

Trigger the GLOBAL payout cycle. Processes all approved commissions for ALL affiliates in a single batch run — this is not scoped to a single affiliate or commission. Requires SYNDICATE_ADMIN_SECRET. Returns counts of payouts processed, created, succeeded, and failed. Note: v1 does not support targeting a single affiliate; a per-affiliate settle endpoint is a known future addition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and succeeds: discloses SYNDICATE_ADMIN_SECRET requirement (critical auth), describes return value structure (counts processed/created/succeeded/failed) despite no output schema, and clarifies batch processing of 'approved' commissions only. Missing explicit destructive/irreversible warning typical of financial payouts.

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 dense sentences with zero waste. Front-loaded with core action ('Trigger...'), followed by scope, auth, returns, and limitation note. Every sentence earns its place; no redundant or filler content.

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 complex financial batch operation with no output schema, the description compensates well by describing return values and auth requirements. Covers the essential behavioral contract (global scope, secret requirement, aggregate counts). Minor gap: lacks explicit warning about transactionality or failure rollback behavior.

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?

Input schema has zero parameters. Per rubric, 0 params = baseline 4. Description appropriately does not invent parameter semantics where none exist.

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?

Excellent specificity: 'Trigger the GLOBAL payout cycle' uses precise verb+resource, and 'not scoped to a single affiliate or commission' clearly distinguishes this from hypothetical per-affiliate alternatives. The scope (ALL affiliates, single batch run) is unambiguous.

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?

Clear scope boundaries established by stating what it does NOT do (not scoped to single affiliate). The v1 limitation note with reference to future per-affiliate endpoint provides helpful context about current constraints, though it doesn't explicitly name current alternatives (if any exist among siblings).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmcgrabby-hue/syndicate-links'

If you have feedback or need assistance with the MCP directory API, please join our Discord server