open_world_hint
Indicates if the tool operates in an open world context. Defaults to true
How to use it
open_world_hint is exposed by the Ruby Sdk MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the open_world_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
(required) — current progress value (numeric)
Indicates if the tool only reads data (doesn't modify state). Defaults to false
is a no-op when no progressToken was provided by the client
A human-readable title for the tool