Skip to main content
Glama

Search Tee Times

search_tee_times
Read-onlyIdempotent

Search for available tee times at a golf course. Note: live tee-time inventory is not available on Stymie. Returns the Stymie course page (official website and phone for booking) and the tee-time alert early-access list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDesired date (YYYY-MM-DD)
slugYesCourse full_slug
playersNoNumber of players

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior5/5

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

Annotations already mark the call read-only and idempotent, and the description adds important non-obvious behavior: live tee-time inventory is not returned, and the result is instead a Stymie course page plus an alert early-access list. This goes well beyond what the annotations cover and sets accurate expectations for the response.

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?

Two short sentences carry the full message: the action, the critical caveat, and the return value. No filler or redundant restatement of the schema.

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 read-only lookup with fully documented parameters and no output schema, the description adequately states what the tool returns and its central limitation. It could add a bit more about what the alert early-access list contains, but that gap does not prevent correct invocation.

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%, and the description adds no parameter-specific meaning beyond the schema. The baseline of 3 applies because the schema fully documents slug, date, and players.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: it searches for tee times at a golf course, and immediately clarifies that it does not return live inventory. This makes the core purpose clear, though it doesn't explicitly contrast with related tools like search_courses or get_course.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is given, and no sibling alternatives are named. The note about live inventory being unavailable is a useful expectation-setting caveat, but it doesn't help an agent decide between this tool and search_courses, get_course, or find_nearby_courses.

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