Marketing · optimize_seo
Optimize SEO
Analyze content and suggest improvements.
- Price
- plan AI usage
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | 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 |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
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":"…"} })