list_articles
Search and list knowledge base articles using keyword, folder, tag, and published filters. Pagination controls let you retrieve specific result subsets.
Instructions
Search and list knowledge base articles.
Use this to find relevant KB articles by keyword, folder, or tag. The search parameter uses Daktela's global search (q=) which searches across title, description, content, and tags.
Args: search: Full-text search across article title, description, content, and tags. Uses Daktela's global search — the most effective way to find articles. folder: Filter by folder — pass a folder name (human-readable) or internal ID. Folder names are resolved automatically. tag: Filter by tag — pass a tag title (human-readable) or internal ID. Tag titles are resolved automatically. published: Filter by published status: 'true' or 'false'. skip: Pagination offset (default: 0). take: Number of articles to return (default: 10, max: 200). Default is smaller than other tools because article records are larger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| skip | No | ||
| take | No | ||
| folder | No | ||
| search | No | ||
| published | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |