Server Details
Monetize and manage your Tip4Serv store directly from your LLM.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
19 toolscreate_discount_couponTry in Inspector
Create a store coupon
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Coupon code used by customers. | |
| type | Yes | Type of discount. | |
| limit | No | Maximum number of uses allowed for this coupon. | |
| value | Yes | Discount amount (percentage or fixed value depending on `type`). | |
| maximum | No | Maximum purchase amount in store currency allowed to use the coupon. | |
| minimum | No | Minimum purchase amount in store currency required to use the coupon. | |
| expiration | No | Expiration timestamp (store timezone). | |
| accepted_products | No | List of product IDs eligible for the coupon. Empty array means all products. | |
| accepted_categories | No | List of category IDs eligible for the coupon. Empty array means all categories. |
create_discount_giftcardTry in Inspector
Create a store gift card
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the gift card. | |
| currency | Yes | Currency of the gift card. | |
| initial_credit | Yes | Initial credit value of the gift card in its currency. |
get_categoriesTry in Inspector
Get store categories (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| parent | No | Optional parent category ID to filter child categories. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_customersTry in Inspector
Get customers (paginated, sortable, filterable by date range)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| sort | No | Sorting criteria for customers. Currently supported: `revenue`. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| date_filter | No | Time 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)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_discount_giftcardsTry in Inspector
Get store gift cards (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_paymentTry in Inspector
Get payment
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The payment ID to retrieve. |
get_paymentsTry in Inspector
Get payments (paginated, optionally filtered by user identifier)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| identifier | No | User 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
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the product to retrieve (path parameter). | |
| details | No | If true, returns detailed product information. |
get_productsTry in Inspector
Get store products (paginated, with optional filters)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| details | No | If true, returns detailed product information. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| only_enabled | No | If true, returns only enabled products. |
get_server_by_idTry in Inspector
Get server by ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server to retrieve. |
get_server_commandsTry in Inspector
Get remaining actions/commands to execute for a server
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server. |
get_serversTry in Inspector
Get servers (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_store_infoTry in Inspector
Get general information about the store
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_store_themeTry in Inspector
Get general information about the store theme
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_subscriptionsTry in Inspector
Get subscriptions (paginated, filterable, recurring only, by user identifier)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| identifier | No | User identifier to filter subscriptions. Same accepted identifiers as for payments. | |
| only_recurring_subscription | No | Include only recurring subscriptions. |
post_server_commandsTry in Inspector
Update server commands (mark delivered actions for a server)
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server. | |
| delivered_commands_by_id | Yes | Map 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
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the coupon to update. | |
| payload | Yes | Fields to update on the coupon. |
update_discount_giftcardTry in Inspector
Update a store gift card
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the gift card. | |
| payload | Yes | Fields 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:
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