Skip to main content
Glama
asgard-ai-platform

mcp-mayo

get_forgot_checkin_records

Retrieve manually-added or corrected clock-in records for a date range. Input start and end dates to list forgotten check-in entries.

Instructions

Get manually-added or corrected clock-in records within a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYesRange end in `YYYY-MM-DD` format
start_dateYesRange start in `YYYY-MM-DD` format
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that only manually-added or corrected clock-in records are returned, which adds behavioral context beyond the tool name. However, it does not mention permissions, return format, or filtering behavior beyond the date range, which limits transparency for a read operation.

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?

The description is a single concise sentence that is front-loaded with the verb and resource, then scoped by the date range. Every word contributes to the meaning with no redundancy.

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?

The tool is low-complexity with two well-documented parameters and no nested objects. The description clarifies the record type (manual/corrected) but does not explain return values or inclusivity of dates. Overall, it is adequate for a simple list tool, though slightly more detail would be ideal.

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?

The schema provides full descriptions for both parameters (start_date and end_date) with 100% coverage. The description adds 'within a date range' but does not provide new meaning beyond what the schema already specifies, so the 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?

The description uses a specific verb 'Get' and clearly identifies the resource as 'manually-added or corrected clock-in records' within a date range. This distinguishes it from broader siblings like 'get_attendance_history' by specifying the exact subset of records targeted.

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

Usage Guidelines4/5

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

The description clearly indicates the scope (date range, manual/corrected records) but does not explicitly mention when to use this tool over alternatives. The niche is evident from the name and description relative to sibling tools, but there are no explicit exclusions or alternative references.

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/asgard-ai-platform/mcp-mayo'

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