mindwiki_list_context_packs

List the curated context packs in your vault. Pair with mindwiki_get_context_pack to load one.

Scope: read

Parameters

None.

Example Request

json
{
  "tool": "mindwiki_list_context_packs",
  "arguments": {}
}

Example Response

json
{
  "context_packs": [
    {
      "name": "onboarding-redesign",
      "description": "Spec, decisions, and metrics for the onboarding redesign project",
      "page_count": 8
    },
    {
      "name": "company-glossary",
      "description": "Terminology, named systems, and conventions",
      "page_count": 14
    }
  ]
}

See Context Packs for how packs work and when to use them.