Tous les outils

Marketing · research_keywords

Mots-clés

Suggestions de mots-clés pour un sujet.

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

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

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