DATEV export
Exports bookings as a DATEV posting batch (CSV format). Returns the CSV content as a string for import into DATEV, Addison, Agenda, etc.
export_datev
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
auswertungen:read
Parameters
start_date string required Start date (YYYY-MM-DD)
end_date string required End date (YYYY-MM-DD)
Response
200
Success
MCP
JSON export_datev {
"tool": "export_datev",
"params": {
"start_date": "<string>",
"end_date": "<string>"
}
} 200 Response
JSON {
"csv": "<string>",
"row_count": 1,
"period": "<string>"
}