Skip to main content
Glama

daylite_list_appointments

List Daylite appointments with optional filters for calendar name and ISO 8601 date range (start_after, start_before).

Instructions

Liste Termine aus Daylite auf. Optional filterbar nach Zeitraum.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarNoName des Kalenders (optional)
start_afterNoNur Termine nach diesem Zeitpunkt (ISO 8601, z.B. 2025-01-01T00:00:00Z)
start_beforeNoNur Termine vor diesem Zeitpunkt (ISO 8601, z.B. 2025-12-31T23:59:59Z)
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral transparency burden. While 'list' implies a read operation, the description lacks details on side effects, pagination, limits, or what happens without filters. It does not add sufficient behavioral context beyond the name.

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 sentence, concise and front-loaded. It is efficient, though it could include more detail without losing brevity.

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?

The tool has no output schema, and the description does not explain the return format or structure. For a list operation, the agent would need to know what is returned (e.g., an array of appointments). The description is incomplete despite the simple nature of the tool.

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 description coverage is 100%, so the parameters are already documented. The description adds that filtering is optional and by time period, but does not provide additional meaning beyond what is in the schema. Baseline 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 clearly states it lists appointments from Daylite with optional time period filtering. It uses a specific verb+resource and is distinct from sibling tools like daylite_create_appointment or daylite_list_tasks.

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?

The description implies use for listing appointments with optional filtering, but does not provide explicit guidance on when to use versus alternatives. There is no mention of prerequisites or exclusions.

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/wimwoeber/daylite-claude-connector'

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