Skip to main content
Glama

cronos_leggi_todo

Reads the todo.md file for a specified date (default today) to retrieve your daily task list and any backup file from previous replanning.

Instructions

Legge il file todo.md di una data (default oggi).

Restituisce il contenuto markdown del todo, utile per rispondere alla domanda "che dovevo fare oggi?". Se nella stessa cartella esiste un todo.bak.md (creato da una ripianificazione precedente con cronos_prepara_domani), il path del backup viene riportato.

Parametri:

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

Restituisce: Contenuto del file todo.md, path, ed eventuale info sul backup.

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?

No annotations provided, but description discloses what is returned (markdown content, path, backup info) and implies read-only behavior; additional context about backup file adds transparency beyond basic function.

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?

Description is efficient with three sentences and a parameter list, front-loading the main action and delivering essential information without waste.

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?

For a simple tool with one optional parameter and no output schema, description fully covers purpose, parameter, return values, and context (backup info), meeting completeness needs.

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 covers 100% of parameters with description already including format and optionality; description adds default behavior (oggi) and purpose, providing extra meaning beyond schema.

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?

Description clearly states 'Legge il file todo.md di una data' with specific verb and resource, and distinguishes from siblings by focusing on reading a date-specific todo file, useful for answering 'che dovevo fare oggi?'

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?

Provides context for when to use (reading today's or specific date's todo) and mentions related backup from cronos_prepara_domani, but lacks explicit exclusions or comparisons to alternatives.

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