Skip to main content
Glama

cronos_fine_giornata

Reads daily diary entries and returns instructions to generate rewritten entries, a daily narrative summary, a technical summary, and a standup message.

Instructions

Chiusura di fine giornata: legge le entry del diario e restituisce istruzioni per ristrutturarle.

Usa questo tool quando l'utente dice:

  • "Fine giornata" / "Chiudi la giornata"

  • "Riscrivi il diario"

  • "Genera i riassunti di fine giornata"

  • "Fai il wrap-up della giornata"

Il tool restituisce le entry grezze del giorno insieme a istruzioni dettagliate per generare quattro output:

  1. Entry riscritte in ordine cronologico e logico

  2. Riassunto della giornata (paragrafo narrativo)

  3. Riassunto tecnico (denso, con tutti i dettagli implementativi)

  4. Messaggio per lo standup (alto livello, discorsivo)

Parametri:

  • data (str, optional): Data YYYY-MM-DD (default: oggi)

Restituisce: Entry del diario con istruzioni di stile per la generazione.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoData YYYY-MM-DD (opzionale, default oggi)
Behavior4/5

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

With no annotations, the description carries the full burden. It states the tool reads entries and returns instructions, implying a read-only operation. It does not detail side effects like caching or logging, but the core behavior is transparent.

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 well-structured with a clear overview, explicit trigger examples, and a numbered list of outputs. Every sentence adds value, and the length is appropriate for the tool's complexity.

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

Completeness5/5

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

Given the tool has no output schema, the description adequately explains that it returns diary entries with style instructions for generation. The low complexity and single optional parameter make this complete.

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 input schema already provides a description of the 'data' parameter with format and default, achieving 100% coverage. The description adds no extra meaning beyond what is in the schema, so baseline score of 3 applies.

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 'Chiusura di fine giornata' (end-of-day closure) and explains it reads diary entries and returns instructions for restructuring. It lists four specific outputs, distinguishing it from siblings like cronos_scrivi_fine_giornata which probably writes the final output.

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 lists trigger phrases such as 'Fine giornata' and 'Chiudi la giornata', providing clear context for when to use this tool. It does not explicitly state when not to use it, but the examples and context signals from sibling tools imply appropriate usage.

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