Skip to main content
Glama

Get brand details + where to buy

get_brand
Read-only

Full public record for one brand by slug or name, including which licensed NY dispensaries currently stock it (from crawled menu availability, preview tier), its parent / child brands, and FindWeedNY's own reviews of its products when there are any.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand slug or name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNo
foundYes
sourceNoAttribution line — CC BY 4.0, cite the row url
messageNo
dataUpdatedNoISO timestamp of the underlying directory export
availabilityNo

Schema Changelog

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

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "properties": {
      +    "availability": {
      +      "additionalProperties": true,
      +      "properties": {
      +        "asOf": {
      +          "type": "string"
      +        },
      +        "availableAt": {
      +          "items": {
      +            "additionalProperties": true,
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "id": {
      +                "type": "string"
      +              },
      +              "name": {
      +                "type": "string"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "id",
      +              "name",
      +              "url"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "byCity": {
      +          "items": {
      +            "additionalProperties": true,
      +            "properties": {
      +              "city": {
      +                "type": "string"
      +              },
      +              "count": {
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "crawledCategories": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "dispensaryCount": {
      +          "description": "Stores stocking the brand",
      +          "type": "number"
      +        },
      +        "listedDispensaries": {
      +          "type": "number"
      +        },
      +        "note": {
      +          "type": "string"
      +        },
      +        "tier": {
      +          "description": "preview | full",
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "dispensaryCount",
      +        "availableAt"
      +      ],
      +      "type": "object"
      +    },
      +    "brand": {
      +      "additionalProperties": true,
      +      "properties": {
      +        "certifications": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "childBrands": {
      +          "items": {
      +            "additionalProperties": true,
      +            "properties": {
      +              "growType": {
      +                "type": "string"
      +              },
      +              "name": {
      +                "type": "string"
      +              },
      +              "slug": {
      +                "type": "string"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "description": {
      +          "type": "string"
      +        },
      +        "dispensaryCount": {
      +          "description": "Stores currently stocking the brand",
      +          "type": "number"
      +        },
      +        "founded": {
      +          "type": "number"
      +        },
      +        "growType": {
      +          "description": "indoor | outdoor | mixed-light | combination (from OCM cultivator licenses)",
      +          "type": "string"
      +        },
      +        "headquarters": {
      +          "type": "string"
      +        },
      +        "id": {
      +          "type": "string"
      +        },
      +        "isMSO": {
      +          "type": "boolean"
      +        },
      +        "isMicrobusiness": {
      +          "type": "boolean"
      +        },
      +        "isNewYorkBased": {
      +          "type": "boolean"
      +        },
      +        "licenseNumber": {
      +          "type": "string"
      +        },
      +        "licenseType": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "notableProducts": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "parentBrand": {
      +          "description": "Slug of the house brand that owns this one",
      +          "type": "string"
      +        },
      +        "parentBrandName": {
      +          "type": "string"
      +        },
      +        "parentBrandUrl": {
      +          "type": "string"
      +        },
      +        "productCategories": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "reviews": {
      +          "description": "FindWeedNY reviews of this brand",
      +          "items": {
      +            "additionalProperties": true,
      +            "properties": {
      +              "date": {
      +                "type": "string"
      +              },
      +              "product": {
      +                "type": "string"
      +              },
      +              "productType": {
      +                "type": "string"
      +              },
      +              "rating": {
      +                "type": "number"
      +              },
      +              "thcPct": {
      +                "type": "number"
      +              },
      +              "title": {
      +                "type": "string"
      +              },
      +              "totalTerpenesPct": {
      +                "type": "number"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "shortDescription": {
      +          "type": "string"
      +        },
      +        "slug": {
      +          "type": "string"
      +        },
      +        "tags": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "type": {
      +          "description": "local | national | mso",
      +          "type": "string"
      +        },
      +        "url": {
      +          "type": "string"
      +        },
      +        "website": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "id",
      +        "name",
      +        "slug",
      +        "url"
      +      ],
      +      "type": "object"
      +    },
      +    "dataUpdated": {
      +      "description": "ISO timestamp of the underlying directory export",
      +      "type": "string"
      +    },
      +    "found": {
      +      "type": "boolean"
      +    },
      +    "message": {
      +      "type": "string"
      +    },
      +    "source": {
      +      "description": "Attribution line — CC BY 4.0, cite the row url",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "found"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows it is safe. The description adds that data comes from crawled menu availability and is preview tier, which is genuinely useful transparency about data provenance. It doesn't disclose pagination or staleness behavior, but those are minor for a single-record lookup.

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

Conciseness4/5

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

A single, information-dense sentence that front-loads the primary purpose and then adds supporting detail. It earns its length, though it could be split into two sentences for readability.

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?

For a single-parameter read-only lookup with a 100%-covered schema, the description is largely complete. It names what's included in the result (provenance note, brand hierarchy, reviews) and doesn't need to restate return values since an output schema exists. Minor gaps: no mention of null-result behavior when no dispensaries stock the brand or no reviews exist.

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 coverage is 100% and the single parameter description ('Brand slug or name') is sufficient. The tool description confirms the param's meaning by saying lookup is 'by slug or name', but adds no syntax or format details beyond schema. Baseline 3 applies.

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?

States a specific verb ('get'), resource ('brand'), and scope ('full public record'), and lists concrete contents (dispensaries that stock it, parent/child brands, FindWeedNY reviews). The detail level distinguishes it from siblings like search_brands or get_review without needing to open schemas.

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 implies a lookup-by-identifier use case via slug or name and implies this is the detailed-record counterpart to search_brands. It doesn't explicitly state when to prefer get_review or get_dispensary, so it loses a point on explicit alternatives.

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