Skip to main content
Glama
event4u-app

@event4u/agent-config

Official

chat_history_read

Read recent entries from chat-history JSONL files to recover context from previous sessions, such as decisions, notes, and phase markers. Supports filtering by session, number of entries, and entry type.

Instructions

Read recent entries back from the consumer project's chat-history JSONL (agents/runtime/.agent-chat-history; agents/.agent-chat-history accepted for back-compat). Use to recover context from an earlier session — decisions, notes, phase markers — at the start of a new task. Read-only. Returns the resolved file path plus a list of matching entries (newest last). Combine session, last, and entry_type to narrow the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lastNoReturn only the most recent N entries, after other filters apply.
sessionNoFilter to a single 16-char session id.
entry_typeNoFilter by the `t` tag (e.g. note, decision, phase).
pathNoOptional history-file path override; defaults to the standard chat-history location under the project root.

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/event4u-app/agent-config'

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