Skip to main content
Glama
bjornj12

golf-coach

gamebook

Manage and compare golf round data from GameBook screenshots, with coverage-aware scoring for reliable progress tracking.

Instructions

On-course rounds ingested from Golf GameBook screenshots (local, last 5).

The gamebook-screenshot-analysis skill extracts a round from screenshots and saves it here. Only score-per-hole is trusted; every other dimension carries a coverage flag (full|partial|none) and analysis respects it.

Actions:

  • save (needs round): a coverage-aware record — {date, course:{par,cr,slope}, result:{gross,net,to_par,position}, holes:[{hole,par,score,putts?,fairway?, gir?,bunkers?,chips?,penalties?}], coverage:{...}, dimensions:{...}}. Runs a self-check (hole sums vs gross/par); refuses inconsistent reads. Computes the scoring block, stores it (last 5), returns the stored record.

  • list: index of stored rounds (id, date, gross, net, to_par, coverage), newest first.

  • get (needs round_id): one full stored round.

  • compare (optional round_id, default latest): deterministic deltas vs the rounds before it — scoring always, other dimensions only where both tracked them. Returns measurement; the coach narrates progress from it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roundNo
actionYes
round_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses the self-check mechanism ('refuses inconsistent reads'), the coverage flags on unverified dimensions, and the last-5 retention policy. This goes well beyond the minimal annotations and manages expectations about data trustworthiness.

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 compact yet information-dense, using a bulleted action list to organize functional details. The opening sentence and parentheses efficiently convey scope and storage limits.

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?

All four actions have stated behavior and return values, and the nested round structure is fully documented. The existence of an output schema also covers response details, making this complete for a tool with this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Even though the schema's parameters have no descriptions, the tool description explains each action's required parameters ('save' needs `round`, 'get' needs `round_id`) and provides an inline schema for the round object. This fully compensates for the 0% schema coverage.

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 opens with a specific resource ('On-course rounds ingested from Golf GameBook screenshots') and enumerates four concrete actions (save, list, get, compare). It clearly distinguishes from sibling tools by scoping to GameBook screenshot data rather than Trackman or session analysis.

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 when to use the tool by noting that the `gamebook-screenshot-analysis` skill extracts and saves rounds here. However, it does not explicitly mention alternatives or exclusions, so users must infer that Trackman/session data goes elsewhere.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bjornj12/golf-coach'

If you have feedback or need assistance with the MCP directory API, please join our Discord server