Marketing · optimize_seo
Optimiser le SEO
Analyse un contenu et propose des améliorations.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| contentId | string | Optional UUID of an existing marketingContent record to update with analysis |
| title * | string | Page or post title (H1) |
| body * | string | Full content body text |
| targetKeyword * | string | Primary SEO keyword to analyze for |
| url | string | Optional URL slug to analyze |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"optimize_seo","input":{"contentId":"…","title":"…","body":"…","targetKeyword":"…"}}'$
run({ "tool": "optimize_seo", "input": {"contentId":"…","title":"…","body":"…","targetKeyword":"…"} })