Skip to main content
Glama
trypinchy

pinchy

Official
by trypinchy

Find coupon codes

find_coupons
Read-only

Submit a store domain or URL to get coupon, promo, or discount codes. Codes are ranked by likelihood of working, so you can try the best ones at checkout to lower your total.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of codes to return
storeYesStore domain or any URL on the store, e.g. "momcozy.com"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
couponsYes
storeNameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and openWorldHint, and the description aligns with these while adding meaningful behavioral context: result ordering is by likelihood of working, results are not guaranteed, and empty lists have a defined meaning. This goes beyond the structured annotations and helps the agent set user expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: it states the purpose and input format first, then explains result ordering and caveats. Every sentence contributes useful information, with no filler or redundant phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity read-only tool with a high-coverage schema and an output schema, the description covers all essential context: what to pass, what the tool returns, how to use the results, and important limitations. Nothing critical is missing for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents both parameters. The description repeats the store parameter semantics but does not add new parameter-level detail beyond the schema. The baseline of 3 is appropriate because the schema carries the parameter documentation burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb and resource: find coupon/promo/discount codes for an online store. It also specifies the accepted input format (store domain or any store URL), making it unambiguous. No sibling tools exist, so differentiation is not required.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage guidance: pass a store domain or any store URL, and explains how to interpret and act on results (try codes from the top, keep the one that lowers total the most). It also manages expectations by noting codes may expire or carry restrictions, and that an empty list means no known codes.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools