CallToolRequest extension type

Used by the client to invoke a tool provided by the server.

on
Implemented types

Constructors

CallToolRequest.new({required String name, Map<String, Object?>? arguments, MetaWithProgressToken? meta})
factory

Properties

arguments Map<String, Object?>?
The arguments to pass to the method.
no setter
meta MetaWithProgressToken?
If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress).
no setterinherited
name String
The name of the method to invoke.
no setter

Constants

methodName → const String