MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/server
index
ToolUseContentSchema
Variable ToolUseContentSchema
Const
ToolUseContentSchema
:
ZodObject
<
{
_meta
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodUnknown
>
>
;
id
:
ZodString
;
input
:
ZodRecord
<
ZodString
,
ZodUnknown
>
;
name
:
ZodString
;
type
:
ZodLiteral
<
"tool_use"
>
;
}
,
$strip
,
>
= ...
A tool call request from an assistant (LLM). Represents the assistant's request to use a tool.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
A tool call request from an assistant (LLM). Represents the assistant's request to use a tool.