Skip to main content
Glama
markswendsen-code

MCP Connector for Sam's Club

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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 Sam's Club products by a text query. Returns matching products with pricing, availability, and ratings.

find_clubsA

Find Sam's Club warehouse locations near a given zip code or city. Returns store details including address, hours, phone, and available services.

get_membership_infoA

Get current Sam's Club membership types, annual fees, benefits, and pricing information. No parameters required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: find_clubs targets location search, get_membership_info provides membership details, and search_products handles product discovery. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (find_clubs, get_membership_info, search_products) with clear, descriptive verbs. The naming is uniform and predictable across the set.

Tool Count4/5

With 3 tools, the count is reasonable for a retail-focused server, covering key areas like locations, membership, and products. It is slightly lean but well-scoped, as each tool serves a distinct, essential function without redundancy.

Completeness3/5

The tools cover core informational aspects (find, get, search) but lack CRUD operations for a full retail experience, such as managing a cart, placing orders, or updating membership. While the surface is functional for queries, there are notable gaps in transactional capabilities.

Maintenance

ActivityInactive
ResponsivenessNo issues