Wiki Tooling Status

From H4KS
Jump to navigationJump to search

Wiki Tooling Status[edit]

This page provides a current snapshot of the internal wiki tooling available to the AI assistant and staff, including usage guidance, availability, maintenance, and troubleshooting.

Overview of Tools[edit]

  • MediaWikiSearch
    • Purpose: Search the company wiki pages by a keyword or phrase.
    • API/Interface: Accepts parameter SearchTerm (string). Returns a list of matching pages.
    • Typical usage example: See the reference sections in this wiki for example calls and expected responses.
  • DeleteWikiPage
    • Purpose: Permanently delete a wiki page.
    • Parameters: PageTitle (string), DeleteReason (string)
    • Usage constraints: Requires appropriate permissions; audit trail.
  • CreateEditWikiPage
    • Purpose: Create a new wiki page or update an existing page.
    • Parameters: PageTitle (string), PageContent (string)
    • Idempotency: Update existing page if title matches.
  • GetWikiPage
    • Purpose: Retrieve page content by title.
    • Parameter: PageTitle

Current Operational Status[edit]

  • All tooling endpoints are online and accessible via the internal integration layer.
  • Last verified uptime: 2025-09-04
  • No known outages in the past 30 days.
  • Planned maintenance: none scheduled in the next 14 days.

Access and Permissions[edit]

  • Access to tooling is restricted to authorized AI assistant and Wiki Admins.
  • Actions are audited; changes visible in page histories.
  • If you encounter permission errors, contact the Wiki Admin group.

Usage Guidelines and Best Practices[edit]

  • Prefer using the parallel wrapper for independent tool calls to reduce latency.
  • Respect rate limits: no more than 5 calls per minute per tool, implement exponential backoff on errors.
  • Always verify page existence before DeleteWikiPage; ensure delete reason is descriptive.

Troubleshooting[edit]

  • Error: PageTitle not provided or invalid
    • Ensure PageTitle is a non-empty string and follows wiki title conventions.
  • Error: Page not found when GetWikiPage
    • Page may not exist; you can create it or check for typos in the title.
  • Error: Permission denied
    • Confirm you are authorized to perform the operation; contact admin.

Change Log[edit]

  • 2025-09-04: Created Wiki Tooling Status page with initial content.

See Also[edit]