Skip to main content
Glama

FindSaunaPlunge — US cold plunge & sauna studios

Get one venue

get_venue

Fetch the full record for one venue by its stable id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesVenue id, e.g. "alive-and-well-dallas-tx".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/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 disclosure burden. It communicates that the operation is a read ('fetch') and that the response contains the full record, which gives useful behavioral context. However, it does not address what happens for an unknown id, error cases, or any other side effects.

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?

A single sentence that is direct, front-loaded with the action and target, and contains no filler. Every word earns its place.

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 simple one-parameter get-by-id tool, the description is nearly complete: it identifies the input, the lookup key, and the type of output ('full record'). Lacking an output schema, a bit more detail about the record shape would help, but the low complexity keeps this from being a significant gap.

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?

The schema already documents the single parameter with 100% coverage and an example value. The description adds no additional semantic detail beyond what the schema provides, so the baseline of 3 applies.

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 states a specific verb ('fetch'), a specific resource ('full record for one venue'), and a clear lookup mechanism ('stable id'). This distinguishes it from siblings like list_cities and search_venues, which clearly serve different purposes.

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 clearly implies the tool is to be used when you already have a venue's stable id and need the full record. It does not explicitly mention alternatives or exclusions, but the 'by its stable id' phrasing provides enough context to avoid confusion with search/list tools.

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.