Google Docs
GoogleDocs_GetDocumentMetadata
Get metadata for a Google Docs document including hierarchical tab structure. Returns document title, ID, URL, total character count, and nested tab information with character counts for each tab.
Remote googledocs
Remote (network-hosted)
Other tools also called GoogleDocs_GetDocumentMetadata?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"description": "The ID of the document to get metadata for"
}
}
}