Create Activity
create_activityLog real estate activities and hours for IRS REP qualification tracking. Record property management time, attach evidence files, and associate trips to document material participation and meet tax compliance requirements.
Instructions
Log a new real estate activity (hours entry). Records time spent on property management, maintenance, etc. for IRS REP qualification tracking. Optionally associate trips (travel time added to duration) and attach evidence files from the local filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Activity title/summary (e.g. 'Property inspection at 123 Main St') | |
| category | Yes | Activity category | |
| startTime | Yes | Start time in ISO 8601 format (e.g. 2026-04-06T09:00:00Z) | |
| endTime | Yes | End time in ISO 8601 format (e.g. 2026-04-06T11:00:00Z) | |
| description | No | Detailed description of the activity | |
| propertyId | No | ID of the associated property | |
| isMaterialParticipation | No | Whether this counts toward material participation tests (default false) | |
| isQualifying | No | Whether this counts toward REP qualifying hours (default false) | |
| qualificationReason | No | Reason for qualification | |
| irsTest | No | Which IRS test this activity applies to (default NONE) | |
| isDraft | No | Whether this is a draft (default false) | |
| durationMinutes | No | Override computed duration in minutes | |
| teamMemberId | No | Team member who performed the activity | |
| tripIds | No | Trip IDs to associate (max 3). Travel time is added to activity duration. | |
| evidenceFiles | No | Local file paths to attach as evidence (max 3; JPEG, PNG, WebP, or PDF; max 10MB each) |