Skip to main content
Glama
lzientek

notlai-mcp

by lzientek

notlai_list_notes

List and filter your notes by tags, date range, search text, favorites, or folder. Returns recently updated notes first.

Instructions

List your notes. Supports filtering by tags, date range, text search, and favorites. Returns the most recently updated notes first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date filter (ISO format, e.g. "2025-12-31")
fromNoStart date filter (ISO format, e.g. "2025-01-01")
tagsNoFilter by tag names (notes with at least one matching tag)
limitNoMax number of notes to return (default: 20)
scopeNoWhich notes to list: "own" (default), "shared" (notes shared with you), or "all" (both)
cursorNoPagination cursor from a previous response
searchNoSearch text in title and content
folderIdNoFilter by folder ID. Use "root" to list notes not in any folder.
favoritesNoIf true, only return favorite notes
Behavior4/5

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

With no annotations, the description bears full burden. It discloses the listing scope ('your notes'), filtering capabilities, and sort order (most recently updated first). It does not mention authorization requirements or rate limits, but the read-only nature is implied.

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, no fluff. First sentence states purpose, second adds key details (filtering and sort order). Everything earns its place.

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

Completeness3/5

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

The description covers filtering and sorting but omits pagination details (default limit, cursor usage) and return format. With no output schema, more context on response structure would be helpful.

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%, so baseline is 3. The description adds no new parameter details beyond what the schema already provides (e.g., default limit, enum values are in 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?

The description clearly states the tool lists notes, specifies filtering options (tags, date range, text search, favorites), and indicates sort order. This distinguishes it from sibling tools like notlai_get_note (single note) and notlai_create_note.

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 does not explicitly state when to use this tool versus alternatives or provide exclusion criteria. It implies listing multiple notes but lacks guidance like 'use notlai_get_note for a single note by ID'.

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/lzientek/notlai-mcp'

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