ai.mcpanalytics/analytics
reports_view
View a specific report by processing ID.
Remote mcpanalytics/mcp-analytics
Other tools also called reports_view?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"processing_id": {
"type": "string",
"description": "Processing ID from tools_run"
}
}
}