Skip to main content
Glama
prime-cost
by prime-cost

toast_get_employee_time_entries

Retrieve clock-in and clock-out time entries for an employee. Specify employee GUID and optional date range to get attendance records for payroll or labor analysis.

Instructions

Get time entries (clock in/out) for an employee

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNo
startDateNo
businessDateNoBusiness date in YYYYMMDD format
employeeGuidYes
restaurantGuidNo
Behavior2/5

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

With no annotations present, the description carries the full burden of disclosing behavior. It only states that it returns time entries with clock in/out data; it does not mention whether filtering by dates is required, how entries are ordered, what the response contains, or any restrictions or side effects.

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 a single concise sentence that front-loads the core action and resource. It is appropriately short for a simple read operation, though it sacrifices useful detail that could be added without becoming verbose.

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?

For a tool with five parameters, only one required, no output schema, and no annotations, this description is too thin. It leaves the agent uncertain about date filtering, the relationship between businessDate and startDate/endDate, and whether restaurantGuid is needed in multi-restaurant contexts.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 20%, so the description must compensate for the many undocumented parameters. It adds minimal meaning by implying employeeGuid is the primary lookup key, but it gives no semantics for startDate, endDate, businessDate, or restaurantGuid, nor any guidance about required date formats or combinations.

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?

The description uses a specific verb and resource—'Get time entries (clock in/out) for an employee'—and clearly identifies the entity being fetched. It does not explicitly name a sibling tool, but the 'for an employee' scope distinguishes it from broader tools like toast_list_time_entries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to choose this tool over related alternatives such as toast_list_time_entries or toast_get_employee_hours. There are no exclusions, prerequisites, or contextual signals explaining how this differs from those sibling tools.

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/prime-cost/toast-mcp'

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