get_pinterest_boards
Retrieve Pinterest boards associated with a specific Metricool brand account using the provided blog_id. Ensures accurate board management and tracking by identifying the correct account.
Instructions
Get the list of Pinterest boards for a specific Metricool brand (blog_id). If the user doesn't provide a blog_id, ask for it.
Args: blog_id: Blog id of the Metricool brand account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blog_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"blog_id": {
"title": "Blog Id",
"type": "integer"
}
},
"required": [
"blog_id"
],
"title": "get_pinterest_boardsArguments",
"type": "object"
}