Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::ToolDefinition Struct Reference

Parsed tool definition from JSON schema file. More...

#include <entropic/mcp/tool_base.h>

Public Attributes

std::string name
 Tool name (e.g., "read_file")
 
std::string description
 Human-readable description.
 
std::string input_schema
 JSON Schema for arguments (raw JSON string)
 

Detailed Description

Parsed tool definition from JSON schema file.

Version
1.8.5

Definition at line 27 of file tool_base.h.

Member Data Documentation

◆ description

std::string entropic::ToolDefinition::description

Human-readable description.

Definition at line 29 of file tool_base.h.

◆ input_schema

std::string entropic::ToolDefinition::input_schema

JSON Schema for arguments (raw JSON string)

Definition at line 30 of file tool_base.h.

◆ name

std::string entropic::ToolDefinition::name

Tool name (e.g., "read_file")

Definition at line 28 of file tool_base.h.


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