New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

get_notes

[SUPPORT] Read-only: List project notes (newest first), LIGHTWEIGHT by default — each item is id/slug/title/tags/kind/priority/timestamps with NO body, so the list never overflows context. This is the pull model: scan the list, then call read_note(project_id, slug) to fetch one note's full body o...

SERVERMeridian SOURCE@meridianmcp/mcp
Low RISK CLASS
Category Read
Parameters 80 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-ajc3xc-meridian/get-notes.md

What get_notes does on Meridian

AI agents call get_notes to retrieve information from Meridian without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
tag string
sort string 98890df1 — 'relevance' ranks notes by reference_count/recency/decision-link (heavily cross-referenced notes surface, stale ones sink) and returns a bare list wi
limit integer Page size (default 100, clamped 1..500). Passing limit or cursor switches the result to the {notes, has_more, next_cursor} pagination envelope.
query string Text search across note title and body (case-insensitive).
bodies boolean Default false. true returns full note bodies inline (legacy behavior) — usually unnecessary; prefer read_note(slug).
cursor integer Offset cursor from a prior page's next_cursor. Passing it switches the result to the {notes, has_more, next_cursor} envelope.
project_id string
project_name string Project name — an alternative to project_id; resolved to the id internally. project_id wins if both are given.

Parameters from the server's own tool schema.

Why get_notes is rated Low

This tool retrieves and queries project notes with no side effects. It is explicitly read-only, returns lightweight metadata by default, and requires a separate read call to access full note bodies. The optional full-text search and filtering capabilities do not change its classification as a Read operation. Severity is low because querying notes poses minimal risk to the system.

From the tool's definition 'Read-only: List project notes' with 'NO body' returned by default; optional 'read_note()' call required to fetch full content on demand. Supports filtering and pagination but performs no modifications.

Risk signalsBulk/mass operation — affects multiple targets

Questions about get_notes

What does the get_notes tool do? +

[SUPPORT] Read-only: List project notes (newest first), LIGHTWEIGHT by default — each item is id/slug/title/tags/kind/priority/timestamps with NO body, so the list never overflows context. This is the pull model: scan the list, then call read_note(project_id, slug) to fetch one note's full body on demand. Optional ?tag substring filter and ?query full-text search (matches title+body even though bodies aren't returned). Pass bodies=true only when you truly need every body inline. Pagination: pass limit (default 100, max 500) and/or cursor to get a {notes, has_more, next_cursor} envelope, then re-call with cursor=next_cursor for the next page; omit both for the full list. It is categorised as a Read tool in the Meridian MCP Server, which means it retrieves data without modifying state.

What parameters does get_notes accept? +

get_notes accepts 8 parameters: tag, sort, limit, query, bodies, cursor, project_id, project_name. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_notes? +

Register the Meridian MCP server in PolicyLayer and add a rule for get_notes: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Meridian. Nothing to install.

What risk level is get_notes? +

get_notes is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_notes? +

Yes. Add a rate_limit block to the get_notes rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_notes completely? +

Set action: deny in the PolicyLayer policy for get_notes. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_notes? +

get_notes is provided by the Meridian MCP server (@meridianmcp/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Meridian, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Meridian's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.