> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcitable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# mark_reply_posted

> Marks a social reply as posted with the live URL.

Marks a social reply as posted with the live URL. Sets `status='published'`, stamps `posted_url` and `posted_at`. Brand resolved from auth context.

## When to use

* The user has just posted the reply on Reddit, Hacker News, or another platform and wants it tracked.
* A user pastes a comment URL after replying manually.

## When not to use

* The reply hasn't been posted yet — use [`update_reply`](/mcp/writes/update-reply) for status changes that don't carry a URL.
* The user wants to undo a "posted" status — call [`update_reply`](/mcp/writes/update-reply) with `status='scheduled'` or `'draft'`.

## Inputs

The `posted_url` should be the canonical URL of the live comment, not the source thread URL. Attribution joins on this column.

## See also

* [Overview](/mcp/overview)
