resolve_document
Locate .docx files by friendly name and optional location, returning the resolved absolute path or a list of candidates when ambiguous.
Instructions
Finds .docx files by friendly name and optional location. Use this when a user refers to a document by name (e.g., 'the report on my desktop') rather than by full path. Returns the resolved absolute path, a list of candidates if ambiguous, or helpful error if not found. After resolving, use read_document or search_document with the resolved path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Friendly document name, with or without .docx extension (e.g., "report" or "report.docx") | |
| location | No | Where to look: "desktop", "downloads", "documents", "current", or an absolute/relative path. Omit to search all common locations. |