Skip to main content
Glama

cronos_imposta_bloccanti

Set or update blockers for a daily diary entry. Specify blockers text and optional date; the file must already exist.

Instructions

Imposta o aggiorna la sezione Bloccanti del diario.

Il file deve esistere (usa cronos_aggiungi_entry per crearlo).

Parametri:

  • bloccanti (str, required): Testo dei bloccanti ("Nessuno" se non ci sono bloccanti)

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

Restituisce: Conferma dell'operazione con path del file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bloccantiYesTesto dei bloccanti
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 full burden. It discloses the prerequisite (file must exist) and return type, but lacks details on error handling or auth needs. Still, it provides adequate behavioral context.

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?

Short and well-structured: purpose first, then prerequisite, then parameter list. Every sentence is informative and not redundant.

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 simple tool with 2 parameters and no output schema, the description is fairly complete. It covers purpose, prerequisite, parameters, and return value. Could mention error cases (e.g., file not found) but overall sufficient.

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 100%, so baseline is 3. The description adds value by specifying the default value for data ('oggi') and instructing to use 'Nessuno' when there are no blockers, which goes beyond the 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?

The description clearly states the verb ('Imposta o aggiorna') and resource ('sezione Bloccanti del diario'), distinguishing it from sibling tools like cronos_aggiungi_entry which creates files.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says the file must exist and references cronos_aggiungi_entry as the alternative to create it, providing clear guidance on when to use this tool.

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