list_available_documents
Retrieve a list of all .docx files in a specified directory using this tool. Easily identify and manage Word documents for AI-assisted operations like editing, merging, or converting documents.
Instructions
List all .docx files in the specified directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | . |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"default": ".",
"title": "Directory",
"type": "string"
}
},
"type": "object"
}