MCP / Briefs & angles
create_brief
Crée un brief produit.
Exemple en conversation
Demandez simplement à votre assistant :
« Crée un brief pour mon app de méditation, cible les 25-35 ans stressés, objectif installs. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
name | string | oui | Nom du projet. |
product | string | oui | Produit, audience, objectif. |
platform | string | non | tiktok | reels | shorts. |
language | string | non | Langue (ex. fr). |
Appel de l'outil (JSON)
{
"name": "<name>",
"product": "<product>",
"platform": "<platform>",
"language": "<language>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/briefs :
{
"id": "brief_a1b2",
"name": "Mon SaaS",
"platform": "tiktok",
"language": "fr",
"cost": 0,
"credits_remaining": 320
}