get_document_stats
Analyze and retrieve detailed statistics, structure, and insights from a loaded document using a specified document identifier, enabling efficient document management and navigation.
Instructions
Get statistics about a loaded document.
Args:
doc_id: Document identifier
Returns:
Document statistics and structure info
Input Schema
Name | Required | Description | Default |
---|---|---|---|
doc_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"doc_id": {
"title": "Doc Id",
"type": "string"
}
},
"required": [
"doc_id"
],
"title": "get_document_statsArguments",
"type": "object"
}