toolId property

String? toolId
getter/setter pair

Caller-supplied identifier for the tool; each tool must have a unique identifier.

This will be by used by agents to invoke the tool. Tool ID must be unique across all tools in the given MCP server configuration.

Required.

Implementation

core.String? toolId;