office_set_comment_identity
Set the default author name, identity, and initials for comments added to Office documents, simplifying repeated comment operations.
Instructions
Set default commenter identity for subsequent comment operations.
This updates in-memory defaults used by office_comment and format-specific add-comment tools when the author argument is omitted.
Args: name: Display name for comments (for example, "Jane Doe") identity: Optional identity string (for example, email or alias) initials: Optional initials override for formats that support it
Returns: Updated identity configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for comments (for example, "Jane Doe") | |
| identity | No | Optional identity string (for example, email or alias) | |
| initials | No | Optional initials override for formats that support it |