Skip to main content
Glama
JavierPrior845

Google Calendar MCP Server

get_workload_analytics

Calculate workload distribution from calendar events in a specified period, producing metrics on hours allocated to each area.

Instructions

Analiza la distribución del tiempo agendado en un período y genera métricas sobre cuántas horas se han dedicado a cada área.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoFecha de fin del rango (YYYY-MM-DD, opcional)
startDateNoFecha de inicio del rango (YYYY-MM-DD, opcional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description bears full responsibility for disclosing behavioral traits, but it only says 'analyzes' and 'generates metrics.' It does not state that the tool is read-only, how optional date parameters behave when omitted, or what aggregation assumptions apply.

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?

A single, front-loaded sentence expresses the action, the resource, and the generated metrics with no filler. Every word contributes to understanding the tool's purpose.

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

Completeness3/5

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

For a simple two-parameter tool, the description gives the core purpose and a high-level output summary. But since there is no output schema and no annotations, it should more explicitly describe the default date range, the exact metric fields, and the meaning of 'area' to be fully self-sufficient.

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%, so the parameter names and formats are already documented. The description adds only the notion of analyzing a 'period,' which maps to the date parameters without adding meaningful detail about defaults or boundary behavior.

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 specific language: it analyzes scheduled-time distribution over a period and generates per-area hour metrics. This clearly distinguishes it from the event-management siblings like create_event, list_events, and detect_conflicts.

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 intended use is implied: use it when needing workload distribution or per-area hour metrics over a period. However, it provides no explicit guidance about when not to use it or why it should be preferred over sibling event-list/analytics alternatives.

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