Skip to main content
Glama

chronica_session_tick

Synchronizes session context with current local time, time-of-day, and elapsed time since last memory. Call before each response to maintain time-aware memory.

Instructions

【毎ターン・返答前に呼ぶ】MCPはサーバーからClaudeへ能動プッシュできないため、 ユーザーからメッセージを受け取ったら、返答を書く直前に必ず本ツールを呼ぶこと。 「常に許可」推奨。負荷は極小(短いJSONのみ)。

返却JSONの意味:

  • now_local: 現在のローカル日時(時分秒まで正確)

  • since_last_memory: 最後の記憶からの経過(「3日前」「数分前」「初回」など)→「何日ぶり」の根拠

  • last_topic_preview: 直近記憶の冒頭

  • season / time_of_day: 季節・時間帯

chronica_compose_opening は会話開始の挨拶用。2通目以降は本ツールで時刻・経過を毎回同期する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idNoスレッドID(省略時は全体の直近記憶から経過を算出)
Behavior4/5

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

Although no annotations are provided, the description details what the tool returns (now_local, since_last_memory, etc.) and implies it is a read-only operation with minimal side effects. It does not explicitly state non-destructiveness but the context strongly suggests it is safe.

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 concise and well-structured, with clear sections for usage instructions and return value meanings. It could be slightly more structured (e.g., using headings), but it efficiently conveys all necessary information without redundancy.

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's simplicity (one optional parameter, no output schema), the description is complete. It explains the return JSON fields, usage pattern, and relationship to sibling tools, providing all information needed for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single optional parameter. The description adds meaningful context beyond the schema: 'thread_id' is optional and when omitted, the calculation uses overall recent memory. This clarifies behavior that the schema alone does not convey.

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 explicitly states the tool's purpose: to be called every turn before replying to synchronize time and elapsed since last memory. It clearly distinguishes itself from the sibling tool chronica_compose_opening, which is for opening greetings.

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?

Provides explicit instructions on when to call ('every turn before replying') and when not to use it (first message should use chronica_compose_opening instead). Also mentions 'always allow' recommendation and minimal load, guiding agent decision-making.

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/Nic9dev/Chronica'

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