Skip to main content
Glama
bjornj12

golf-coach

trackman

Read-onlyIdempotent

Fetch golf performance data: handicap history, practice sessions, course rounds, and club gapping. Use it to diagnose weaknesses and coach effectively.

Instructions

Trackman data reads (controlled/flat-lie launch-monitor data). Raw only.

Actions:

  • profile: identity + current handicap (hcp.currentHcp, latest record).

  • handicap (paging skip/take default 20, only_in_avg): handicap history — per-round differentials and how the index moved.

  • sessions (skip/take default 25, kinds, time_from/time_to, include_hidden): list activities (practice sessions and course rounds) — totalCount + a page of item summaries. Use session with an item's id for full detail.

  • session (needs activity_id): one activity in full, with shot-level launch metrics (RANGE_PRACTICE strokes) or the scorecard (COURSE_PLAY).

  • rounds (skip/take default 20, completed): course rounds (scorecards) — per-hole scores and round stat aggregates. completed=None returns all rounds regardless of completion state.

  • clubs (include_retired): per-club gapping and dispersion ("My Bag" / Find My Distance) — the source for gapping analysis.

  • summary (time_from/time_to, skip/take default 50): activity counts grouped by kind over an optional time window.

take defaults to each action's own historical default (20 for handicap and rounds, 25 for sessions, 50 for summary) when omitted; pass it explicitly to override.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
takeNo
kindsNo
actionYes
time_toNo
completedNo
time_fromNo
activity_idNo
only_in_avgNo
include_hiddenNo
include_retiredNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description aligns by stating 'reads' and 'Raw only.' It adds behavioral detail beyond annotations: per-action `take` defaults, `completed=None` returns all rounds regardless of completion state, and session returns different payloads for RANGE_PRACTICE vs COURSE_PLAY. This contextual information is valuable for invoking the tool correctly.

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 long but well-structured, with a front-loaded purpose and a bulleted list of actions. Every sentence conveys either an action's purpose, its parameters, or behavioral nuances, so nothing feels redundant. Given the tool's complexity (7 sub-actions, 11 params), the length is appropriate.

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?

The description covers all 7 actions, all relevant parameters, default pagination behavior, and the distinction between activity types. It even notes the shape of responses (totalCount + page of summaries for sessions, scorecards for rounds). Since an output schema exists, detailed return-theme documentation is unnecessary, making the description complete for a tool of 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?

Schema coverage is 0%, so the description bears the full burden for parameter semantics. It explains each action's relevant parameters, e.g., `handicap` takes `skip`/`take` default 20 and `only_in_avg`; `sessions` takes `kinds`, `time_from`/`time_to`, `include_hidden`; `rounds` takes `completed`; and `clubs` takes `include_retired`. It also clarifies the default `take` values per action, which are not obvious from 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 defines the tool as 'Trackman data reads' and lists seven specific actions (profile, handicap, sessions, session, rounds, clubs, summary), each with a resource and purpose. It distinguishes itself with 'Raw only,' making clear it provides unprocessed launch-monitor data. Although it doesn't reference sibling tools explicitly, the specificity of actions and raw-only scope makes the purpose unambiguous.

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 provides clear context for each sub-action, e.g., 'Use session with an item's id for full detail' and explains when to use sessions vs session vs rounds. However, it never explicitly contrasts the tool with sibling tools or says when not to use it. The 'Raw only' phrase is a subtle exclusion but no named alternatives are given.

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