Built by Metorial, the integration platform for agentic AI.
Update an existing note's title, content, tags, notebook assignment, or attributes. Only provided fields will be changed.
Create a new note in Evernote. The content can be plain text or ENML (Evernote Markup Language, a subset of XHTML). If plain text or simple HTML is provided, it will be wrapped in the required ENML envelope automatically.
Retrieve a note's full details including its ENML content, metadata, tags, and resource info. Use this to read a specific note by its GUID.
Move a note to the trash. The note can be recovered from trash by the user. Permanent deletion (expunge) is not available to third-party integrations.
Download the binary contents of an Evernote note resource. File bytes are returned as a Slate attachment, while the structured output contains only resource metadata.
List all tags in the user's account, or only tags used within a specific notebook. Tags can form a hierarchy via parent-child relationships.
Retrieve only the ENML content body of a note. This is a lightweight alternative to **Get Note** when you only need the note body and not the metadata.
List all notebooks in the user's Evernote account. Returns notebook names, GUIDs, stack groupings, and whether each is the default notebook. Use this to discover available notebooks before creating or moving notes.
Copy a note to a different notebook. Creates a new note with the same content, tags, and resources in the target notebook. The original note remains unchanged.
Update an existing notebook's name or stack assignment. Provide the notebook GUID and the fields to change.
Create a new tag or update an existing tag's name or parent. Tags organize notes and can form hierarchies via parent-child relationships. To remove a tag from all notes, use the **untagAll** action.
Search for notes using Evernote's search grammar or filter by notebook, tags, and other criteria. Returns note metadata (title, dates, notebook, tags) without full content. Use **Get Note** to retrieve content for individual results. Supports Evernote search operators in the `query` field: `intitle:`, `tag:`, `notebook:`, `created:`, `updated:`, `resource:`, `todo:`, quoted phrases, and negation with `-`.
List the active saved searches in the user's Evernote account. Saved searches store reusable Evernote search grammar queries.
Create a new notebook in Evernote. Optionally assign it to a stack for organizational grouping.