acquire_place
Acquire a named place for the session, automatically handling free or reserved places and polling until allocation succeeds.
Instructions
Acquire a place by name for this session.
Free places are acquired directly; a taken or reserved place is
acquired via a name-filtered reservation, polled until it
allocates our place (bounded by ``config.acquire_timeout``), then
acquired and the reservation dropped (session.py, DESIGN.md
section 11.8). Raises a tool error on RPC failure or timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||