Skip to main content
Glama

Server Details

Monetize and manage your Tip4Serv store directly from your LLM.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • Changedcreate_discount_coupon1 field changed
      • removedInput schema / annotations
        Removed value: -{
        -  "destructiveHint": true,
        -  "openWorldHint": true,
        -  "readOnly": false,
        -  "readOnlyHint": false
        -}
    • Changedcreate_discount_giftcard1 field changed
      • removedInput schema / annotations
        Removed value: -{
        -  "destructiveHint": true,
        -  "openWorldHint": true,
        -  "readOnly": false,
        -  "readOnlyHint": false
        -}
    • Changedpost_server_commands1 field changed
      • removedInput schema / annotations
        Removed value: -{
        -  "destructiveHint": false,
        -  "openWorldHint": true,
        -  "readOnly": false,
        -  "readOnlyHint": false
        -}
    • Changedupdate_discount_coupon1 field changed
      • removedInput schema / annotations
        Removed value: -{
        -  "destructiveHint": true,
        -  "openWorldHint": true,
        -  "readOnly": false,
        -  "readOnlyHint": false
        -}
    • Changedupdate_discount_giftcard1 field changed
      • removedInput schema / annotations
        Removed value: -{
        -  "destructiveHint": true,
        -  "openWorldHint": true,
        -  "readOnly": false,
        -  "readOnlyHint": false
        -}
  2. 19 tool updates
    • First observedcreate_discount_coupon
    • First observedcreate_discount_giftcard
    • First observedget_categories
    • First observedget_customers
    • First observedget_discount_coupons
    • First observedget_discount_giftcards
    • First observedget_payment
    • First observedget_payments
    • First observedget_product_by_id
    • First observedget_products
    • First observedget_server_by_id
    • First observedget_server_commands
    • First observedget_servers
    • First observedget_store_info
    • First observedget_store_theme
    • First observedget_subscriptions
    • First observedpost_server_commands
    • First observedupdate_discount_coupon
    • First observedupdate_discount_giftcard

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation4/5

Most tools have distinct purposes targeting specific resources like customers, products, payments, or discounts, with clear boundaries. However, 'get_payment' and 'get_payments' could cause confusion as they overlap in functionality, and 'get_server_commands' and 'post_server_commands' might be ambiguous without careful reading of their descriptions.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun pattern throughout, such as 'create_discount_coupon', 'get_customers', and 'update_discount_giftcard'. All tools use snake_case and maintain a predictable structure, making them easy to understand and navigate.

Tool Count4/5

With 19 tools, the count is slightly high but reasonable for a store management server covering categories, customers, products, payments, discounts, subscriptions, and servers. It provides comprehensive coverage without being overwhelming, though it borders on the heavy side for typical agent use.

Completeness3/5

The toolset offers good read coverage with many 'get_' operations and some create/update for discounts, but lacks delete operations and full CRUD for most resources like customers, products, or payments. This creates notable gaps that could limit agent workflows, especially for lifecycle management.

Resources