All tools

Marketing · research_keywords

Research keywords

Keyword suggestions for a topic.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
seed *stringSeed keyword or topic to research
languagefr | enLanguage for keyword generation (default: en)
includeQuestionsbooleanInclude question-based keyword variations (default: true)

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":"research_keywords","input":{"seed":"…","language":"fr","includeQuestions":true}}'
$run({ "tool": "research_keywords", "input": {"seed":"…","language":"fr","includeQuestions":true} })