Join us at the inaugural PyAI Conf in San Francisco on March 10th! Learn More
fastmcp.tools.function_parsingParsedFunction from_function from_function(cls, fn: Callable[..., Any], exclude_args: list[str] | None = None, validate: bool = True, wrap_non_object_output_schema: bool = True) -> ParsedFunction