<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=Wiki_Tooling_Guide</id>
	<title>Wiki Tooling Guide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.h4ks.com/index.php?action=history&amp;feed=atom&amp;title=Wiki_Tooling_Guide"/>
	<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=Wiki_Tooling_Guide&amp;action=history"/>
	<updated>2026-04-21T16:04:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.h4ks.com/index.php?title=Wiki_Tooling_Guide&amp;diff=796&amp;oldid=prev</id>
		<title>172.23.0.4: Created page with &quot;== Wiki Tooling Guide == This article documents the built-in wiki tooling used by the AI assistant to manage and maintain the company&#039;s wiki. It includes information about the tools, how to call them, recommended workflows, safety considerations, and example scenarios. The guidance here is intended for maintainers and automated workflows that modify wiki content on https://wiki.h4ks.com/index.php/Main&#039;&#039;Page.  === Overview === The wiki tooling set provides programmatic ac...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.h4ks.com/index.php?title=Wiki_Tooling_Guide&amp;diff=796&amp;oldid=prev"/>
		<updated>2025-09-04T15:23:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Wiki Tooling Guide == This article documents the built-in wiki tooling used by the AI assistant to manage and maintain the company&amp;#039;s wiki. It includes information about the tools, how to call them, recommended workflows, safety considerations, and example scenarios. The guidance here is intended for maintainers and automated workflows that modify wiki content on https://wiki.h4ks.com/index.php/Main&amp;#039;&amp;#039;Page.  === Overview === The wiki tooling set provides programmatic ac...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Wiki Tooling Guide ==&lt;br /&gt;
This article documents the built-in wiki tooling used by the AI assistant to manage and maintain the company&amp;#039;s wiki. It includes information about the tools, how to call them, recommended workflows, safety considerations, and example scenarios. The guidance here is intended for maintainers and automated workflows that modify wiki content on https://wiki.h4ks.com/index.php/Main&amp;#039;&amp;#039;Page.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The wiki tooling set provides programmatic access to read, search, create, update, and delete wiki pages. It is designed to support automation tasks, reduce manual work, and ensure content consistency across the wiki ecosystem.&lt;br /&gt;
&lt;br /&gt;
=== Tools and Interfaces ===&lt;br /&gt;
* MediaWiki&amp;#039;&amp;#039;Search&lt;br /&gt;
** Purpose: Search for pages or content by keywords.&lt;br /&gt;
** Required parameter: Search&amp;#039;&amp;#039;Term (string)&lt;br /&gt;
** Example input:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;{&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &amp;quot;Search&amp;#039;&amp;#039;Term&amp;quot;: &amp;quot;IRC-channel-guide&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
** Output: A list of matching page titles and snippets (as returned by the underlying API).&lt;br /&gt;
&lt;br /&gt;
* Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page&lt;br /&gt;
** Purpose: Retrieve the content of a page by its title.&lt;br /&gt;
** Required parameter: Page&amp;#039;&amp;#039;Title (string)&lt;br /&gt;
** Example input: Page&amp;#039;&amp;#039;Title = &amp;quot;Main&amp;#039;&amp;#039;Page&amp;quot;&lt;br /&gt;
** Output: Page content (in wiki markup) for the specified title.&lt;br /&gt;
&lt;br /&gt;
* Create&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page&lt;br /&gt;
** Purpose: Create a new page or update an existing one.&lt;br /&gt;
** Required parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;- Page&amp;#039;&amp;#039;Title (string)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;- Page&amp;#039;&amp;#039;Content (string)&amp;lt;/pre&amp;gt;&lt;br /&gt;
** Example input:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;pre&amp;gt;{&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &amp;quot;Page&amp;#039;&amp;#039;Title&amp;quot;: &amp;quot;Wiki&amp;#039;&amp;#039;Tooling&amp;#039;&amp;#039;Guide&amp;quot;,&lt;br /&gt;
  &amp;quot;Page&amp;#039;&amp;#039;Content&amp;quot;: &amp;quot;&amp;lt;wiki&amp;gt;Sample content for the tooling guide.&amp;lt;/wiki&amp;gt;&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
** Output: Confirmation of creation or update, and the new page revision/version if available.&lt;br /&gt;
&lt;br /&gt;
* Delete&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page&lt;br /&gt;
** Purpose: Delete a page with a justification.&lt;br /&gt;
** Required parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;- Page&amp;#039;&amp;#039;Title (string)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;- Delete&amp;#039;&amp;#039;Reason (string)&amp;lt;/pre&amp;gt;&lt;br /&gt;
** Example input: Page&amp;#039;&amp;#039;Title = &amp;quot;Old&amp;#039;&amp;#039;Page&amp;quot;, Delete&amp;#039;&amp;#039;Reason = &amp;quot;Obsolete and superseded by new tooling guide&amp;quot;&lt;br /&gt;
** Output: Deletion confirmation with a revision history note.&lt;br /&gt;
&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Basic operations:&lt;br /&gt;
** Read a page: Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page with Page&amp;#039;&amp;#039;Title.&lt;br /&gt;
** Create a new page: Create&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page with a new Page&amp;#039;&amp;#039;Title and Page&amp;#039;&amp;#039;Content.&lt;br /&gt;
** Update an existing page: Create&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page with the same Page&amp;#039;&amp;#039;Title and updated Page&amp;#039;&amp;#039;Content.&lt;br /&gt;
** Delete a page: Delete&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page with Page&amp;#039;&amp;#039;Title and Delete&amp;#039;&amp;#039;Reason.&lt;br /&gt;
* Searching:&lt;br /&gt;
** Use MediaWiki&amp;#039;&amp;#039;Search with a term to locate pages of interest before editing or creating content.&lt;br /&gt;
* Parallel workflows:&lt;br /&gt;
** When multiple independent calls are needed, they can be executed in parallel via multi&amp;#039;&amp;#039;tool&amp;#039;&amp;#039;use.parallel. Example: fetch a page while performing a search, then apply updates based on results.&lt;br /&gt;
&lt;br /&gt;
=== Best practices ===&lt;br /&gt;
* Use descriptive, stable page titles to avoid churn.&lt;br /&gt;
* Include a changelog or revision notes within the page content when making updates.&lt;br /&gt;
* Structure content with clear headings, lists, and concise paragraphs to improve readability.&lt;br /&gt;
* Prefer internal wiki links for navigation and avoid hard-coding external domains unless necessary.&lt;br /&gt;
* Validate page existence before updates to minimize accidental overwrites.&lt;br /&gt;
&lt;br /&gt;
=== Safety and governance ===&lt;br /&gt;
* Editing and deletion permissions should be restricted to authorized editors.&lt;br /&gt;
* Maintain a revision history and back up important pages before large changes.&lt;br /&gt;
* Avoid exposing sensitive information in page content; redact when necessary and follow data governance policies.&lt;br /&gt;
&lt;br /&gt;
=== Example workflows ===&lt;br /&gt;
* Example 1: Create a new page for a tooling guide&lt;br /&gt;
  1) Check existence with Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page (optional).&lt;br /&gt;
  2) Create the page with Create&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page using a well-formed Page&amp;#039;&amp;#039;Content.&lt;br /&gt;
  3) Verify by reading the page with Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page.&lt;br /&gt;
* Example 2: Update an existing page&lt;br /&gt;
  1) Retrieve current content with Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page.&lt;br /&gt;
  2) Prepare updated content and apply via Create&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page.&lt;br /&gt;
  3) Confirm update via Get&amp;#039;&amp;#039;Wiki&amp;#039;&amp;#039;Page and view revision history.&lt;br /&gt;
&lt;br /&gt;
=== Example: Wiki&amp;#039;&amp;#039;Tooling&amp;#039;&amp;#039;Guide ===&lt;br /&gt;
This page itself serves as an example. Use it to document how the tooling is used, approved workflows, and best practices for maintaining the wiki.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* If a page creation or update fails:&lt;br /&gt;
** Verify Page&amp;#039;&amp;#039;Title is valid (no illegal characters or reserved prefixes).&lt;br /&gt;
** Check Page&amp;#039;&amp;#039;Content for syntax or markup issues.&lt;br /&gt;
** Ensure you have permissions to edit the target page.&lt;br /&gt;
** Review system status or error messages returned by the tool interface.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* Main Page: https://wiki.h4ks.com/index.php/Main&amp;#039;&amp;#039;Page&lt;br /&gt;
* IRC Channel Guide: https://wiki.h4ks.com/index.php/IRC&amp;#039;&amp;#039;Channel_Guide&lt;/div&gt;</summary>
		<author><name>172.23.0.4</name></author>
	</entry>
</feed>