RedMate

Docs

Supported MCP tools

Tools are grouped by workflow: confirm account and draft context, create or update content, then add the draft to immediate or scheduled publishing.

Tool groups

Account context
account_list, account_get_active, account_set_active, account_check_login, account_open_login_window. Use them to select accounts and confirm login state.
Drafts and images
draft_create, draft_update, draft_list, draft_get, note_images_add, note_images_remove, note_images_reorder. Use them to generate content and maintain asset order.
Publishing queue
draft_publish_now, draft_schedule, publication_task_list, publication_task_get, publication_task_cancel. Use them to publish, schedule, and track results.
Projects
project_list, project_create, project_update, project_move, project_delete, notes_assign_to_project. Use them to organize drafts by client, campaign, or column.

Recommended call order

  • Read accounts and publishing preferences, then confirm the target account is online.
  • List projects and drafts to find existing work; create a draft when nothing matches.
  • Update title, body, tags, and image order, then ask the user to review the important content.
  • After confirmation, call immediate or scheduled publishing and keep the publication task id.