mm_save_grain_note
Save a Grain meeting note locally as markdown. Handles deduplication via meeting ID and tracks processed meetings in state.
At a Glance
Section titled “At a Glance”- Category: Plugins
- Source: Plugin: grain
- Required parameters: 9
- Total parameters: 9
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Meeting title |
date | string | Yes | Meeting date (YYYY-MM-DD) |
duration | string | Yes | |
meeting_id | string | Yes | Grain meeting UUID for dedup |
projects | array | Yes | Project slugs this meeting relates to |
participants | array | Yes | Participant names |
summary | string | Yes | AI-generated summary text |
action_items | array | Yes | Action items from the meeting |
decisions | array | Yes | Key decisions made during the meeting |
Example
Section titled “Example”{ "tool": "mm_save_grain_note", "arguments": { "title": "My Example", "date": "2026-01-15", "duration": "example-duration", "meeting_id": "my-example", "projects": [ "example-project" ], "participants": [ "example-participant" ], "summary": "example-summary", "action_items": [ "example-action_item" ], "decisions": [ "example-decision" ] }}Related Tools
Section titled “Related Tools”mm_get_design_tokens- Retrieve the projectmm_sync_github- Sync issues bidirectionally between GitHub and Monday Morningmm_link_github_pr- Link a GitHub pull request to a task in a specmm_import_meeting_notes- Import meeting notes from Grain into the project. Supports importing by meeti…mm_get_project_meeting_context- Retrieve recent meeting context for a project. Returns summaries, decisions, …