data/tools/tool_schemas library
Functions
-
formatToolSchema(
String toolName) → String - Format a tool schema for display.
-
getAllToolNames(
) → List< String> - Get tool names.
-
getAllToolSchemas(
) → Map< String, Map< String, dynamic> > - Get all tool schemas.
-
getToolSchema(
String toolName) → Map< String, dynamic> - Get the complete tool schema for any tool by name.
-
validateToolInput(
String toolName, Map< String, dynamic> input) → List<String> - Validate tool input against schema.