Skip to main content
Glama

cronos_lista_mese

Provides a monthly dashboard overview of diary entries, showing per-day file status and entry counts to identify completed days, pending todos, and empty days.

Instructions

Lista lo stato del diario per ogni giorno di un mese.

Restituisce una vista mensile con un record per giorno che indica quali artifact sono presenti: legacy single-file (storico), raw.md, todo.md, fine-giornata.md. Per i giorni con file principale leggibile riporta il numero di entry parsate.

Utile come dashboard "a colpo d'occhio" per il mese: dove c'e' chiusura, dove ci sono todo pendenti, quali giorni sono vuoti.

Parametri:

  • mese (int, optional): Numero mese 1-12 (default: mese corrente)

  • anno (int, optional): Anno YYYY (default: anno corrente)

Restituisce: Riepilogo totali + dettaglio per giorno con flag presenza file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meseNoNumero mese 1-12 (default corrente)
annoNoAnno YYYY (default corrente)
Behavior4/5

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

With no annotations, the description bears full burden. It discloses that the tool returns aggregated data with daily flags and entry counts, and lists which artifacts are checked. This is transparent for a read-only reporting tool, though it could explicitly state it is non-destructive.

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 well-structured with a clear progression: output overview, details, use case, parameters, return. It is slightly wordy (7 sentences) but every part adds value.

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?

For a tool with 2 optional params and no output schema, the description adequately explains the return format (summary + daily details with flags). It covers the essential aspects, though could mention if there are limits or pagination.

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?

Both parameters (mese, anno) are documented in the schema with 100% coverage. The description repeats the defaults but adds no additional semantic nuance, so 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 the diary status for each day of a month, providing a monthly view with artifact presence and entry counts. This distinctively differentiates it from siblings like cronos_leggi_diario (single day) and cronos_settimana (weekly).

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 explicitly positions the tool as a 'quick glance' dashboard for the month, indicating when to use it. However, it does not provide explicit exclusions or alternatives, though the context of sibling tools makes the usage clear.

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/mauriziomocci/mcp-cronos'

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