Skip to content

Adopt openWorldHint for responses that contain user-generated content #1100

@connor4312

Description

@connor4312

The openWorldHint 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions