get_recent_entries
Retrieve the specified number of most recent journal entries from the Journal MCP Server for quick access and review.
Instructions
Get the most recent journal entries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of recent entries to retrieve (default 10) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"description": "Number of recent entries to retrieve (default 10)",
"type": "number"
}
},
"type": "object"
}