files
Files
19 documented operations
Finds, reads, creates, converts, moves, shares, and analyses local files or files supplied by a provider. This includes documents, spreadsheets, PDFs, OCR, archives, hashes, and lines of code.
Boundary. This domain concerns the file container. Use Images for the visual meaning of a photo and URLs for a public web page.
Ask Metnos with a request like this example:“Find every PDF changed this week in Projects and summarise the ones about Atlas.”
Ask Metnos with a request like this example:“Compute the SHA-256 hashes and lines of code of the Python files in the runtime folder.”
Distributed operations (19)
change_files_formatcompress_filescompute_files_loccreate_files_doccreate_files_spreadsheetdelete_filesfind_filesget_filesmove_filesread_filesread_files_csvread_files_docread_files_ocrread_files_spreadsheetread_files_xlsxshare_fileswrite_fileswrite_files_docwrite_files_spreadsheet
dirs
Folders
4 documented operations
Lists, finds, creates, and deletes directories, including on a remote device when the plan requires it.
Boundary. A folder organises files; it does not represent their content. Unsafe deletion remains subject to the normal gates.
Ask Metnos with a request like this example:“Show the subfolders under Photos ordered by size.”
Ask Metnos with a request like this example:“Create the Clients/2026 folder on the office laptop.”
Distributed operations (4)
create_dirsdelete_dirsfind_dirslist_dirs
packages
Installed programs
1 documented operation
Checks whether an executable command or program is available in the selected system PATH.
Boundary. It detects availability and location; it does not automatically install unrequested packages.
Ask Metnos with a request like this example:“Check whether ffmpeg is installed on this server.”
Ask Metnos with a request like this example:“Where is python3 on the paired Windows PC?”
Distributed operations (1)
find_packages
numbers
Numbers
1 documented operation
Computes descriptive statistics over numeric values: count, minimum, maximum, mean, and other admitted summaries.
Boundary. It receives explicit numbers or values produced by a previous step; it is not a persistent spreadsheet.
Ask Metnos with a request like this example:“Compute the mean, minimum, and maximum of 12, 18, 21, 21, and 34.”
Ask Metnos with a request like this example:“Find this month's invoices and tell me the average spend.”
Distributed operations (1)
describe_numbers
texts
Texts
1 documented operation
Filters and transforms text already available, at granularities such as lines, paragraphs, or segments.
Boundary. It works on in-memory text; extracting it first from a file, message, or page requires the corresponding source domain.
Ask Metnos with a request like this example:“From the log I gave you, keep only lines containing timeout or retry.”
Ask Metnos with a request like this example:“Read the document and show only the paragraphs containing a date.”
Distributed operations (1)
filter_texts_lines