Skip to main content
Glama

Initiate Pay-Per-CV Purchase

civify_purchase_cv_pass

Initiate checkout for a Pay-Per-CV unlock pass (single CV or 3-pack). Returns payment URL, invoice ID, and amount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoPayment method: 'CARD' or 'WALLET'.CARD
api_keyNoOptional API key override.
gatewayNoPayment gateway ('paymob', 'fawaterak', 'dodo'). Auto-resolved by region if omitted.
resume_idNoOptional resume ID to immediately bind the single-pass entitlement to.
product_idNoProduct to purchase: 'PAY_PER_CV_SINGLE' ($2.99 / ~150 EGP) or 'PAY_PER_CV_PACK3' ($6.99 / ~350 EGP).PAY_PER_CV_SINGLE
promo_codeNoOptional discount promo code.
phone_numberNoMobile wallet number (required for Egyptian mobile wallets like Vodafone Cash).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoTotal charge amount
statusNoInitial order status (PENDING)
gatewayNoAssigned payment gateway (paymob, fawaterak, dodo)
currencyNoCharge currency code (USD or EGP)
invoiceIdYesUnique transaction invoice reference
paymentUrlYesDirect checkout or payment redirect URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, openWorldHint=true, and idempotentHint=false, so the risk profile is partially covered. The description adds that checkout returns a payment URL, invoice ID, and amount, but it does not elaborate on side effects such as invoice creation, gateway auto-resolution, or wallet-specific prerequisites. This is acceptable but not richly transparent.

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 short sentences with no filler. It front-loads the primary action and immediately states the return values, making it easy for an agent to parse and act on quickly.

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

Completeness4/5

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

For a 7-parameter payment tool, the description plus the fully documented schema and output schema cover the essential invocation details. It lacks an explicit warning that this initiates a non-idempotent financial checkout, but annotations already signal that. Overall, the definition is sufficient for correct tool selection and invocation.

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%, so the parameter semantics are already fully documented in the schema. The description only lightly reinforces the product choice ('single CV or 3-pack') and does not add meaning beyond the structured field descriptions. Baseline 3 is appropriate.

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 specific action ('initiate checkout'), the resource ('Pay-Per-CV unlock pass'), the available variants (single CV or 3-pack), and the expected outputs (payment URL, invoice ID, amount). This distinguishes it from sibling tools like civify_get_pay_per_cv_pricing or civify_check_cv_entitlement.

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 use case is implied: this is the tool for starting a Pay-Per-CV purchase. However, the description does not explicitly say when to prefer it over alternatives, nor does it mention related steps like checking entitlement or pricing first. It provides clear purpose but no exclusionary guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources