export_compliance_log
Export the full kitchen compliance log as CSV text (area, service, next due, status, chase history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Export the full kitchen compliance log as CSV text (area, service, next due, status, chase history).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the transparency burden. It discloses the output format (CSV text) and content columns, but does not explicitly state safety traits like read-only behavior, permission requirements, or pagination limits. The lack of side-effect disclosure is noticeable but not misleading for a simple export operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that efficiently conveys the action, output format, and included columns without any fluff or redundancy. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, no output schema), the description is fully sufficient. It covers the purpose, output format, and data structure, leaving no critical gaps for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema coverage is 100% automatically. The description doesn't need to explain parameters, and the baseline for zero-parameter tools is 4. No additional parameter meaning is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Export the full kitchen compliance log as CSV text' with specific columns listed. It distinguishes from sibling tools by focusing on exporting the entire log rather than summaries or filtered subsets.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'full kitchen compliance log' provides clear context for when to use this tool (when the entire log is needed in CSV format). It doesn't explicitly mention alternatives or exclusions, but the purpose is unambiguous enough for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: export full log, get summary, list upcoming due items, list overdue items, and search. The difference between due and overdue is explicitly stated, removing any ambiguity.
All tool names follow a consistent verb_noun pattern (export_compliance_log, get_compliance_summary, get_services_due, list_overdue_services, search_services), with clear verbs and descriptive nouns.
Five tools is well-scoped for a kitchen compliance monitoring server. Each tool covers a distinct query need without redundancy or bloat.
The tool surface fully covers the read-only compliance monitoring domain: full export, summary, upcoming due, overdue, and search. There are no obvious gaps for the stated purpose.