Skip to main content
Glama
trypinchy

pinchy

Official
by trypinchy

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_couponsA

Find coupon / promo / discount codes for an online store. Pass the store domain or any URL from the store (product, cart or checkout page). Returns codes ordered by how likely they are to work: try them at checkout from the top, keep the one that lowers the total the most. Codes can expire or carry store restrictions, so none is guaranteed; an empty list means none are known for that store.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The tool has a single, well-defined purpose.

Naming Consistency5/5

The sole tool name 'find_coupons' follows a clear verb_noun pattern, which is consistent with good naming conventions even though there is only one tool.

Tool Count3/5

The server has a single tool, which feels thin compared to typical multi-tool servers. However, the narrow purpose of finding coupons justifies a minimal surface, so it is borderline but acceptable.

Completeness5/5

The tool fully covers the stated domain of finding coupon codes for online stores. It accepts a store URL and returns actionable results, leaving no obvious gaps for its intended use.