Skip to main content
Glama

list_organization_payouts

Retrieve payouts and bank transfers for an organization to review financial settlements and track incoming funds.

Instructions

List financial payouts and bank transfers for an organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
continuationNo
organization_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It tells the agent the tool lists data, but it does not mention pagination behavior, continuation tokens, read-only guarantees, permissions, or any other operational details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence with no filler or redundancy. It is concise and front-loaded, though it sacrifices useful detail in favor of brevity.

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?

Given two parameters including a pagination-style continuation token, no annotations, and no parameter explanations, the description is too thin for an agent to confidently use the tool across edge cases. The output schema helps, but it does not compensate for the missing guidance on pagination and parameter semantics.

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%, and the description adds no meaningful explanation of the 'organization_id' or 'continuation' parameters beyond what their titles imply. Saying 'for an organization' loosely maps to organization_id, but the continuation parameter is completely unexplained.

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 uses a specific verb ('List') and names a precise resource ('financial payouts and bank transfers') scoped to an organization. It is clearly distinguishable from all sibling tools, none of which mention payouts or bank transfers.

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?

The description implies when the tool should be used: whenever an organization's payouts or bank transfers need to be listed. However, it gives no explicit conditions, exclusions, or comparisons to alternative tools, so the guidance is only implicit.

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

Deploy Server

Other Tools