LLM Function Calling Schema Builder
Design LLM tool schemas visually and export to OpenAI, Anthropic, Zod, and TypeScript
More formats coming soon (Gemini / Vercel AI / Pydantic)
Parameters (2)
{
"type": "function",
"function": {
"name": "get_weather",
"description": "Fetch current weather for a city",
"parameters": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City name"
},
"unit": {
"type": "string",
"description": "Temperature unit",
"enum": [
"celsius",
"fahrenheit"
]
}
},
"required": [
"city"
]
}
}
}Advertisement
Ad Slot B1
Ad Slot B1
Related Tools
Advertisement
Ad Slot B2
Ad Slot B2