Renew symbol reservation
renew_symbol_reservationRenew active symbol reservations before TTL expiry to continue API or function work. Provide workspace ID and reservation ID or symbol, optional agent name and new TTL.
Instructions
Purpose: Extend active symbol reservations while an agent is still editing. When to use: call before TTL expiry for ongoing API or function work. Inputs: workspace_id plus reservation_id or symbol, optional agent_name, and TTL. Side effects: updates reservation expiry and audit rows. Output: count of renewed symbol reservations. Failure modes: returns zero when no matching active reservation exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Optional symbol name or qualified identifier to renew. | |
| agent_name | No | Optional agent name used to scope renewal. | |
| ttl_minutes | No | New reservation lifetime in minutes. | |
| workspace_id | Yes | Workspace UUID containing the symbol reservation. | |
| reservation_id | No | Optional symbol reservation UUID to renew. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||