Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_subscriber_cart_paid

Mark a subscriber's shopping cart as paid and send a confirmation message to the contact. Completes the checkout process and notifies the subscriber in real time.

Instructions

Checkout subscriber shopping cart and mark as paid [POST /subscriber/cart-paid] Delivers a real message to a person. Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoContact name
noteNo
emailNoContact email
phoneNoContact phone
stateNoShipping state
suburbNoShipping suburb
addressNoShipping address
countryNoShipping country
user_nsYes
postcodeNoShipping postcode
tracking_noNo
reference_noNo
payment_methodNoExample: cash,card...
shipping_methodNoExample: pickup,delivery
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the tool 'Delivers a real message to a person,' which is a critical side effect, and states the required auth scope ('Manage Flow'). This goes beyond a bare mutation description, though it does not mention reversibility or what happens to the cart contents.

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?

The description is two sentences, front-loaded with the core action, and includes the endpoint plus a critical side-effect warning. Every sentence earns its place, with no filler or repetition.

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

Completeness3/5

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

For a mutation tool with 14 parameters, no output schema, and no annotations, the description provides the essential action, side effect, and auth requirement, but omits details like whether the cart is cleared, whether an order record is created, or what the response contains. It is adequate but incomplete for full operational clarity.

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 71%, so most parameters are already described in the schema. The description adds no parameter-specific meaning, leaving the schema to handle semantics. This aligns with the baseline for high schema coverage.

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 clearly states the tool's function: 'Checkout subscriber shopping cart and mark as paid.' The verb 'checkout' and the resource 'subscriber shopping cart' are specific, and the action of marking as paid distinguishes it from sibling tools like add_to_cart, remove_from_cart, and empty_cart.

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 to use the tool—when you need to checkout a subscriber's cart—but does not explicitly state alternatives or exclusion conditions. The prerequisite 'Requires the Manage Flow scope' gives context but does not explain when to prefer this over, for instance, shop_orders_create. The usage context is clear but not fully articulated.

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/eyalbarash/cig-chat-mcp'

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