cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::protocol::ToolUseContent Struct Reference

Assistant-side tool call request embedded in sampling content. More...

#include <sampling.hpp>

Public Attributes

std::string id
 Unique id for this requested tool call.
 
std::string name
 Tool name to invoke.
 
Json input = Json::object()
 JSON object containing tool arguments.
 
std::optional< Jsonmeta
 Optional _meta extension object preserved on the wire.
 
Json extensions = Json::object()
 Unknown JSON members preserved for forward-compatible round trips.
 

Detailed Description

Assistant-side tool call request embedded in sampling content.


The documentation for this struct was generated from the following file: