Skip to main content
Glama

Find BJJ gyms

find_gyms

Find BJJ gyms near a US city, neighborhood, or ZIP. Defaults match the OpenMapp map: open to drop-ins, classes today. Returns drop-in policy, visitor fee when known, and matching class times.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesCity, neighborhood, address, or ZIP, same as the OpenMapp search box
dayNoRestrict to this weekday or tomorrow. Overrides today
kindsNoFilter to Gi, No-Gi, and/or open mat
limitNoMax gyms to return. Default 8
todayNoOnly gyms with a listed class or open mat today. Default true
drop_insNoOnly gyms that do not refuse class drop-ins. Default true

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations present, the description carries the full burden and does disclose important behavior: defaults for drop-ins and today's classes, US-only location scope, and the type of data returned (drop-in policy, visitor fee, matching class times). It does not detail edge cases or formatting, but it provides meaningful behavioral context beyond the schema.

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 compact sentences with no filler. The core purpose and location scope are front-loaded, followed by defaults and return content. Every sentence adds useful information.

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?

Given there is no output schema, the description appropriately summarizes what the tool returns. It covers the main intent, location inputs, default behavior, and key output fields. It could be more complete by explicitly routing users to get_gym for individual gym details or noting result ordering, but it is sufficient for 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%, so the baseline is 3. The description adds context about default filtering and returned fields, but it does not add per-parameter meaning beyond what the schema already provides for q, day, kinds, limit, today, and drop_ins.

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?

States a specific action ('Find BJJ gyms') and a resource, with a defined scope ('near a US city, neighborhood, or ZIP'). It also clarifies the default filters and return content, making it easy to distinguish from siblings like get_gym and list_cities.

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 the use case: search for BJJ gyms by location, matching the OpenMapp map defaults. However, it does not explicitly say when to prefer this over siblings such as get_gym for individual gym details, or map_url/list_cities for other map-related actions.

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