mindwiki_dry_run_proposal
Re-run validation and dry-run against the CURRENT vault state for an existing proposal id. Useful when time has passed since the proposal was created — base hashes may have drifted, and the dry-run reflects the current vault. Persists nothing; the proposal row is unchanged.
Access
Requires read access and the corresponding vault agent permission. MCP access requires Pro or Power. See Authentication for OAuth versus API key scopes.
Input schema
{
"type": "object",
"properties": {
"proposal_id": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"description": "Existing proposal id"
}
},
"required": [
"proposal_id"
],
"additionalProperties": false
}Client use
Call this tool through tools/call at https://api.mindwiki.io/mcp after initialization and authentication. Check the tool result for errors before reporting success. A proposal creation or apply request is not itself proof that a change was applied; inspect the returned status and verify the result in MindWiki.
See MCP Tools for the complete catalog and Muse for connector availability.