Skip to main content
Glama

TheDiscList Public MCP

list_brands

List and filter disc golf manufacturers/brands in the database, including active mold counts, speed ranges, category breakdowns, and top popular molds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of brands to return (1..100, default 20)
queryNoSearch query to match brand name or slug (e.g. 'Axiom', 'Latitude', 'Innova')
offsetNoPagination offset (default 0)
categoryNoFilter brands that manufacture discs in this category (putter, midrange, fairway_driver, distance_driver)
min_discsNoMinimum number of active molds manufactured by the brand

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It conveys a read-only listing/filtering operation and previews key output fields, but it does not explicitly state that no mutation occurs, how results are ordered, or how filtering behaves for partial matches.

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?

A single efficient sentence that front-loads the action and target resource, then appends the key result details. Every clause earns its place.

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 list/filter tool with fully documented optional parameters, the description covers the main purpose and output highlights. It could be more complete by noting pagination defaults and the exact result shape, but these are largely covered by the schema and implied by the listed output fields.

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 each parameter already has a clear description with defaults and examples, so the description adds no new parameter semantics. The baseline of 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?

The description states a specific verb (list and filter), a clear resource (disc golf manufacturers/brands), and the scope of returned data (mold counts, speed ranges, category breakdowns, and top molds). This clearly differentiates it from the disc-focused sibling tools, since list_brands is the only brand-level tool.

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 clearly implies this is the tool for brand-level overviews and filtering, while all siblings are disc-focused. It does not explicitly provide when-not-to-use guidance or route to alternatives, but the context is clear enough for an agent to select it correctly.

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