Skip to main content
Glama

Keep MCP

by feuerdev

create_note

Generate and store new notes with a title and content using the MCP server for Google Keep, returning structured JSON data for easy retrieval.

Instructions

Create a new note with title and text. Args: title (str, optional): The title of the note text (str, optional): The content of the note Returns: str: JSON string containing the created note's data

Input Schema

NameRequiredDescriptionDefault
textNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "text": { "default": null, "title": "Text", "type": "string" }, "title": { "default": null, "title": "Title", "type": "string" } }, "title": "create_noteArguments", "type": "object" }
Install Server

Other Tools from Keep MCP

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/feuerdev/keep-mcp'

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