list_tags
List Tags
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.
list_tags
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.
delete_note
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.
get_note_content
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.
create_note
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.
list_notebooks
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.
search_notes
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 `-`.
update_note
Update an existing note's title, content, tags, notebook assignment, or attributes. Only provided fields will be changed.
manage_tag
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.
update_notebook
Update an existing notebook's name or stack assignment. Provide the notebook GUID and the fields to change.
copy_note
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.
create_notebook
Create a new notebook in Evernote. Optionally assign it to a stack for organizational grouping.
get_note
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.
list_saved_searches
List the active saved searches in the user's Evernote account. Saved searches store reusable Evernote search grammar queries.
download_resource
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.
Create, read, update, copy, search, and trash notes in Evernote. Organize notes with notebooks and tags, attach resources when creating notes, download resource file contents through Slate attachments, list saved searches, and receive note-change notifications through webhooks or polling.
Common questions about connecting Evernote to AI agents with Metorial.