get_document_annotations_tool
Retrieve annotation metadata for documents including creator, dates, descriptions, and content elements to analyze annotations or identify them for processing.
Instructions
Retrieves all annotations associated with a document.
This tool fetches annotation metadata including creator, dates, descriptive text, and content element information. Use this to analyze document annotations or to identify specific annotations for further processing.
:param document_id: The document ID to retrieve annotations for.
:returns: A dictionary containing document annotations with the following structure: - data.document.annotations.annotations: List of annotation objects, each containing: - className: The class name of the annotation - creator: The creator of the annotation - dateCreated: Creation timestamp - dateLastModified: Last modification timestamp - id: Unique identifier of the annotation - name: Name of the annotation - owner: Owner of the annotation - descriptiveText: Text description of the annotation - contentSize: Size of the annotation content - mimeType: MIME type of the annotation - annotatedContentElement: Content element being annotated - contentElementsPresent: Whether content elements are present - contentElements: List of content elements with className, contentType, and sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |