- Notifications
You must be signed in to change notification settings - Fork2.7k
Open
Description
TheopenWorldHint
on tool annotations can be used to indicate that the tool produces output derived from an "open world" of data
/** * If true, this tool may interact with an "open world" of external * entities. If false, the tool's domain of interaction is closed. * For example, the world of a web search tool is open, whereas that * of a memory tool is not. * * Default: true */openWorldHint?: boolean;
This should be adopted in GH MCP tools so that clients can present the appropriate confirmation for this data.
Metadata
Metadata
Assignees
Labels
No labels