Skip to main content
Glama

Framezone

Get daily entry

get_daily_entry
Read-only

Get the daily journal entry for a date: mood, energy, focus, morning/evening notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate to get (Y-m-d, defaults to today)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the field listing but does not disclose behavior such as what happens when no entry exists for the requested date or whether the default date applies. Given the annotations, this is adequate but not rich.

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?

The description is a single, front-loaded sentence with no filler: verb, resource, condition, and content are all included in a compact form. Every word contributes to understanding.

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 read-only tool with one optional parameter and no output schema, the description adequately conveys the resource and its expected fields. It does not specify the return structure or behavior on missing entries, but the low complexity and strong annotations make the tool callable without those details.

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

Parameters3/5

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

The input schema already fully documents the date parameter with format and default, so the description's brief mention of 'for a date' adds no new semantic detail. With 100% schema description coverage, the baseline of 3 is appropriate.

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 opens with a specific verb and resource, 'Get the daily journal entry for a date,' and enumerates the exact contents (mood, energy, focus, morning/evening notes). This makes the tool's purpose clear and distinguishes it from siblings like update_daily_entry.

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

Usage Guidelines3/5

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

The 'for a date' context implies when to use this tool, and the optional date default is present in the schema. However, the description does not explicitly mention alternatives, exclusions, or when not to use it, leaving routing largely to the agent's inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources