Skip to main content
Glama

Dayze — Life in Days + Notable People

Calendar Events

get_events
Read-onlyIdempotent

Authenticated user's calendar events. Prefer explicit from/to (YYYY-MM-DD). Shortcuts: today|week|month|year (calendar year)|decade. Browsing noise excluded by default. ($0.10; API key required)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoInclusive YYYY-MM-DD
fromNoInclusive YYYY-MM-DD (preferred over range)
rangeNo
include_browsingNoInclude extension "Browsed domain · Xm" auto-events (default false)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesInclusive YYYY-MM-DD upper bound.
capYes
fromYesInclusive YYYY-MM-DD lower bound.
rangeYes
totalNo
eventsYes
truncatedYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description needs to add only extra behavioral context. It does so by disclosing the default exclusion of browsing noise, the $0.10 cost, and the API key requirement, and by clarifying that 'year' means calendar year. No contradiction with annotations exists.

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 four short, information-dense segments, each adding distinct value: what the tool returns, how to specify time, default filtering behavior, and cost/auth constraints. It is front-loaded and contains no filler or redundant wording.

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?

With four optional parameters and an output schema present, the description adequately covers the main calling patterns, defaults, and constraints. The only notable gap is the lack of an explicit statement about behavior when no time parameters are supplied (e.g., a default range), though this is a minor omission given the output schema.

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

Parameters4/5

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

Schema coverage is 75%, so most parameters are already documented. The description adds value by specifying the preference for explicit from/to over range, listing the allowed shortcut values, and clarifying that 'year' is a calendar year rather than a rolling year. It also restates the default for include_browsing, though the schema already covers that.

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 begins with 'Authenticated user's calendar events,' clearly indicating a read operation on a specific resource, and the tool name 'get_events' supplies the verb. It is not a tautology and is more specific than many sibling get_* tools, but it does not explicitly distinguish itself from related tools such as get_memories or get_trackers.

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 gives clear calling context: prefer explicit from/to dates, use shortcuts such as today|week|month|year|decade, and note that browsing noise is excluded by default. However, it does not state when to use this tool over alternatives, nor does it explain what happens when no time parameters are provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation3/5

Most tools target distinct resources, but get_context_pack and get_life_context overlap heavily, and get_money_between_people is an intentional duplicate alias of get_person_transactions. The rest are mostly clear due to explicit descriptions.

Naming Consistency4/5

Naming is predominantly verb_noun snake_case with clear families (get_*, log_*, update_*, search_*, notable_*). Minor inconsistencies: create_person breaks the add_inventory_* pattern, and one-off verbs like record_, attach_, merge_ are not part of a uniform scheme.

Tool Count1/5

With 64 tools, this far exceeds the 50+ extreme threshold. The broad personal-life domain justifies many tools, but the count creates significant selection overhead and feels bloated, especially with redundant aliases and overlapping context pack variants.

Completeness4/5

The set covers inventory, CRM, events, food, expenses, travel, places, photos, Gmail, and notable-people lookup with strong read/write/search coverage. Minor gaps include no delete operations for events/people/food (only archive/update) and no explicit place creation.