list_knowledge_base_articles
List knowledge base articles in a workspace to access operational notes, runbook context, or architecture info. Filter by status or search content for programmatic KB management.
Instructions
List Knowledge Base articles (notes) in a workspace (structured JSON).
Returns KB articles that feed the workspace's Knowledge Overlay Graph. Articles can contain operational knowledge, runbook context, architecture notes, or any information useful for troubleshooting.
NOTE: For questions like "what do we know about service X?", prefer
workspace_chat — it searches KB articles semantically. Use this tool
for programmatic KB management (listing, filtering by status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max articles to return (max 200). | |
| search | No | Search within article content. | |
| status | No | Filter by status — 'active' or 'deprecated'. Returns all if omitted. | |
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |