get_social_analytics
Analyze Facebook and Instagram performance metrics including reach, engagement, and top-performing posts to measure social media effectiveness.
Instructions
Get performance analytics from Facebook and Instagram including reach, engagement, and top posts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
period | No | Number of days to analyze (default: 7) | |
platform | Yes | Platform: facebook or instagram |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"description": "Number of days to analyze (default: 7)",
"type": "number"
},
"platform": {
"description": "Platform: facebook or instagram",
"type": "string"
}
},
"required": [
"platform"
],
"type": "object"
}