list_comment_thread_authors
Resolve a person's name to a userId by listing comment thread authors and their activity in the open file, including user ID, display name, counts, and last activity time.
Instructions
List every user who has started a comment thread or written a visible message in the open file, with their user ID, display name, activity counts, and last activity time. Use this to resolve a person's name to a userId before filtering list_comment_threads by participantUserId or threadAuthorUserId. Deleted threads/messages are never counted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. | |
| pageId | No | Optional page ID to only count comment thread activity on that page. Omit to include all pages. |