Skip to main content
Glama
hskksk

mem.ai MCP Server

by hskksk

create_note

Create a new note in mem.ai with markdown content, optionally assigning it to collections and specifying timestamps.

Instructions

Create a new note in mem.ai with markdown content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptional UUID for the note
contentYesMarkdown formatted note content
created_atNoISO 8601 creation timestamp
updated_atNoISO 8601 update timestamp
collection_idsNoCollection IDs to add the note to
collection_titlesNoCollection titles to add the note to
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral implications. It only restates the core action and does not mention side effects, prerequisites, idempotency, what happens if an ID is provided, or what the response looks like.

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 sentence of 9 words, direct and front-loaded with the key verb and object. Every word contributes value, with no unnecessary detail or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete. It does not explain return values, optional collection behavior, or any edge cases. For a tool with 6 parameters, the description should provide more context about the creation flow and potential outcomes.

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 schema already provides descriptions for all 6 parameters (100% coverage), so the baseline is 3. The description adds no extra meaning beyond what the schema contains; mentioning 'markdown content' is redundant with the content parameter description.

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 ('Create'), the target resource ('a new note'), the platform ('in mem.ai'), and the content format ('with markdown content'). This specific language distinguishes it from sibling tools like get_note, delete_note, and search_notes.

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 description implies usage for creating notes but does not explicitly state when to use this tool versus alternatives. There is no mention of exclusions or when another tool would be more appropriate, such as for updating or searching.

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/hskksk/mem-ai-mcp-server'

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