Ideas, write

Plan idea

Put an idea on a day, move a planned one to another day by sending the new day, or take it off with null. Sonket emails a reminder that morning and never posts for you.

write

MCP

Tool nameplan_idea
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "plan_idea",
    "arguments": {
      "project_id": "<uuid>",
      "idea_id": "<uuid>",
      "day": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

idea_idrequireduuid
dayrequirednull | string

YYYY-MM-DD in the project's timezone, today or up to 29 days on. Null takes it off.

Returns

The idea with the day it now sits on, null when it was taken off.