List Google Docs
list_documentsRetrieve a list of Google Docs you can access, sorted by most recently modified. Filter by name and paginate results.
Instructions
List Google Docs the user can access in Google Drive, most recently modified first. Optionally filter by text contained in the document name (search). Returns documentId, name, URL, createdTime and modifiedTime, plus nextPageToken for pagination. To search inside document content use search_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return (1-100). | |
| search | No | Only include documents whose name matches this text (case-insensitive; Drive matches words starting with it). | |
| pageToken | No | nextPageToken from a previous list_documents call, to get the next page. |