/microsoft-word | Type: Application | PCID required: Yes
Document operations
Tools
| Tool | Description |
|---|---|
microsoft-word_list_documents | Retrieve all Microsoft Word documents in root directory |
microsoft-word_list_documents_by_path | Retrieve all Microsoft Word documents in a specific directory path |
microsoft-word_upload_document | Upload a new Microsoft Word document. Note: It can take 30-60 seconds for uploaded documents to be indexed and visible via search or list operations. |
microsoft-word_search_documents_by_query | Search for Microsoft Word documents. Note: Newly uploaded documents may take 30-60 seconds to appear in search results due to indexing delays. |
microsoft-word_list_documents
Retrieve all Microsoft Word documents in root directorymicrosoft-word_list_documents_by_path
Retrieve all Microsoft Word documents in a specific directory path Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
filePath | string | No | — | Path to the directory (e.g., “Documents/Reports”).If not provided, the root directory will be used. |
microsoft-word_upload_document
Upload a new Microsoft Word document. Note: It can take 30-60 seconds for uploaded documents to be indexed and visible via search or list operations. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
filePath | string | Yes | — | Path where the document should be saved |
content | string | Yes | — | Document content as text |
microsoft-word_search_documents_by_query
Search for Microsoft Word documents. Note: Newly uploaded documents may take 30-60 seconds to appear in search results due to indexing delays. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Search query |

