Skip to main content
Glama

cyberboss_food_check_expiry

Check which food items are due, expired, or upcoming, with reminders that respect your work cycle to avoid waste.

Instructions

Check which food reminders are due, expired, or upcoming. Reminder timing respects the saved work cycle, so foods expiring during a 48-hour away window are surfaced before departure. Once an item is due, it remains due on every daily check through expiry and afterward until it is physically gone and removed; remind the user once per calendar day. Input: { now?: string, includeAll?: boolean, workCycle?: {}, policy?: {} }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNoOptional current datetime for checks.
policyNoOptional reminder policy override.
workCycleNoOptional override work cycle.
includeAllNoInclude closed items.
Behavior5/5

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

With no annotations, the description fully carries the behavioral burden. It details that reminders respect work cycles, are surfaced before away windows, remain due until physically removed, and are reminded once per day. This exceeds typical disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (4 sentences) and front-loads the core purpose. However, the inline parameter list at the end is somewhat redundant given the schema, but does not detract significantly.

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

Completeness2/5

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

No output schema is provided, and the description fails to explain what the tool returns (e.g., a list of reminders, statuses, etc.). Given the tool has 4 parameters and no output schema, the description should cover output structure.

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 coverage is 100% and descriptions are provided. The tool description merely repeats the parameter list without adding new semantic meaning beyond the schema. No additional constraints or usage details are given for the parameters.

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?

Description clearly states 'Check which food reminders are due, expired, or upcoming,' using a specific verb and resource. It alludes to differentiation from siblings by mentioning reminder timing and work cycles, but does not explicitly contrast with 'list' or 'mark' tools.

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?

Provides some usage context, e.g., 'remind the user once per calendar day' and timing relative to work cycles. However, it lacks explicit guidance on when to use this tool versus sibling tools like cyberboss_food_list, nor does it state when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caroliny1031/food-core'

If you have feedback or need assistance with the MCP directory API, please join our Discord server