Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

affiliate_manager_list_commissions

Read-onlyIdempotent

Retrieve affiliate commissions from GoHighLevel with filters for status, date range, campaign, affiliate, and location. Fetches up to 100 records per call.

Instructions

List Commissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
limitNoMaximum number of records to return. Maximum allowed value is 100.
queryNoQuery
statusNoStatus
toDateNo
fromDateNo
campaignIdNoCampaign Id
locationIdNoLocation Id Defaults to GHL_LOCATION_ID when omitted.
affiliateIdNoAffiliate Id
Behavior1/5

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

The description adds no behavioral information beyond what annotations already provide. Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, but the description does not disclose pagination, return format, or any operational details. It fails to add any value beyond the structured metadata.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than conciseness. A concise description would still provide essential context in a few sentences. Here, it is a bare label that does not earn its place as a useful tool description.

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

Completeness1/5

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

For a tool with 9 parameters and no output schema, the description is drastically insufficient. It does not explain what the tool does beyond the name, does not clarify the returned data, and offers no context on defaults or behavior. An agent would be unable to use this tool correctly based on the description alone.

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?

The description provides no explanation for any of the 9 parameters. While some parameters have descriptions in the schema (limit, query, status, campaignId, locationId, affiliateId), others like skip, toDate, and fromDate are undocumented in both the schema and the description. With schema coverage at 67% (not high), the description should compensate but does not.

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

Purpose2/5

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

The description 'List Commissions' states a verb and resource but is essentially a restatement of the tool name. It provides no scope, filtering, or differentiation from sibling list tools like affiliate_manager_list_affiliates or affiliate_manager_list_payouts. It is vague and does not specify what kind of commissions or any context.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives, no mention of prerequisites, and no exclusions. The description offers zero context for selection among the many list tools in the sibling set.

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/AIWerk/mcp-server-ghl'

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