Skip to main content
Glama

mcp-metricool

Official
by metricool

get_facebook_stories

Retrieve Facebook Stories data from your Metricool brand account by specifying the blog ID and date range. Extract story insights for analysis or reporting purposes.

Instructions

Get the list of Facebook Stories from your Metricool brand account.

Args: init date: Init date of the period to get the data. The format is YYYY-MM-DD end date: End date of the period to get the data. The format is YYYY-MM-DD blog id: Blog id of the Metricool brand account.

Input Schema

NameRequiredDescriptionDefault
blog_idYes
end_dateYes
init_dateYes

Input Schema (JSON Schema)

{ "properties": { "blog_id": { "title": "Blog Id", "type": "integer" }, "end_date": { "title": "End Date", "type": "string" }, "init_date": { "title": "Init Date", "type": "string" } }, "required": [ "init_date", "end_date", "blog_id" ], "title": "get_facebook_storiesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/metricool/mcp-metricool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server