Skip to main content
Glama
aic0t

AI Coach MCP Server

by aic0t

Read an AI Coach memo

read_ai_coach_note
Read-only

Retrieve the Markdown content of a memo from AI Coach. Supports paginated reads for large memos and returns modifiedAt for safe subsequent writes.

Instructions

Read the Markdown body of one memo in AI Coach. Large memos come back in pieces: when 'truncated' is true, call again with offsetBytes set to offsetBytes + returnedBytes. Keep the returned modifiedAt and pass it as expectedModifiedAt when you later write to the same memo. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoDisplay language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged.
noteIdYesA noteId returned by list / search. It is a path relative to the memo folder (`minutes.md` / `work/minutes.md`), not an absolute path.
maxBytesNoMaximum bytes to read in one call (both the default and the cap are 32768).
offsetBytesNoByte offset to start reading from. Use it to read the rest when truncated is true.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsNo
noteNo
errorNo
notesNo
totalNo
groupsNo
offsetNo
deletedNo
writtenNo
updatedAtYes
connectionYes
folderNameNo
protocolVersionYes
Behavior5/5

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

The description adds meaningful behavior beyond the annotations: one memo body may be paginated, truncated responses require offsetBytes = offsetBytes + returnedBytes, and modifiedAt must be carried into later writes. These are critical behavioral rules an agent could not infer from the schema alone.

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?

Three compact sentences, each earning its place: purpose, pagination behavior, and the modifiedAt write precondition. The most important detail is front-loaded, and there is no filler.

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 output schema exists, the description covers everything an agent needs to call this tool correctly: what it reads, how to iterate through large memos, and how to preserve modifiedAt for subsequent writes. The parameter details are already handled by the schema.

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?

The input schema already documents all parameters with 100% coverage, so the baseline is 3. The description adds value by specifying the exact pagination pattern for offsetBytes and the modifiedAt handoff contract, which goes beyond the schema descriptions.

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: 'Read the Markdown body of one memo in AI Coach.' This clearly distinguishes the operation from list/search/write/delete siblings, and the 'Read-only' tag reinforces its non-mutating role.

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?

It gives clear context for when to call the tool: to read one memo's Markdown body, and to call again with a new offsetBytes when 'truncated' is true. It does not explicitly name alternatives or state when not to use it, but the use case is unambiguous.

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/aic0t/ai-coach-mcp'

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