Tool to search notes in Mem using a query string with optional filtering. Supports filtering by collection IDs, task presence, image presence, and file presence.
limitMaximum number of results to return per page (1-50, default 20).
querystringOptional query string used to filter notes. When not provided, returns all notes matching the filters.
configobjectConfiguration flags for the response payload.
offsetintegerNumber of results to skip for pagination (default 0).
snapshot_idstringSnapshot ID from a previous search response, used to ensure consistent pagination across pages.
filter_by_collection_idsarrayOptional list of collection IDs (UUIDs); when provided, only notes in any of the specified collections are returned.
filter_by_contains_filesbooleanWhen true, only notes containing at least one file/attachment are returned. Defaults to false.
filter_by_contains_tasksbooleanWhen true, only notes containing at least one task (open or closed) are returned. Defaults to false.
filter_by_contains_imagesbooleanWhen true, only notes containing at least one image are returned. Defaults to false.
filter_by_contains_open_tasksbooleanWhen true, only notes containing at least one open task are returned. Defaults to false.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.