You're viewing a demo portfolio

Join the waitlist
PRSM

read_kb_doc

Active

Tool of io.github.MagneticDogSon/fixflow

declared in 3.0.2

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_id` from the `resolve_kb_id` tool. 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_card` with `outcome` parameter to close the feedback loop.

Parameters schema

{
  "type": "object",
  "required": [
    "kb_id"
  ],
  "properties": {
    "kb_id": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.MagneticDogSon/fixflow

https://github.com/MagneticDogSon/fixflow-mcp

2/7 registries
View full server →