Skip to main content
Glama

SceneF — San Francisco Movie Showtimes

Theater info

scenef_theater_info
Read-only

One SF theater's card: address, neighborhood, website, ticketing note, structured discounts (label/detail/day), amenities, its next 5 showtimes with ticket links, and its calendar feed url. In "detailed" mode every showtime also carries its confidence level, source tier, reporting sources, and verified_at timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
theaterYesTheater id or name, e.g. "roxie" or "Balboa Theater".
response_formatNoOutput size: "concise" (default) for tight text lines, "detailed" to add ids, per-showtime ticket urls, and extra metadata.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
venueNo
matchedYes
upcomingNo
candidatesNo
data_as_ofYes
attributionYes
accuracy_urlYes
upcoming_countNo
covered_venue_idsNo

TDQS

A4/5.0
Behavior4/5

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

Annotations already convey readOnly and non-destructive behavior, so the bar is lower. The description adds substantial behavioral detail: the exact card contents, the 'next 5 showtimes with ticket links', and exactly what 'detailed' mode adds (confidence level, source tier, reporting sources, verified_at timestamp). It does not disclose possible failure modes or what happens if a theater is not found, but it offers useful behavioral specificity beyond the annotations.

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 a compact, front-loaded summary that uses no filler words. It leads with the core object ('one SF theater's card'), enumerates the natural card elements, and adds a single sentence for the mode variation. Every sentence adds distinctive content.

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

Completeness5/5

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

For a read-only informational tool with only two parameters, a fully described schema, and an output schema present, the description gives enough context to make a correct call: it tells what data will appear, what 'detailed' mode changes, and what the output includes. No required fields or behaviors appear missing from the description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes both parameters with 100% coverage, so the basis is strong. The description adds semantics by elaborating specifically on the 'detailed' response_format: each showtime carries confidence level, source tier, reporting sources, and verified_at timestamp. This gives an agent more conceptual meaning about the response_format enum than the schema's generic 'extra metadata'.

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 clearly states the tool returns one SF theater's info card and enumerates its contents (address, neighborhood, website, ticketing note, discounts, amenities, showtimes, calendar feed). The title itself is vague, but the description makes the resource and scope clear. It does not explicitly distinguish itself from siblings such as scenef_search_showtimes, which also involve showtimes.

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 tool is for getting a single theater's aggregated details, but it never explicitly says when to choose this tool over scenef_search_showtimes, scenef_whatds_playing, or scenef_discounts. It also mentions concise vs. detailed mode, giving partial operational guidance. No clear 'use this instead of X' or exclusion criteria are provided.

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.1/5.0
Disambiguation4/5

Most tools have clearly distinct query shapes: film lookup, theater card, discount list, coming-soon radar, and recommendation planner are easy to separate. Some overlap exists because several tools expose showtimes from different angles (e.g. scenef_whats_playing vs. scenef_now, and scenef_film_details vs. scenef_search_showtimes), but the descriptions provide enough grounding that an agent can usually select correctly.

Naming Consistency3/5

Every tool is prefixed with scenef_ and uses snake_case, which gives a consistent visual identity. Nevertheless, the pattern after the prefix is mixed: some names are nouns (scenef_discounts, scenef_accuracy), some are time references (scenef_now, scenef_coming_soon), and some are verb-first (scenef_search_showtimes, scenef_plan_movie_night). It is readable but not a single predictable verb_noun convention.

Tool Count5/5

Nine tools is right in the ideal range and each tool earns its place in the SF showtimes domain. The set covers discovery, detail lookups, discounts, recommendations, and data-accuracy verification without feeling padded or bloated.

Completeness4/5

The domain is covered broadly: film discovery, film details, theater details, per-film showtimes, coming soon, discounts, nightly overview, personalized planning, and accuracy metrics. The main gap is that there is no simple cross-film showtimes-for-a-specific-date listing, but agents can usually work around this with scenef_whats_playing and scenef_search_showtimes.

Resources