Skip to content
K

mm_export_doc

Export a doc to .docx (Word), Google Docs compatible HTML, or Slack mrkdwn format. For docx, saves to .mm/docs/exports/ and returns the file path. For gdocs/slack, returns the converted content string.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 3
  • Total parameters: 3
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
doc_identifierstringYesDoc filename (e.g., ‘api-auth-guide-03-08-2026.md’) or title substring to match
formatstring (enum: docx, gdocs, slack)YesExport format: docx (Word document), gdocs (HTML for Google Docs), slack (Slack mrkdwn)
{
"tool": "mm_export_doc",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"doc_identifier": "my-example",
"format": "docx"
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • mm_create_spec - [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…
  • mm_add_task - [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…
  • mm_update_task - [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…
  • mm_link_spec - [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…