tc_api_write
Execute raw POST, PATCH, PUT, or DELETE requests on the Trimble Connect Core API for endpoints without dedicated tools, requiring explicit confirmation.
Instructions
Advanced escape hatch: raw POST/PATCH/PUT/DELETE on the Core API (v2).
Only for endpoints with no dedicated tool (todos, views, releases, attributes...). Requires TC_ENABLE_WRITE=1 AND confirm=true.
Args: method: "POST", "PATCH", "PUT" or "DELETE". path: Path relative to the API base, e.g. 'todos'. No scheme/host. confirm: Must be true — safety gate. project_id: Optional — route to this project's region (recommended; otherwise the master/North America server is used). params: Optional query parameters. body: Optional JSON body.
Returns the raw JSON response (or {"status": 204} for empty responses).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| method | Yes | ||
| params | No | ||
| confirm | No | ||
| project_id | No |