Arguments
This tool takes no arguments.Returns
An array of article set objects:| Field | Type | Description |
|---|---|---|
slug | string | Public slug, usable with get_kb_article_set. |
articles | array | List of article objects (id, title, content, …). |
published_at | string | null | ISO-8601 timestamp of the latest update. |
created_at | string | null | ISO-8601 timestamp when the set was first generated. |
Example prompts
“List our KB sets and tell me which articles cover authentication.”
“Find every KB article that mentions ‘webhook’ and give me the article titles.”