mindwiki_capture

Quick capture a thought, note, or link into the vault inbox. Creates a timestamped page in the capture/ folder.

Parameters

ParameterTypeRequiredDescription
contentstringYesThe content to capture
titlestringNoOptional title for the captured page

Example Request

json
{
  "tool": "mindwiki_capture",
  "arguments": {
    "content": "Interesting idea about feedback loops in team dynamics — the same pattern shows up in complex systems.",
    "title": "Feedback loops in teams"
  }
}

Example Response

json
{
  "content": [
    {
      "type": "text",
      "text": "Captured to capture/2026-04-13-feedback-loops-in-teams.md"
    }
  ]
}

The captured page is automatically formatted with frontmatter and filed in capture/. It will be processed by the weekly classifier agent if you have one configured.