openWorldHint property

bool? openWorldHint
final

If true, this tool may interact with an "open world" of external entities (e.g., the internet, third-party APIs).

If false, the tool's domain of interaction is closed (e.g., a local database or in-memory store). Defaults to true when omitted.

Implementation

final bool? openWorldHint;