Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

payments_list_order_fulfillment

Read-onlyIdempotent

Retrieve fulfillment details for a specific order by its ID. Use this to check shipping, delivery, or fulfillment status for any GoHighLevel order.

Instructions

List fulfillment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
orderIdYesID of the order that needs to be returned
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no additional behavioral context, such as pagination behavior, response structure, or any filtering details. Since it adds no value beyond annotations, it earns a low but not contradictory score.

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 two words, but this is under-specification rather than effective conciseness. It lacks the substance needed to make those words valuable. Every sentence should earn its place; this one earns nothing.

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?

No output schema exists, so the description should explain what the response contains or any relevant aspects like pagination. None are mentioned. The tool is a list operation with a required orderId; at minimum it should clarify what 'fulfillment' refers to and that the result is a list. This is inadequate for a useful tool definition.

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

Parameters3/5

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

Schema description coverage is 100% (altId, altType, orderId all have descriptions). The description adds no extra meaning to the parameters, but the baseline is 3 when the schema is fully descriptive. No gaps to compensate for.

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

Purpose1/5

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

The description 'List fulfillment' is a near-verbatim restatement of the tool name (payments_list_order_fulfillment). It fails to specify what a fulfillment is, what the returned list contains, or how it differs from other payment listing tools like payments_list_orders or payments_list_subscriptions. This is a tautology rather than a clarifying statement.

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?

The description provides zero guidance on when to use this tool versus alternatives, such as payments_list_orders or the sibling payments_create_order_fulfillment. It does not mention the required orderId or any prerequisites, so an agent has no basis to select this tool appropriately.

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