kb_update

Update existing knowledge base entries with the update_entry tool.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill kb-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb_update
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/knowledge_base/skills/kb_update
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill kb-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users revise, correct, or expand existing knowledge base entries to keep information accurate and up-to-date.

Core Features & Use Cases

  • Update existing KB entries with new facts or corrections.
  • Track changes and maintain consistency across related articles.
  • Use Case: Imagine you need to correct outdated pricing or policy details across multiple KB articles by applying a single update rule.

Quick Start

Run the kb_update skill to revise an entry by providing the entry identifier and the new content. Example: update_entry --id onboarding --content "New onboarding steps".

Frequently Asked Questions about kb_update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update existing knowledge base entries with new information?

To update knowledge base entries, you can use the update_entry tool by providing the entry identifier and the new content. This modifies existing articles to revise descriptions, correct inaccuracies, or expand coverage.

Can I track revisions and changes when editing knowledge base articles?

Yes, editing knowledge base articles with this revision tool tracks changes to maintain consistency. It applies update rules across related articles to ensure all modifications are properly versioned and documented.

What is the best way to correct outdated details across multiple knowledge base articles?

Correcting outdated details across multiple knowledge base articles is done by applying a single update rule to revise entries. This ensures consistency across related content by updating all relevant entries simultaneously.

Do I need an entry identifier to modify content in a knowledge base?

Yes, you need an entry identifier to modify content in a knowledge base. The update_entry tool requires both the specific entry ID and the new content text to successfully apply revisions and track changes.

When should I use a knowledge base revision tool instead of creating new content?

You should use a knowledge base revision tool when you need to correct inaccuracies, revise descriptions, or expand coverage in existing articles. It is designed for content management and versioning of current entries rather than creating new ones.

Why are my knowledge base updates not maintaining consistency across related articles?

Knowledge base updates may lack consistency if changes are not tracked properly. Using the update_entry tool ensures revisions are versioned and consistency is maintained across related articles during content management.