ai.mcpanalytics/analytics

reports_search

Search reports by job ID, tool name, or keyword.

Remote mcpanalytics/mcp-analytics

Other tools also called reports_search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    },
    "job_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by processing IDs"
    }
  }
}