ai.mcpanalytics/analytics
datasets_upload
Generate a secure upload token for CSV files. Returns UUID + curl command for the user.
Remote mcpanalytics/mcp-analytics
Other tools also called datasets_upload?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"expires_in": {
"type": "integer",
"default": 300,
"description": "Token expiration in seconds"
}
}
}