Skip to main content
Glama

NotePlan MCP Server

by bscott

get_notes_by_folder

Retrieve all notes from a specific folder in NotePlan using the MCP Server. Enables users to organize and access their notes directly within Claude Desktop for efficient workflow management.

Input Schema

NameRequiredDescriptionDefault
folderYesThe folder name to search in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folder": { "description": "The folder name to search in", "type": "string" } }, "required": [ "folder" ], "type": "object" }

You must be authenticated.

Other Tools from NotePlan MCP Server

Related Tools

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/bscott/noteplan-mcp'

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