All tools

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

FieldTypeDescription
contentIdstringOptional UUID of an existing marketingContent record to update with analysis
title *stringPage or post title (H1)
body *stringFull content body text
targetKeyword *stringPrimary SEO keyword to analyze for
urlstringOptional 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":"…"} })