@modelcontextprotocol/sdk
Preparing search index...
spec.types
CallToolRequest
Interface CallToolRequest
Used by the client to invoke a tool provided by the server.
interface
CallToolRequest
{
id
:
RequestId
;
jsonrpc
:
"2.0"
;
method
:
"tools/call"
;
params
:
{
arguments
?:
{
[
key
:
string
]:
unknown
}
;
name
:
string
}
;
}
Hierarchy (
View Summary
)
JSONRPCRequest
CallToolRequest
Index
Properties
id
jsonrpc
method
params
Properties
id
id
:
RequestId
jsonrpc
jsonrpc
:
"2.0"
method
method
:
"tools/call"
params
params
:
{
arguments
?:
{
[
key
:
string
]:
unknown
}
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
@modelcontextprotocol/sdk
Loading...
Used by the client to invoke a tool provided by the server.