Skip to main content
Glama

Get current deal previews

get_deals
Read-only

Current cannabis deal and promotion PREVIEWS (top deals per dispensary) for one dispensary or a city. The full deal feed requires a free account at findweedny.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name (returns up to 5 dispensaries with deals)
limitNoMax deals per dispensary, default 6, cap 10
dispensary_idNoOCM license number

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
foundNo
sourceNoAttribution line — CC BY 4.0, cite the row url
messageNo
resultsNo
dataUpdatedNoISO timestamp of the underlying directory export

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • changedInput schema / properties / limit / description
      Previous value: -"Max deals per dispensary, default 6"New value: +"Max deals per dispensary, default 6, cap 10"
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "properties": {
      +    "dataUpdated": {
      +      "description": "ISO timestamp of the underlying directory export",
      +      "type": "string"
      +    },
      +    "found": {
      +      "type": "boolean"
      +    },
      +    "message": {
      +      "type": "string"
      +    },
      +    "note": {
      +      "type": "string"
      +    },
      +    "results": {
      +      "items": {
      +        "additionalProperties": true,
      +        "properties": {
      +          "deals": {
      +            "items": {
      +              "additionalProperties": true,
      +              "properties": {
      +                "brand": {
      +                  "type": "string"
      +                },
      +                "category": {
      +                  "type": "string"
      +                },
      +                "lastSeenAt": {
      +                  "type": "string"
      +                },
      +                "name": {
      +                  "type": "string"
      +                },
      +                "originalPrice": {
      +                  "type": "number"
      +                },
      +                "price": {
      +                  "type": "number"
      +                },
      +                "productUrl": {
      +                  "type": "string"
      +                },
      +                "savingsPct": {
      +                  "type": "number"
      +                },
      +                "strainType": {
      +                  "type": "string"
      +                },
      +                "thcPct": {
      +                  "type": "number"
      +                },
      +                "weight": {
      +                  "type": "string"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "dispensary": {
      +            "additionalProperties": true,
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "id": {
      +                "type": "string"
      +              },
      +              "name": {
      +                "type": "string"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "id",
      +              "name",
      +              "url"
      +            ],
      +            "type": "object"
      +          },
      +          "promotions": {
      +            "items": {
      +              "additionalProperties": true,
      +              "properties": {
      +                "description": {
      +                  "type": "string"
      +                },
      +                "endDate": {
      +                  "type": "string"
      +                },
      +                "lastSeenAt": {
      +                  "type": "string"
      +                },
      +                "promoType": {
      +                  "type": "string"
      +                },
      +                "startDate": {
      +                  "type": "string"
      +                },
      +                "title": {
      +                  "type": "string"
      +                },
      +                "url": {
      +                  "type": "string"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "totalDeals": {
      +            "type": "number"
      +          },
      +          "totalPromotions": {
      +            "type": "number"
      +          }
      +        },
      +        "required": [
      +          "dispensary",
      +          "deals",
      +          "promotions"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "source": {
      +      "description": "Attribution line — CC BY 4.0, cite the row url",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the operation as read-only. The description adds meaningful behavioral context: only top previews are returned, and the full feed requires a free account at findweedny.com. This goes beyond the annotation without contradicting it.

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 two sentences with no fluff. The core purpose is front-loaded, and the access limitation is stated efficiently in the second sentence.

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

Completeness4/5

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

With output schema, full parameter documentation, and read-only annotations, the description covers most needed context. It adds the previews-only limitation and account requirement. The only minor gap is not explicitly stating that city and dispensary_id are alternative selectors, but this is largely inferable.

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 schema already documents all parameters. The description reinforces that city or dispensary_id are the access paths but does not add semantic details beyond the schema, such as exclusivity or required combination. Baseline 3 is appropriate.

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 returns current cannabis deal and promotion previews, scoped to one dispensary or a city. It distinguishes itself from the full deal feed and sibling tools, leaving no ambiguity about what resource is being accessed.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: when current previews for a dispensary or city are needed. It does not explicitly contrast with sibling tools, but none of the siblings offer deal previews, so no exclusion is strictly required. The account note hints at a limitation without specifying exact alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources