Team Work
team_workRead or advance shared work, publish versioned contributions, and request or respond to exact-version reviews in one permission-checked team destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work | No | Work item on create_work, or a field patch on update_work/transition_work. Provenance is server-stamped. | |
| limit | No | Result cap: read_reviews and list_documents default to 20 with maximum 50; search_documents defaults to 10 with maximum 20. | |
| query | No | ||
| title | No | ||
| action | Yes | Operation. Call describe before composing an unfamiliar contribution, work write, or document action; describe.document_actions is the action-specific contract. | |
| offset | No | ||
| reason | No | ||
| comment | No | ||
| content | No | ||
| summary | No | ||
| work_id | No | Stable shared-work UUID for update_work or transition_work. | |
| category | No | ||
| contract | No | Help mode — return the complete contract with no operation performed. | |
| revision | No | Immutable document revision to check with check_document; defaults to the current revision. It is not an optimistic write token. | |
| standing | No | ||
| record_id | No | Versioned Team record. Required by record- and document-specific reads and writes; inspect describe.document_actions for each document action. | |
| work_refs | No | ||
| feedback_id | No | ||
| to_revision | No | ||
| contribution | No | Structured immutable contribution body. Reviews are accepted only by respond_review and require basis.reviewed_version. | |
| raw_markdown | No | ||
| review_scope | No | read_reviews routing filter; defaults to requests open to the team or assigned to the caller. | |
| target_group | No | Required for create_work and transition_work. | |
| from_revision | No | ||
| review_status | No | read_reviews lifecycle filter; defaults to open. | |
| request_content | No | Review question or requested checks for request_review. | |
| source_revision | No | ||
| expected_revision | No | Current immutable record revision required for revise_contribution, mark_ready, revise_document, and submit_document. | |
| review_request_id | No | Review-request signal UUID for response or resolution. | |
| reviewed_revision | No | Exact ready proposal revision pinned by request_review. | |
| team_container_id | No | Exact team destination; required for every action except describe. | |
| assigned_member_id | No | Optional active owner/editor UUID; omit or null to open the request to the team. | |
| reviewed_record_id | No | Contribution record whose exact ready revision is being requested for review. | |
| expected_work_revision | No | Required optimistic version for every shared-work write. | |
| expected_request_revision | No | Optimistic request version required by resolve_review. | |
| expected_transition_revision | No | Current lifecycle transition revision required by contribution and document writes; open_document_round accepts this version but not expected_revision. |