read_only_hint
Indicates if the tool only reads data (doesn't modify state). Defaults to false
How to use it
read_only_hint is exposed by the Ruby Sdk MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the read_only_hint tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL RUBY SDK LISTINGOther tools in Ruby Sdk (6)
Indicates if the tool performs destructive operations. Defaults to true
Indicates if the tool's operations are idempotent. Defaults to false
Indicates if the tool operates in an open world context. Defaults to true
(required) — current progress value (numeric)
is a no-op when no progressToken was provided by the client
A human-readable title for the tool