pub fn is_read_only(tool_id: &str) -> boolExpand description
Returns true if tool_id identifies a known read-only tool that is
safe to dispatch concurrently with other read-only tool calls.
Unknown or side-effecting tools return false and must be executed
sequentially to preserve ordering semantics.