Skip to main content
Glama

Plan an evening

tv_plan_evening
Read-onlyIdempotent

Builds a coherent TV watching plan for an evening — either one long program filling the budget or 2-3 segments with small gaps. Accepts start time, duration budget, mood, and channel preferences. Output: ordered timeline + alternatives dropped + totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodNo
startNoStart time: "now" | "HH:MM" (Europe/Bucharest) | ISO instant20:00
preferNo
max_gap_minNo
duration_minNo
max_segmentsNo
allow_channel_switchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
moodYes
planYes
reasonNo
totalsYes
end_utcYes
freshnessYes
start_utcYes
alternativesYes
asked_at_utcYes
mood_label_roYes
duration_budget_minYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds value by detailing the two planning strategies, acceptance of parameters, and output structure (ordered timeline + alternatives dropped + totals). No contradictions; the behavioral context is enhanced.

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 sentences: the first states purpose and strategies, the second lists inputs and output. Every word is essential, front-loaded, and free of redundancy. Highly concise and well-structured.

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?

With an output schema presumed present, the description mentions key outputs. It covers the core functionality, but lacks details on acceptable mood values and channel preference format. Overall complete enough given the annotations, but minor gaps remain.

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 only 14%, with only 'start' having a description. The tool description mentions 'mood' and 'channel preferences' but does not elaborate on valid values or behavior. It provides a general sense but insufficiently compensates for the low schema coverage.

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 that the tool builds a coherent TV watching plan for an evening, specifying two strategies (one long program or 2-3 segments with gaps) and listing accepted inputs. This specific verb+resource detail distinguishes it from sibling tools like tv_recommend_today or tv_now_on_tv.

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 planning an evening with constraints, but does not explicitly state when to choose this over alternatives or provide exclusions. It lacks guidance on scenarios where this tool is preferable versus siblings like tv_recommend_by_mood.

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

Tools are largely distinct with clear use cases, though tv_recommend_by_mood and tv_recommend_today overlap somewhat in providing ranked lists. The descriptions include guidance to prefer tv_concierge for single decisions, which helps reduce confusion.

Naming Consistency5/5

All tool names follow a consistent 'tv_' prefix with a verb_noun pattern (e.g., tv_check_freshness, tv_search_program). Minor exceptions like tv_important_today and tv_now_on_tv still adhere to the same structure, maintaining high consistency.

Tool Count5/5

With 14 tools, the set is well-scoped for a comprehensive TV and streaming recommendation service. Each tool addresses a specific user need without being excessive, making the set appropriate for the domain.

Completeness4/5

The tool set covers key operations: search, recommendations (single, list, for couples), planning, prime-time/now, important events, and details. Minor gaps like user preference storage are absent, but the coverage is sufficient for most user queries.