Skip to main content
Glama

Show Toast operations overview

toast_show_operations_overview
Read-onlyIdempotent

Generate a privacy-safe sales and inventory overview for a restaurant and render it as an interactive visualization, using optional date range and restaurant filters.

Instructions

Builds a privacy-safe sales and inventory overview and renders an interactive MCP App when supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoISO 8601 timestamp; defaults to now.
startDateNoISO 8601 timestamp; defaults to 24 hours ago.
restaurantGuidNoToast restaurant GUID. Defaults to the first configured location.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
overviewYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0-beta.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover readOnly, idempotent, openWorld, and non-destructive behavior. The description adds context about 'privacy-safe' handling and conditional rendering of an interactive app, which clarifies behavior beyond the annotation defaults. No contradictions.

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?

One concise sentence that covers purpose, key behavior, and conditional output. No fluff or redundant 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?

Output schema is present, so return value explanation is unnecessary. The description gives enough context about what the tool does and when it renders an app, but does not detail edge cases like unsupported app environments. Overall sufficient for an agent to call correctly.

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?

All three parameters are described with defaults, achieving 100% schema coverage. The description does not add additional meaning beyond the schema, but the schema itself is sufficient for basic understanding. Baseline of 3 is appropriate.

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 verb ('Builds') with a clear resource ('operations overview') and outcome (sales and inventory overview, rendering an interactive MCP App). Distinguishes from siblings by offering a consolidated overview rather than raw data retrieval.

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?

Implies use when a high-level overview of sales and inventory is needed, but does not explicitly state when to prefer this over sibling tools like toast_get_inventory or toast_find_orders. Lacks explicit prerequisites or alternative conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.