IToolProtocol Type
Protocol for tool discovery and invocation (MCP-inspired)
Instance members
| Instance member |
Description
|
Full Usage:
this.GetTool
Parameters:
string
Returns: Task<ToolSchema option>
Modifiers: abstract |
|
Full Usage:
this.InvokeAsync
Parameters:
string
arg1 : string
Returns: Task<ToolInvocationResult>
Modifiers: abstract |
|
|
|
|
List all available tools with their schemas
|
Nao