Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.etonecarg.com/llms.txt

Use this file to discover all available pages before exploring further.

Prompt-to-Tool Mapping

Use these guides when you are starting from a user ask rather than from a known tool or known provider ref.

The three prompt families

Examples:
  • what is on tonight
  • what can I watch
  • where can I watch this game
  • what else should I watch
These usually start with watchability-first tools such as list_watchable_schedule, list_live_slate, or get_watch_availability.

Common prompt guides

Workflow rules

  • Resolve only when the prompt is actually ambiguous.
  • Keep windows bounded.
  • Use GSD-first tools for sports truth.
  • Use watchability-first tools for watchability and program context.
  • Compare by composing multiple calls rather than expecting one compare tool.