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
| Field | Type | Description |
|---|---|---|
| seed * | string | Seed keyword or topic to research |
| language | fr | en | Language for keyword generation (default: en) |
| includeQuestions | boolean | Include 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} })