profiles_export
Export professor profiles from the local database in JSON, Markdown, or CSV format. Optionally include web search evidence for each professor and save to a file.
Instructions
Export professor profiles from the local database.
Args: format: "json" (default) | "markdown" | "csv" output_path: File path to save the export. If omitted, content is returned inline. include_evidence: If True, include web_search_evidence for each professor (JSON only)
Returns: dict with "content" (string), "format", "total", and "saved_to" (path if saved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| output_path | No | ||
| include_evidence | No |