Skip to main content
Glama

find_museums

Find Los Angeles museums and galleries: art, history, science, film, kids, cars, gardens, photography. Answers the two questions ticketing APIs cannot: WHEN IS IT FREE (many LA museums are permanently free, others only on a recurring rule such as "second Tuesday of the month" or "Thursdays 5-8 PM" — free.today, free.label and free.next resolve that for the current LA date, free.rules gives the raw rule) and WHAT IS ON VIEW (current and upcoming exhibitions with their run dates, so you can say what closes soon). Also returns opening hours, open-now, typical visit length, quietest time, admission prices and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
typeNoMuseum type. Call get_taxonomy for labels.
limitNo1-25, default 10
open_nowNo
free_todayNoOnly museums that are free today (always-free ones included, ranked last)

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains inner workings such as the `free.today`, `free.label`, `free.next`, and `free.rules` fields, notes that free rules depend on the 'current LA date' (time-zone relevant), and lists additional return data (hours, open-now, visit length, quietest time, prices, links). This goes well beyond the schema and gives a detailed picture of behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat lengthy but is well-structured: it opens with the core purpose, then highlights two key differentiators with examples, and ends with a list of additional data points. Every sentence adds value, though it could be tightened without losing meaning. The front-loading is effective.

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 tool with no output schema, the description does a good job of enumerating return fields and filtering semantics. It covers free admission details, exhibitions, hours, open-now status, visit duration, quietest time, prices, and links. Missing details like pagination or error handling are non-critical for a finder tool, and the explanation of free rules is particularly thorough.

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 50% (type, limit, free_today have descriptions; lat, lon, open_now do not). The description adds meaningful context by enumerating museum types (matching the enum) and elaborating on the free-today concept. However, it does not explain lat/lon or open_now, nor does it fully compensate for the missing schema descriptions on those parameters. It provides partial value but leaves gaps.

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 begins with a specific verb and resource: 'Find Los Angeles museums and galleries'. It then lists concrete categories (art, history, science, film, kids, cars, gardens, photography) and highlights unique capabilities (free admission rules, exhibition schedules) that clearly distinguish it from sibling tools like find_bars or get_best_ticket_prices.

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 strong context for when to use this tool: 'Answers the two questions ticketing APIs cannot' (free admission and current exhibitions). This implies a contrast with ticketing-related tools such as get_best_ticket_prices, though it does not explicitly name alternatives or state when NOT to use it. The guidance is clear but not fully explicit.

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

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct role: venue finders (bars, museums), event search, ticket price comparison, event details, change history, taxonomy, and a curated nightly snapshot. While find_bars and search_events could theoretically overlap for nightlife, the descriptions explicitly scope them to venues vs. events, eliminating ambiguity.

Naming Consistency4/5

The tool names mostly follow a verb_noun pattern: find_* for venue discovery, get_* for retrieval, search_events for event search. However, `whats_on_tonight` breaks the pattern with an idiomatic phrase, and `find` vs `search` are used interchangeably for discovery, causing minor inconsistency.

Tool Count5/5

With 8 tools, the server is well-scoped for an LA event discovery service covering search, venue lookups, ticket prices, history, taxonomy, and a nightly roundup. Each tool earns its place without redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only lifecycle: searching events, finding bars and museums, retrieving event details, comparing ticket prices, viewing historical changes, and exploring taxonomy tags. For its stated purpose of providing a synoptic LA event view, there are no significant gaps.

Resources