{"name":"Data Analysis","description":"AI-powered data analysis for trends, anomalies, and actionable insights","capabilities":[{"id":"analyze-data","name":"Analyze Data","description":"Analyzes structured data for trends, anomalies, and actionable insights","inputSchema":{"type":"object","properties":{"data":{"oneOf":[{"type":"array","items":{"type":"object"}},{"type":"string","description":"CSV or JSON string"}],"description":"Data to analyze (array of objects or CSV/JSON string)"},"analysisType":{"type":"string","enum":["trends","anomalies","summary","correlations","all"],"description":"Type of analysis (default: all)"},"columns":{"type":"array","items":{"type":"string"},"description":"Specific columns to focus on"},"question":{"type":"string","description":"Specific question to answer about the data"}},"required":["data"]},"outputSchema":{"type":"object","properties":{"summary":{"type":"string"},"insights":{"type":"array","items":{"type":"string"}},"trends":{"type":"array","items":{"type":"object"}},"anomalies":{"type":"array","items":{"type":"object"}},"statistics":{"type":"object"},"answer":{"type":"string"}}},"pricing":{"model":"per-request","basePrice":"0.008","currency":"USDC"}}],"supportedFormats":["json","csv","array"],"model":"@cf/meta/llama-3-8b-instruct"}