Skip to main content
Glama

company_payouts

Inspect or advance payouts through their scoped lifecycle, with supplied proofs verified and provider effects kept external.

Instructions

Inspect or advance payouts through its scoped lifecycle; supplied proofs are verified and provider effects remain external.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
engineNo
operationNolist
entity_refNo
project_idYes
bundle_jsonYes
payload_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

C2.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden and does add two meaningful behavioral facts: 'supplied proofs are verified' and 'provider effects remain external', the latter being safety-relevant (suggesting no external provider side effects). However, it does not disclose what happens on verification failure, whether 'advance' operations are reversible, or whether internal state is mutated, which are material for an agent deciding to call it.

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

Conciseness3/5

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

The description is appropriately brief at 20 words and front-loads the primary action ('Inspect or advance payouts'). However, the second clause is jargon-dense ('scoped lifecycle', 'provider effects remain external') and compresses too much unclear meaning into too little space, sacrificing the clarity that conciseness is meant to serve.

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?

For a 7-parameter, multi-operation tool with no annotations and zero schema coverage, a single vague sentence is a severe under-specification. The output schema covers return values, but parameter semantics, valid operation values, verification failure behavior, and lifecycle details are all absent, so the description is far from complete for an agent to call it correctly.

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

Parameters1/5

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

Schema description coverage is 0% across all 7 parameters, so the description is the only source of parameter meaning, and it names none of them — operation, bundle_json, payload_json, entity_ref, project_id, now, and engine are all unexplained. 'Supplied proofs are verified' hints that proof data exists somewhere but never maps to a specific parameter. An agent cannot determine valid values for 'operation' (only the default 'list' is visible) or what bundle_json should contain, making parameter construction essentially guesswork.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource ('payouts') and two actions ('Inspect or advance') through a 'scoped lifecycle', giving an agent a general sense of the domain and loosely separating it from siblings like company_payables or company_pay_run. However, 'scoped lifecycle' and 'advance' are never grounded — no lifecycle stages or concrete operations are identified — so the purpose remains vague. It is better than a tautology but not a crisp statement of function.

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?

No explicit when-to-use vs when-not-to-use guidance is provided. The description never references nearby alternatives such as paypal_list_payouts, stripe_list_payouts, company_disbursements, or company_pay_run, all of which overlap in domain. The phrase 'provider effects remain external' is a weak implicit hint that this is an internal lifecycle tool, but it is not framed as routing guidance, so an agent has no basis for choosing this over its 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/RPasquale/lightbulb-mcp'

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