Skip to main content
Glama

findabis

Find medical cannabis products

find_products
Read-only

Products on the UK market by category, brand or name, with THC and CBD content, the price range across pharmacies and how many stock them. Availability and price change daily — cite the product page rather than quoting a figure as settled. Listing a product is not a statement that it suits anyone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoDefault name_asc.
limitNoDefault 10.
queryNoProduct, brand or strain name.
categoryNoDose form.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/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 adds meaningful context beyond them: prices/availability change daily and the agent should cite the product page rather than treating figures as settled. The medical disclaimer about listing not implying suitability is also non-obvious and valuable.

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?

Three sentences with no filler. The core purpose is front-loaded, the volatility caveat is immediate, and the disclaimer earns its place. Every sentence contributes.

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 simple search tool with four optional, fully documented parameters and no output schema, the description covers the returned data (THC/CBD, price range, stock count) and the caveats needed for correct use. Nothing an agent needs to invoke it correctly is missing.

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 description does not need to explain parameters. It does reinforce that query matches brand or name and category is a dose form, but it adds no syntax, defaults, or constraints beyond the schema.

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 that the tool surfaces UK-market products by category, brand or name, with THC/CBD content, pharmacy price ranges, and stock counts. This distinguishes it from siblings like find_clinics, find_pharmacies, and find_strains by focusing on product-level commercial data.

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 you need UK-market products with filters and pharmacy pricing. However, it does not explicitly name alternatives like get_product or state when not to use this tool, so it lacks exclusions.

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