Function tools in Microsoft Agent Framework
March 2, 2026 • Microsoft Agent Framework, Agents, Tools
Function tools turn ordinary Python functions into capabilities your agent can call. This article looks at how MAF converts type hints into schemas, what return types it accepts, how async tools work, and what happens when a tool raises an error.