All tools

Knowledge · suggest_kb_article

Suggest KB article

Suggest knowledge base articles that answer a question.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
query *stringThe search query to find relevant KB articles
languagestringISO 639-1 language code to filter results (e.g. fr, en)
maxResultsnumberMaximum number of articles to return (1-10, default 5)

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":"suggest_kb_article","input":{"query":"…","language":"…","maxResults":1}}'
$run({ "tool": "suggest_kb_article", "input": {"query":"…","language":"…","maxResults":1} })