Skip to main content
Glama

Server Details

Monetize and manage your Tip4Serv store directly from your LLM.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

19 tools
create_discount_couponTry in Inspector

Create a store coupon

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesCoupon code used by customers.
typeYesType of discount.
limitNoMaximum number of uses allowed for this coupon.
valueYesDiscount amount (percentage or fixed value depending on `type`).
maximumNoMaximum purchase amount in store currency allowed to use the coupon.
minimumNoMinimum purchase amount in store currency required to use the coupon.
expirationNoExpiration timestamp (store timezone).
accepted_productsNoList of product IDs eligible for the coupon. Empty array means all products.
accepted_categoriesNoList of category IDs eligible for the coupon. Empty array means all categories.
create_discount_giftcardTry in Inspector

Create a store gift card

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName of the gift card.
currencyYesCurrency of the gift card.
initial_creditYesInitial credit value of the gift card in its currency.
get_categoriesTry in Inspector

Get store categories (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
parentNoOptional parent category ID to filter child categories.
max_pageNoThe maximum number of elements per page (5–50).
get_customersTry in Inspector

Get customers (paginated, sortable, filterable by date range)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
sortNoSorting criteria for customers. Currently supported: `revenue`.
max_pageNoThe maximum number of elements per page (5–50).
date_filterNoTime filtering for customers, using timestamps in store's timezone. Format: "[start_timestamp,end_timestamp]" Example: "[1759333917,1761234717]".
get_discount_couponsTry in Inspector

Get store coupons (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_discount_giftcardsTry in Inspector

Get store gift cards (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_paymentTry in Inspector

Get payment

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe payment ID to retrieve.
get_paymentsTry in Inspector

Get payments (paginated, optionally filtered by user identifier)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
identifierNoUser identifier to filter payments. Accepted identifiers: email, username, eosid, ue4_id, steam_username, steam_id, minecraft_uuid, discord_id, discord_username, fivem_xPlayer_id, fivem_citizen_id, minecraft_username.
get_product_by_idTry in Inspector

Get product by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the product to retrieve (path parameter).
detailsNoIf true, returns detailed product information.
get_productsTry in Inspector

Get store products (paginated, with optional filters)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
detailsNoIf true, returns detailed product information.
max_pageNoThe maximum number of elements per page (5–50).
only_enabledNoIf true, returns only enabled products.
get_server_by_idTry in Inspector

Get server by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server to retrieve.
get_server_commandsTry in Inspector

Get remaining actions/commands to execute for a server

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server.
get_serversTry in Inspector

Get servers (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_store_infoTry in Inspector

Get general information about the store

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_store_themeTry in Inspector

Get general information about the store theme

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_subscriptionsTry in Inspector

Get subscriptions (paginated, filterable, recurring only, by user identifier)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
identifierNoUser identifier to filter subscriptions. Same accepted identifiers as for payments.
only_recurring_subscriptionNoInclude only recurring subscriptions.
post_server_commandsTry in Inspector

Update server commands (mark delivered actions for a server)

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server.
delivered_commands_by_idYesMap of command-group IDs to delivery results. Keys MUST be like `pay_<id>` or `sub_<id>`. DO NOT send an array. Examples: Single command: { "pay_603191": { "action": "payment", "cmds": { "0": "Executed" } } } Multiple commands: { "pay_71524": { "action": "payment", "cmds": { "123": "Executed", "124": "Not Executed" } } }
update_discount_couponTry in Inspector

Update a store coupon

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the coupon to update.
payloadYesFields to update on the coupon.
update_discount_giftcardTry in Inspector

Update a store gift card

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the gift card.
payloadYesFields to update on the gift card.

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.