mindwiki_get_agent_operating_guide
Return the user's MindWiki Agent Operating Guide.
The guide is a small set of markdown files stored at _meta/agent/. It explains the safe-behavior contract, vault model, available tools, organization guidance, common workflows, and the optional memory handshake for connected AI clients.
Scope: read
Parameters
None.
Example Request
json
{
"tool": "mindwiki_get_agent_operating_guide",
"arguments": {}
}Example Response
json
{
"version": "1.0.0",
"installed": true,
"user_modified": false,
"files": [
{
"name": "README.md",
"path": "_meta/agent/README.md",
"title": "MindWiki Agent Operating Guide",
"summary": "How AI agents should work with this vault — start here.",
"content": "# How AI agents should work with this MindWiki vault\\n..."
}
]
}When to use it
Call this at the start of a fresh AI session before substantive work. The MCP initialize response also points clients toward this tool.
Use it when you need to know:
- How to behave safely in the user's vault.
- When to create proposals instead of direct edits.
- How MindWiki concepts like wikilinks, backlinks, properties, context packs, sessions, and vault health fit together.
- Which workflows MindWiki expects agents to follow.
The guide is not a hidden system prompt. The user can inspect, restore, and reset it from Settings.