Skip to content
K

mm_get_doc

Read a single doc by filename. Returns parsed content including title, category, source URL, and body.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 2
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
filenamestringYesDoc filename (e.g., ‘api-auth-guide-03-08-2026.md’)
{
"tool": "mm_get_doc",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"filename": "My Example"
}
}
  • mm_create_feature - Create a new feature to group related specs. Features are stored in .mm/featu…
  • mm_create_spec - Create a new spec with proper structure. Creates spec.md and implementation.m…
  • mm_add_task - Add a task to a spec’s implementation.md. Tasks are added to the Backlog sect…
  • mm_update_task - Update a task’s status in implementation.md. Moves the task to the appropriat…
  • mm_link_spec - Link an existing spec to a feature. Updates the feature’s linked_specs array …