Skip to main content
Glama

process_note_request

Submit text requests to create, update, delete, or search Apple Notes through the NotesY MCP server, enabling streamlined note management via natural language commands.

Input Schema

NameRequiredDescriptionDefault
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "text": { "minLength": 1, "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from NotesY

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/Rish-it/Notes-MCP'

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