read_kb_doc
When a knowledge base card ID is known, retrieve its full solution, reliability metrics, and related cards to apply the correct fix.
Instructions
SECOND STEP in the troubleshooting workflow. Read the full content and solution of a specific Knowledge Base card.
Returns the card content WITH reliability metrics and related cards so you can assess trustworthiness and explore connected issues.
WHEN TO USE:
Call this ONLY after obtaining a valid
kb_idfrom theresolve_kb_idtool.
INPUT:
kb_id: The exact ID of the card (e.g., 'CROSS_DOCKER_001').
OUTPUT:
Returns reliability metrics followed by the full Markdown content of the card, plus related cards.
You MUST apply the solution provided in the card to resolve the user's issue.
After applying, you MUST call
save_kb_cardwithoutcomeparameter to close the feedback loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kb_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |