tools property

List<Tool>? tools
final

Spec 2025-11-25+: tool definitions offered to the sampled model. Reuses the Tool schema (name / description / inputSchema), matching how tools are modeled everywhere else in the protocol.

Implementation

final List<Tool>? tools;