JSON Schema Builder
Build JSON schemas for LLM tool calls and function calling
Output Format
{
"type": "function",
"function": {
"name": "function_name",
"description": "",
"parameters": {
"type": "object",
"properties": {}
}
}
}