Skip to main content
Glama
kuyen-labs

Fuul MCP Server

by kuyen-labs

list_rewards_payouts

Retrieve rewards payout history for affiliate programs. Filter by status, date range, and paginate results.

Instructions

Lists rewards payouts history: GET /api/v1/projects/:projectId/payouts/rewards-payouts. Optional page, page_size, status, from_date, to_date. Example: {"project_id":"","page":1}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
pageNo
page_sizeNo
statusNo
from_dateNo
to_dateNo
Behavior3/5

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

No annotations provided. Description includes endpoint and optional parameters but does not describe response structure, pagination behavior, or authentication requirements. As a list operation, missing output schema is a gap.

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 plus example. Efficiently conveys purpose and key parameter fields without extraneous content.

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

Completeness2/5

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

Despite having 6 parameters and no output schema, description omits response format, pagination details, error handling, and required permissions. Incomplete for a tool with moderate complexity.

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 has 0% description coverage. Description only repeats parameter names without explaining semantics like acceptable status values or date formats. Example provides context for two parameters but insufficient for all six.

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?

Clearly states it lists rewards payouts history and provides the endpoint path. Distinguishes from related sibling tools by specifying 'history' vs pending payouts.

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

Usage Guidelines3/5

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

Lists optional parameters but does not specify when to use this tool over alternatives like list_payouts_pending_approval. No explicit exclusions or prerequisites.

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/kuyen-labs/mcp_server'

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