machine_read
Execute read-only operations on a remote machine after verifying the tool declares readOnlyHint=true. Fails closed for mutating or unannotated tools, ensuring safe remote access.
Instructions
Run a remote MCP tool only after the gateway verifies that the registered remote tool declares readOnlyHint=true. Mutating or unannotated tools fail closed and must use machine_call instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| machine | Yes | ||
| arguments | No | ||
| timeout_ms | No |