calculate_rti_deadline
Compute RTI response due dates from the filing date, covering standard, life/liberty, and APIO-routed timelines so you know when a reply is due.
Instructions
Calculate standard, life/liberty, or APIO-routed RTI response deadlines.
Use when determining the due date for receiving a response to an RTI application.
Args: filed_date: Date filed (YYYY-MM-DD). concerns_life_or_liberty: True if information concerns life or liberty. routed_through_apio: True if submitted via Assistant PIO.
Returns: Standard envelope with the calculated deadline date.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filed_date | Yes | Date the RTI application was filed (YYYY-MM-DD) | |
| routed_through_apio | No | Whether the application was submitted through an APIO | |
| concerns_life_or_liberty | No | Whether the info sought concerns life or liberty of a person |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||