mmk-notion-team

Manage Notion teams — list teams, invite users to a team, remove users from a team. Triggers on "list teams", "invite to team", "add to team", "remove from team", "team members".

MMK Notion — Team Commands

Prerequisite: Read ../mmk-shared/SKILL.md for auth, global flags, and error handling. Parent: mmk-notion

Always use -o json when parsing results or composing with other commands.


list — List teams in the workspace

mmk notion team list -o json

No additional flags required.


invite — Invite a user to a team

mmk notion team invite --team-id <uuid> --email <email> -o json

Required: --team-id, --email Optional: --member-typemember (default) or owner


remove — Remove a user from a team

mmk notion team remove --team-id <uuid> --email <email> -o json

Required: --team-id, --email Optional: --member-typemember (default) or owner


See Also