Skip to main content
Glama

playing-conditions

Current outdoor playing conditions (wind, temperature, precipitation) for a location. Wind is the decisive signal for outdoor table tennis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude
lngYesLongitude

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description should disclose behavioral traits like read-only nature, but it only describes output contents without mentioning safety, authentication, or rate limits. However, it is a read-only operation, so no major red flags.

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, front-loaded with the core purpose and a specific use case. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description specifies what conditions are included, it lacks details such as units, update frequency, or response format. Given no output schema, more completeness would help the agent understand expected data.

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% for lat and lng, so the baseline is 3. The description does not add any additional meaning or constraints beyond what the schema already provides.

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 states the tool provides current outdoor playing conditions including wind, temperature, and precipitation for a location. It distinguishes itself from sibling tools 'find-spots' and 'get-spot' by focusing on conditions rather than spot information.

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 usage for assessing outdoor conditions, especially for table tennis given wind importance, but does not provide explicit instructions on when to use versus alternatives, nor does it mention when not to use.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: find spots, get spot details, and check playing conditions. No overlap in functionality.

Naming Consistency4/5

All names use a verb-noun pattern with hyphens. Minor inconsistency: 'get-spot' uses singular while 'find-spots' uses plural, but pattern is consistent.

Tool Count4/5

Three tools is appropriate for a focused domain like outdoor table-tennis spots. Could be expanded but not under-scoped.

Completeness3/5

Covers core use cases: finding, viewing, and checking conditions. Missing operations like adding or updating spots, or filtering by attributes.

Resources