Skip to main content
Glama
Goran-Arsov

Fresh Jots MCP Server

Read a note

read_note
Read-only

Retrieve a note's full content using its exact filename or numeric id. Provide one identifier to fetch the complete plain_body.

Instructions

Read a single note in full (including its complete plain_body) by exact filename (e.g. "ai-sessions.txt") or numeric id. Provide exactly one of filename or id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoExact filename of the note (preferred addressing).
idNoNumeric note id (e.g. from list_notes).
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so no mutation. The description adds that it returns the full plain_body, which is valuable beyond annotations. No contradictions.

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?

Two concise sentences with key information front-loaded. No wasted words. Efficient and clear.

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?

For a read tool with two optional parameters (one required), the description covers what is returned (complete plain_body) and how to identify the note. No output schema needed; description suffices.

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% with descriptions. The description adds that exactly one parameter must be used and provides an example for filename, enhancing semantics 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?

Clearly states it reads a single note (verb+resource) and specifies retrieval of complete plain_body. Distinguishes from siblings like list_notes (list) and update_note (modify) by focusing on read and exact identification.

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

Usage Guidelines4/5

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

Explicitly instructs to provide exactly one of filename or id, which ensures correct invocation. While it doesn't explicitly state when not to use, the context of reading a specific note is clear from the description.

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/Goran-Arsov/freshjots-mcp'

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