Skip to main content
Glama
aic0t

AI Coach MCP Server

by aic0t

Search AI Coach memos

search_ai_coach_notes
Read-only

Search AI Coach memos by title or body text, filter by group, and get matching snippets with group context. Use to locate specific notes without browsing everything.

Instructions

Search the user's AI Coach memos by title and body text (case-insensitive substring). Returns matching memos with a snippet around the hit and the group each one belongs to. Pass 'group' to search inside one group only, or an empty string to search only ungrouped memos. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoSearch inside this group only. An empty string means ungrouped memos only. Omit to search all memos.
limitNoNumber of hits to return (default 20, max 50).
queryYesTerm matched case-insensitively against memo titles and body text.
localeNoDisplay language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged.

Output Schema

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

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

Annotations already declare readOnlyHint=true, so read-only is covered. The description adds behavioral details: returns a snippet around the hit, includes the group each memo belongs to, and specifies case-insensitive substring matching. It also clarifies the group parameter's empty-string meaning, which is valuable beyond the schema. No contradictions with annotations.

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 sentences with zero redundancy. The first sentence states the core purpose and return format; the second explains the group parameter. It is front-loaded with the key action and ends with read-only. Every word earns its place.

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?

With an output schema present, the description does not need to detail return fields. It covers the essential usage: search behavior, group filtering, and result content (snippet and group). Combined with annotations (read-only) and full schema documentation, nothing critical is missing for an agent to invoke the tool correctly.

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?

Schema description coverage is 100% — all four parameters have detailed descriptions. The description adds the group empty-string behavior, but the schema already states exactly that. The query behavior (case-insensitive substring) is also in the schema. The description adds minimal new parameter meaning beyond the schema, so baseline 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 clearly states the action (search) and the resource (user's AI Coach memos) with specific detail: searches by title and body text, case-insensitive substring, and returns matching memos with a snippet and group. It is distinct from siblings like list_ai_coach_notes (which lists without search) and read_ai_coach_note (which reads a specific memo).

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?

The description provides clear context on when to use this tool: to search memos by content, optionally within a group or ungrouped. It explains the group parameter semantics thoroughly. It does not explicitly compare with alternatives, but the purpose is unambiguous enough for an agent to select it over listing or reading when searching is needed.

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