Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

dropbox_search Search the user’s Dropbox by filename and (for supported text formats) content. Returns file/folder metadata. Follow up with dropbox_get_file_content for text content.

Parameters

query
string
required
Search term. Matches filenames and text content where indexed.
path
string
Optional: restrict search to a folder path (e.g. ‘/Documents’). Empty string searches the whole Dropbox.
filenameOnly
boolean
If true, only match filenames (not content). Default false.
limit
integer
default:25
Minimum: 1. Maximum: 100.