Skip to main content
Glama
pashaydev

Terminal.shop MCP Server

by pashaydev

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search-productsD
get-product-detailsD
add-to-cartD
set-cart-addressD
set-cart-cardD
clear-cartD
checkoutD
create-orderD
update-profileD
create-addressD
delete-addressD
collect-cardD
create-cardD
delete-cardD
create-subscriptionD
cancel-subscriptionD
create-tokenD
delete-tokenD
get-app-dataD

Prompts

Interactive templates invoked by user choice

NameDescription
browse-products
manage-cart
place-order
manage-subscription
manage-profile

Resources

Contextual data attached and managed by the client

NameDescription
products
product
order-history
profile
addresses
cards
cart
subscriptions

TDQS

C2.1/5.0

Scored across 19 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific e-commerce operations like cart management, payment processing, user data, and product interactions. There is no significant overlap between tools like 'add-to-cart', 'checkout', 'create-order', or 'search-products'.

Naming Consistency5/5

All tool names follow a consistent kebab-case pattern with clear verb-noun combinations (e.g., 'add-to-cart', 'create-address', 'search-products'). The naming convention is uniform throughout the entire set without any deviations.

Tool Count4/5

With 19 tools, the count is slightly high but reasonable for an e-commerce server covering cart, orders, payments, subscriptions, and user profiles. It's well-scoped for the domain, though some tools might be consolidated (e.g., address/card management).

Completeness4/5

The tool set provides comprehensive coverage for core e-commerce workflows including product search, cart operations, checkout, payments, subscriptions, and user management. Minor gaps include lack of update/delete for orders or subscriptions, but agents can work around this.

Maintenance

ActivityInactive
ResponsivenessNo issues