Skip to main content
Glama

Keep MCP

by feuerdev

find

Search and retrieve Google Keep notes by matching a query against titles and text. Returns results in JSON format, including ID, title, text, pinned status, color, and labels.

Instructions

Find notes based on a search query. Args: query (str, optional): A string to match against the title and text Returns: str: JSON string containing the matching notes with their id, title, text, pinned status, color and labels

Input Schema

NameRequiredDescriptionDefault
queryNo

Input Schema (JSON Schema)

{ "properties": { "query": { "default": "", "title": "query", "type": "string" } }, "title": "findArguments", "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