Skip to main content
Glama

recommend_bag_fillers

Suggests the highest-rated discs to fill missing shot slots or close voids in the bag based on BagIQ matrix coordinates and DiscList ratings, with interactive 1-click 'Add to Bag' deep links. Accepts discs list or a BagIQ share link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNoOptional brand filter for recommendations
discsNoCurrent bag contents (optional if share_url or share_id is provided)
limitNoNumber of recommendations per gap (1..5, default 3)
gap_idNoSpecific gap ID to fill (e.g. 'fairway-understable', 'approach-overstable', 'mid-neutral')
share_idNoOptional BagIQ short share ID (e.g. '4fisr8a7')
share_urlNoOptional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • changedInput schema / properties / discs / description
      Previous value: -"Current bag contents"New value: +"Current bag contents (optional if share_url or share_id is provided)"
    • addedInput schema / properties / share_id
      Added value: +{
      +  "description": "Optional BagIQ short share ID (e.g. '4fisr8a7')",
      +  "type": "string"
      +}
    • addedInput schema / properties / share_url
      Added value: +{
      +  "description": "Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')",
      +  "type": "string"
      +}
    • removedInput schema / required
      Removed value: -[
      -  "discs"
      -]
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the recommendation basis (BagIQ matrix coordinates and DiscList ratings) and the output style (1-click 'Add to Bag' deep links). However, it does not disclose whether the tool modifies any bag state, whether authentication is needed, or what happens when no gaps or discs are found.

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 filler, front-loads the primary action, and packs the essential context: purpose, underlying data, output behavior, and accepted input formats. Every clause contributes useful information.

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 recommendation tool with 6 optional parameters and full schema coverage, the description is largely complete: it states the core purpose, input modes, algorithm inputs, and output style. It doesn't fully describe response shape or side effects, which would matter more given there is no output schema, but the existing description is still sufficient for an agent to invoke the tool 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 baseline is 3. The description adds context about accepting a discs list or a BagIQ share link, which maps to the discs and share_url/share_id parameters, but it does not provide meaning beyond the schema for individual parameters.

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 uses a specific verb ('Suggests'), names the resource ('highest-rated discs'), and defines the exact purpose ('fill missing shot slots or close voids'). It also distinguishes itself from gap-detection siblings like find_bag_gaps by emphasizing it produces fill recommendations rather than just identifying gaps.

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

Usage Guidelines3/5

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

The description implies when to use the tool: when the user needs actual disc recommendations to fill bag voids. It does not explicitly state when not to use it or name alternatives such as find_bag_gaps or detect_overlap for gap identification, so the usage context is clear but the exclusion guidance is missing.

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