Skip to main content
Glama
masonicGIT

The Investor Hat Store

by masonicGIT

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOPIFY_TOKENNo
PRINTFUL_TOKENNo

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search for products in the hat store. Returns available hats with names, descriptions, and prices.

get_productA

Get full details for a specific product by its Shopify variant ID.

get_quoteB

Get a shipping quote and USDC payment amount for a product. Returns the wallet address to send payment to.

place_orderA

Place an order after sending USDC payment on Base. Verifies the on-chain transaction and creates the order.

get_order_statusA

Check the status of a placed order by order ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a distinct step in the customer journey: searching products, viewing details, getting a shipping quote, placing an order, and checking order status. No overlap.

Naming Consistency5/5

All tools use consistent snake_case with verb_noun pattern (e.g., get_product, place_order), making them predictable for an agent.

Tool Count5/5

Five tools is appropriate for an e-commerce store, covering the essential operations without being excessive.

Completeness4/5

Covers the core purchase flow: search, detail, quote, order, status. Lacks order management like cancellation or listing all orders, but fits the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues