{"name":"com.uplika/uplika","slug":"uplika","title":"uplika","description":"Publish to social channels from your AI agent. Threads is live; nine more await review.","url":"https://mcp.market/server/uplika","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":95,"checks":20,"ok":19,"last_checked_at":"2026-09-24T06:56:20.557Z","last_ok_at":"2026-09-24T06:56:20.557Z","latency_ms":958},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://uplika.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.uplika.com/mcp"}],"packages":[],"tools":[{"name":"approve_reply","description":"Threads only: approve (or ignore) a reply held by reply approval on one of the account's posts. Approving makes it public. Read the queue with pending: true.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string"},"replyId":{"type":"string","description":"Omit to list the pending queue instead."},"approve":{"type":"boolean","description":"Default true."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountId"]}},{"name":"bridge_status","description":"Naver Blog only. Posts to Naver Blog are written by the uplika browser extension inside the user's own Chrome, so nothing goes out while that Chrome is closed. Call this before publishing to Naver Blog. If online is false, the response carries wake commands per OS that open Chrome on the user's computer in the profile that has the extension (found by extension id). If you have a shell on that computer, run the one for its OS, then call this again or get_post; the extension reconnects within about a minute and queued posts go out. publish also returns the same bridge object when the extension is offline. state is one of online, offline, logged_out (Chrome is on but not logged in to Naver). userMessage is a sentence in the person's language to relay as it is. queued is how many posts wait for the extension; delete_post cancels them and update_post rewrites them before they go out. extensionVersion and kinds say what that extension can do.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Limit to one Naver Blog account. Omit to cover every connected Naver Blog account."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"create_automation","description":"Create an automation from any template in list_automation_templates by passing its params. Creates a draft. For a flow no template covers, build the document yourself and call put_automation on the draft.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Connected account id from list_accounts."},"templateId":{"type":"string","description":"Template id from list_automation_templates."},"params":{"type":"object","description":"The template's params."},"name":{"type":"string"},"enabled":{"type":"boolean","description":"Default false."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountId","templateId","params"]}},{"name":"create_comment_to_dm","description":"The most common automation: when someone comments on a post, DM them. **Creates a draft; nothing goes out until enable_automation.** How Meta works: a DM cannot be started by the account. The only automatic door is a private reply to a comment, one per comment, within 7 days of the comment, and once the person answers the 24-hour window opens for the rest. Instagram can check whether the person follows the account (requireFollow); Facebook cannot, so requireFollow is rejected there. Threads has no DMs at all; use create_automation with comment_public_reply. Files go through media_presign first and are passed as deliver.mediaId. post can be our post id, the post's own id on the platform, a link to the post, \"any\" for every post, or \"next\" for the next post you publish (or pass automation on publish to do both in one call). Only one enabled automation per account can wait for \"next\" (409 next_post_taken). Order when everything is on: opening DM (message + button) -> askEmail -> requireFollow -> deliver (text, up to three link buttons, file; clicks are tracked) -> followUp if no link was clicked. openingDm:false sends deliver as the private reply itself; then requireFollow, askEmail, followUp and files are rejected because the window never opens.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Connected Instagram or Facebook account id from list_accounts."},"post":{"description":"Our post id, the platform post id, a link to the post, \"any\", or \"next\"."},"keywords":{"type":"array","items":{"type":"string"},"description":"Trigger words in the comment. Empty means every comment."},"match":{"type":"string","enum":["contains","is","whole_word","begins_with","thumbs_up","not_contains"]},"publicReply":{"type":"array","items":{"type":"string"},"description":"Optional public replies under the comment; one is picked at random."},"openingDm":{"type":"boolean","description":"Default true. false: deliver goes out as the private reply itself (no button, no window afterwards)."},"message":{"type":"string","description":"The opening DM (private reply). One message. Required unless openingDm is false."},"buttonTitle":{"type":"string","description":"Button under the opening DM, at most 20 characters."},"askEmail":{"type":"boolean","description":"Ask for their email after the tap and store it in contact field `email`. Three tries, then continue without."},"emailMessage":{"type":"string"},"emailRetry":{"type":"string"},"requireFollow":{"type":"boolean","description":"Instagram only. Deliver only to followers; others are asked to follow and check again."},"notFollowingMessage":{"type":"string"},"recheckTitle":{"type":"string"},"deliver":{"type":"object","description":"What to send after the tap: text, up to three link buttons, and/or a media id.","properties":{"text":{"type":"string"},"link":{"type":"string","description":"Legacy: one url appended to the text. Prefer links."},"links":{"type":"array","maxItems":3,"items":{"type":"object","properties":{"title":{"type":"string","description":"At most 20 characters."},"url":{"type":"string"}},"required":["title","url"]}},"mediaId":{"type":"string"},"mediaKind":{"type":"string","enum":["file","image","video"]}}},"followUp":{"type":"string","description":"Sent followUpAfterMinutes later if none of deliver.links was clicked. Needs openingDm and at least one link."},"followUpAfterMinutes":{"type":"number","description":"1 to 1380 (23 hours). Default 60."},"name":{"type":"string"},"enabled":{"type":"boolean","description":"Default false. Prefer leaving it off and calling enable_automation after the person confirms."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountId","post","deliver"]}},{"name":"delete_post","description":"Delete a post from the channel for good. This is not reversible, so confirm with the person first. Daily delete limits differ per channel: Threads 100 a day, Instagram only on accounts connected via Facebook, with no documented daily cap, YouTube 20 a day, Facebook 50 a day, Bluesky 35000 a day, Telegram only within 48 hours of publishing, with no documented daily cap, Naver Blog through the browser extension, with no documented daily cap, TikTok has no delete API; posts can only be removed in the app. On a scheduled or draft post nothing is on any channel yet, so this simply cancels it and removes our record. A Naver draft (target externalId starting with draft:) is only in Naver's draft box: this cancels our record and, with extension 0.7.2 or later, removes that draft too. On Threads and YouTube this also works on posts written in the channel's own app, given the link. Instagram only lets us delete on accounts connected via Facebook: an account connected with Instagram login cannot be deleted through us at all, so tell the person to delete it in the Instagram app. Facebook only lets us delete Page posts this app published, so a post made in the Facebook app cannot be deleted through us. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"delete_reply","description":"Delete a comment for good. This is not hide_reply: it cannot be undone. What it reaches differs by channel and list_platforms says which ones support it at all. On Instagram and Facebook it removes anyone's comment on your post; on Threads and Bluesky a reply is itself a post, so it only removes replies the connected account wrote. Prefer hide_reply when the person just wants it out of sight.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"replyId":{"type":"string","description":"Reply id from list_replies"},"postId":{"type":"string","description":"The post the reply sits under. A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["replyId","postId"]}},{"name":"describe_grammar","description":"How to write the body for a channel that has its own markup. Naver Blog has one; every other platform returns not_supported, which is not an error to work around. Call this before writing a Naver Blog body for the first time, or whenever you want something the basics do not cover: highlighting a phrase, a styled table, a collage, an event block, a map with several places. Without a topic you get an overview and the list of topics; with one you get that section in full, including the mistakes that fail silently. The values come from the same grammar the publisher validates against, so what this returns is what publish accepts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"platform":{"type":"string","description":"Platform id, e.g. naver_blog. Only naver_blog has body markup today."},"topic":{"type":"string","enum":["overview","directives","attributes","inline","blocks","highlight","media","limits"],"description":"Which section. overview (default) sketches the whole thing; directives, attributes, inline, blocks, highlight, media and limits go deep."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["platform"]}},{"name":"diagnose_naver_blog","description":"Naver Blog only. Reads a blog's public RSS feed (its latest posts, at most 50) and says whether the titles are written for search: the share of titles carrying a search intent word (price, how to, review), how many start with a date or episode label, posts per month, the categories, and the words the blog repeats in titles (seedCandidates: candidates to research, not proven keywords). summary.oldest and summary.newest say which dates it read, so a quiet blog's 50 posts are not everything; summary.capped is true at 50. flags and thresholds carry the judgement (lowIntent when the intent share is under thresholds.lowIntentPct). Works for any public blog, not only connected ones, and needs no Naver keys. Cached 24 hours; a cache miss spends one of 20 diagnoses per person per day (quota in the response). Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blog":{"type":"string","description":"The blog id or any link to the blog (blog.naver.com/<id>, m.blog.naver.com/<id>/<logNo>, PostView.naver?blogId=<id>)."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["blog"]}},{"name":"disable_automation","description":"Stop an automation. Runs already waiting for a button stay waiting but nothing new starts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"enable_automation","description":"Turn an automation live. **This is the moment messages start going to real people.** Confirm with the person first. Only one automation per account can wait for the next post: enabling a second one is refused with next_post_taken until the first binds to a post. Refuses with reconsent_required if the account was connected before DM permissions, and warns if the account is not subscribed to webhooks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"expand_naver_keywords","description":"Naver Blog only. Expands seed keywords one level through Naver autocomplete on the server and returns every word found with the seed it came from (found[].from is seed or L1:<seed>). These are candidates to measure with research_naver_keywords, not proven keywords. Up to 10 seeds. Cached seven days; a call with at least one uncached seed spends one of 20 expansions per person per day. Server-side autocomplete is off by default: when the server answers naver_autocomplete_unavailable, pass your own keyword list to research_naver_keywords instead. naver_autocomplete_paused and naver_autocomplete_busy carry retryAfterSeconds. Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"seeds":{"type":"array","items":{"type":"string"},"description":"1-10 seed keywords."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["seeds"]}},{"name":"follow","description":"Follow an account on the channel. Naver Blog only today: adds the blog as a neighbor. mutual: true sends a mutual-neighbor request that the other blog has to accept, so the result is pending until they do; without it the blog is added as a plain neighbor right away. Already a neighbor comes back as already. There is no unfollow. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"blog":{"type":"string","description":"The blog to follow: its id (the part after blog.naver.com/) or any link to it."},"mutual":{"type":"boolean","description":"true for a mutual-neighbor request. Default false."},"message":{"type":"string","description":"Message sent with a mutual request. Naver shows it to the other blog. Ignored otherwise."},"accountId":{"type":"string","description":"Which connected account to act as. Only needed when the workspace has more than one Naver Blog."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["blog"]}},{"name":"get_automation","description":"One automation as a document: triggers, nodes, start. Also returns version, which put_automation needs, and templateParams when the flow still has its template shape.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Automation id from list_automations."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"get_contact","description":"One contact: name, username, whether they follow the account and whether it follows them (Instagram only, and only for people who have messaged), follower count, tags, opt-out, and when the messaging window closes. Follower lists do not exist on any channel; this is the closest thing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"refresh":{"type":"boolean","description":"Re-read the profile from the channel first."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"get_insights","description":"Views, likes, replies, reposts, quotes and shares for one publish. Views and shares can be null when the platform does not report them yet — null is not zero. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"get_naver_keyword_history","description":"The measurement history of one keyword: one point per day it was actually measured, newest first, with search volume, document count and posts per month. Shows whether a keyword is rising or cooling. An empty list means nobody has measured it here yet. Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"type":"string","description":"The keyword, as you would send it to research_naver_keywords."},"limit":{"type":"number","description":"How many days, default 100."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["keyword"]}},{"name":"get_post","description":"One publish: per-target status and the reason any target failed. For a post link you probably want open_post instead. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"get_publish_options","description":"What a channel needs to know before you publish to it. Only TikTok has this today; every other channel returns not_supported, which is not an error to work around. For TikTok it returns the creator nickname the post will go out as, the privacy levels this account may use right now, whether it can post at all, and its video length limit. Call it before every TikTok publish: the values are per account and change when the person edits their TikTok settings. options.tiktok.privacyLevel is required and has no default, so this is where you get the value to pass.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"The connected account to ask about. Required: these values are per account."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountId"]}},{"name":"get_quota","description":"How much of the 24 hour allowance is already used for posts, replies and deletes. Check this before a burst of publishing. This is live usage from the platform, not the static limits in list_platforms. We also cap how fast one account can publish, so publish can return rate_limited even when the platform allowance still has room.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Limit to one account. Omit to cover every connected channel."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"hide_reply","description":"Hide a reply on the channel, or show it again with hide: false. The reply id comes from list_replies, and postId is the publish it belongs to.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"replyId":{"type":"string","description":"Reply id from list_replies"},"postId":{"type":"string","description":"The post the reply sits under. A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"hide":{"type":"boolean","description":"true hides it, false shows it again. Defaults to true."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["replyId","postId"]}},{"name":"like","description":"Like a post — or a comment: pass replyTo (a reply id from list_replies) to like that comment instead of the post. Idempotent: if it is already liked the call succeeds with already: true and nothing is toggled. There is no unlike. Works on Naver Blog and on Instagram accounts connected through Facebook; other channels answer not_supported. On Naver Blog the post can belong to another blog: pass its link and we act as the connected account. Naver ignores liking your own post, and that comes back as naver_not_allowed rather than a fake success. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here. On Naver Blog a link to someone else's post works too."},"replyTo":{"type":"string","description":"Reply id from list_replies to like that reply instead of the post."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"list_accounts","description":"Connected social accounts. **Call this before publishing anything.** Each item has id, platform (threads etc.), handle and status. The accountIds you pass to publish are these ids, and only \"active\" ones publish. If the person did not name a channel, target every active account. If the list is empty, no channel is connected yet. Send the person to https://uplika.com/dashboard/connections.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_automation_runs","description":"Runs of one automation with their status and a step log. Status names why a run stopped: blocked_window (24-hour window closed), blocked_opt_out, blocked_paused (a person is handling that conversation), blocked_burst, failed_channel, expired, superseded, waiting, done.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"limit":{"type":"integer"},"before":{"type":"string"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"list_automation_templates","description":"Ready-made automation templates with the params each one takes. Read this before create_automation. Every template lists the channels it works on. The most used one is comment_to_dm: a comment on a post gets one private reply with a button, and tapping it delivers a link or file inside the messaging window.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_automations","description":"Automations on the connected accounts: name, channel, whether it is live or a draft, triggers, run count. Use get_automation to read one flow's document.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_channel_posts","description":"What is actually on the channel right now, including posts written in the channel's own app. Use this to find a post when you do not have its link. Each item carries a permalink you can pass straight to open_post, reply or delete_post. An empty list does not always mean the account has no posts: on TikTok this reads public videos only, so it stays empty while the app is awaiting TikTok's Content Posting audit and every post goes out private. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Limit to one account. Omit to cover every connected channel."},"limit":{"type":"number","description":"1-100, defaults to 25"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_conversations","description":"The inbox: DM conversations on Instagram and Facebook and mention threads on Threads. Each item says whether the 24-hour window is open and how long is left. state: open (default) or closed. kind: dm or mention.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"state":{"type":"string","enum":["open","closed"]},"kind":{"type":"string","enum":["dm","mention"]},"unread":{"type":"boolean"},"accountId":{"type":"string"},"search":{"type":"string"},"limit":{"type":"integer"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_mentions","description":"Threads posts that mention the connected account, delivered by webhook. Same shape as list_conversations with kind mention. Reply with send_dm, which posts publicly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string"},"unread":{"type":"boolean"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_naver_drafts","description":"Naver Blog only. Lists the drafts (temp-saved posts) sitting in the blog's draft box: logNo, title and the last-saved time, newest first. A post you published with options.naver_blog.draftOnly is one of them, and so is anything the person saved by hand in the Naver editor. Pass a logNo from here to publish_naver_draft. Needs the extension 0.7.2 or later in the person's Chrome; otherwise you get extension_outdated. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Limit to one Naver Blog account. Omit to cover every connected Naver Blog account."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_naver_keyword_reports","description":"Lists the person's saved keyword research (from research_naver_keywords or the dashboard), newest first: when, what they typed, the first set's main and sub keywords, and every set with its prompt. Reports belong to the person, not a workspace. Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","description":"How many, default 50."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_platforms","description":"Every channel and its rules: character limit, whether media is required, image and video limits, and what state the channel is in. Read this instead of guessing a platform's limits. status says who can connect: live means anyone; beta means the channel is in platform review and only accounts registered as testers on our app can connect yet, though publishing works normally for those accounts; bridge means it needs the user's browser extension running; soon means it is not connectable at all. charCount tells you how that channel counts a character, so you can check the length before calling publish instead of after it fails. options is the JSON Schema of what options.<channel> takes on publish: which fields exist, which are required, and the allowed values. Read it instead of guessing a channel's settings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_posts","description":"Recent publishes made through us and the per-target status of each, scheduled and draft posts included (their status says so and scheduledAt says when). Newest first, 20 by default. Pass limit for more or fewer, up to 100. hasMore means the list was cut short; pass the returned nextBefore as before to keep going. To answer \"what is scheduled this week\", pass status scheduled with since and until and sort scheduled. Posts that already existed on the channel are not here. Use list_channel_posts for those.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","description":"Narrow to one or more statuses, comma separated: scheduled, draft, publishing, published, partial, failed or cancelled. Omit for everything."},"since":{"type":"string","description":"YYYY-MM-DD or ISO 8601. Only posts dated at or after this. A scheduled post is dated by its scheduledAt, a sent post by when it was created."},"until":{"type":"string","description":"YYYY-MM-DD or ISO 8601. Only posts dated at or before this (a date means the whole day)."},"sort":{"type":"string","enum":["scheduled"],"description":"scheduled orders by the post's date ascending (soonest first) and drops paging. Omit for newest first."},"limit":{"type":"number","description":"1-100, defaults to 20"},"before":{"type":"string","description":"A publish id from a previous page's nextBefore. Returns the ones older than it."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"list_replies","description":"The whole reply thread under a post, nested replies included. `truncated` tells you we stopped before the end. The count here can differ from the replies metric in get_insights, which is normal. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"media_complete","description":"Step 2 of attaching an image or video. Call it after the upload finishes. We check the file really landed before marking it ready. Only a ready media id can be passed to publish.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Media id from media_presign"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"media_from_url","description":"Attach an image or video that is already on the public web. We download it, copy it into our storage and give you a media id you can pass to publish. One step, no upload needed. https only. Google Drive and Dropbox **share** links do not work: they return an HTML preview page, not the file. Use a direct file URL that ends in the file itself. If you can see the image, write altText describing it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public https URL of the image or video file itself."},"altText":{"type":"string","description":"What the image shows, for people using screen readers. Applied to carousel items."},"aiGenerated":{"type":"boolean","description":"true when the image or video was generated or substantially changed with AI. Naver Blog photos get its AI-use label; Instagram, YouTube and TikTok get their AI declaration turned on unless you set it to false. Leave it out when unsure."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["url"]}},{"name":"media_presign","description":"Step 1 of attaching an image or video. Returns a media id and a one-time uploadUrl. PUT the file bytes to uploadUrl with the same contentType, then call media_complete. Images: image/jpeg, image/png, image/webp, image/gif, up to 20MB. Video: video/mp4, video/quicktime, video/webm, up to 8GB, 43200 seconds, 4096px wide. Aspect ratio up to 20:1. Any image pixel width is fine. If you can see the image, write altText describing it. The response has mediaExpiresAt: this media id disappears after that time if it was never published, and publish will then fail with media_expired.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fileName":{"type":"string"},"contentType":{"type":"string","description":"image/jpeg or image/png or image/webp or image/gif or video/mp4 or video/quicktime or video/webm"},"bytes":{"type":"number","description":"File size in bytes"},"width":{"type":"number","description":"Pixel width, if you know it"},"height":{"type":"number","description":"Pixel height, if you know it"},"altText":{"type":"string","description":"What the image shows, for people using screen readers. Write it whenever you can see the image. Applied to carousel items."},"aiGenerated":{"type":"boolean","description":"true when the image or video was generated or substantially changed with AI. Naver Blog photos get its AI-use label; Instagram, YouTube and TikTok get their AI declaration turned on unless you set it to false. Leave it out when unsure."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["fileName","contentType","bytes"]}},{"name":"media_upload_link","description":"Ask the person to upload files from their own device. Returns a short-lived link. **Give the link to the person, then wait.** Poll media_upload_status with the token until it returns ready, and only then call publish with the media ids it gives you. Do not publish before the status is ready. Use this when the file is on their computer or phone; use media_from_url when the file already has a public https address.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"note":{"type":"string","description":"One line shown on the upload page, e.g. what you need them to upload."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"media_upload_status","description":"Has the person uploaded yet? Returns waiting, ready or expired, plus every media id uploaded through that link. Pass those ids to publish as mediaIds. Ready images also come back as image blocks so you can SEE each photo and place it in the right paragraph: previewIds[i] is the media id of the i-th image. Up to 20 images per call; pass offset to see the rest. A media with duplicateOf is the same bytes as that other id — use one of them.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"The token from media_upload_link."},"offset":{"type":"integer","description":"Skip this many images before returning previews (default 0)."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["token"]}},{"name":"naver_layout","description":"Naver Blog only. Shows how publish will lay the body out before anything goes out. By default (layout: template) publish reshapes the markdown into the blog's house form: #/## titles become underlined quote headings, a thin rule sits between sections, photos you did not place with media: references go one per section and the rest pair up at the end. Text never changes. Call this with the same content and mediaIds you will publish, show the person the result if they care about structure, then publish (it applies the same layout) or pass options.naver_blog.layout: \"as-is\" to publish exactly what you wrote. To let the person choose a form, pass forms: \"all\" (or a list of ids): you get every preset laid out side by side with its name, when to use it and a summary (sections, photos). Show them, let the person pick, then publish with options.naver_blog.form set to the chosen id. The server never picks for you.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"type":"string","description":"The markdown body you plan to publish."},"mediaIds":{"type":"array","items":{"type":"string"},"description":"The media ids you will attach. Photos not referenced in the body get placed."},"form":{"type":"string","description":"Form preset id (default photo-story). GET /v1/naver/forms lists them."},"forms":{"description":"\"all\" for every preset, or a list of preset ids. Returns layouts[] instead of one layout.","anyOf":[{"type":"string","enum":["all"]},{"type":"array","items":{"type":"string"}}]},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["content"]}},{"name":"open_post","description":"Everything about one post in a single call: the text, the whole reply thread, and its metrics. This is the right tool when someone hands you a post link. Replies or metrics can come back null if the platform refused just that part. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"publish","description":"Post to social channels. Channels open today: threads, instagram, youtube, facebook, bluesky, telegram, naver_blog, tiktok. Get accountIds from select_channels — do not guess which channel the person meant. Naver Blog caps how many posts one ID publishes; when it does, this returns 429 naver_rate_limited with retryAfterSeconds. Do not call again before that, the draft is already in Naver. Naver Blog asks which form to publish with, every post: if options.naver_blog.form is missing this returns 400 naver_form_required with forms (id, name, when). The form is the house style to use when the person has no style of their own, so read the conversation first. If they dictated the structure or you laid it out yourself, pass options.naver_blog.layout: \"as-is\" and the markdown goes out unchanged. Otherwise show them the forms (naver_layout with forms: \"all\" lays every one out side by side) and call again with the one they pick. Do not pick for them. Naver Blog goes out through the user's browser extension. If the response carries a bridge object, read bridge.state: offline means that Chrome is closed and the post is queued (up to 7 days); logged_out means Chrome is on but not logged in to Naver. Either way relay bridge.userMessage to the person word for word, do not say it was published, and know that delete_post cancels a queued post and update_post rewrites it before it goes out. If the extension in that Chrome is too old for what you asked (update_post), this returns 422 extension_outdated with the installed and required versions; ask the person to update the extension. Text limits differ per channel: Threads 500 characters, Instagram 2200 characters, YouTube 5000 UTF-8 bytes, Facebook 63206 characters, Bluesky 300 graphemes and 3000 UTF-8 bytes, Telegram 4096 characters (1024 with media attached), Naver Blog 30000 characters, TikTok 2200 characters. Over the limit nothing goes out to any channel, so shorten it before calling. Images and video both work on the channels that take them. How several items sit in one post differs per channel: Threads groups up to 20 items in one post, Instagram groups up to 10 items in one post, YouTube takes 1 video and no images, Facebook groups up to 10 items in one post, Bluesky has no carousel and places up to 4 images in the post itself, Telegram groups up to 10 items in one post, Naver Blog has no carousel and places up to 40 images in the post itself, TikTok groups up to 35 items in one post. More than a channel takes is not refused: the first items up to its limit go out and that target's warning says what was left out. A channel that cannot mix images and video keeps the video. YouTube is different: it takes exactly one video, no images, and it needs options.youtube.title. Its description is measured in UTF-8 bytes, so Korean and Japanese cost three per character. Instagram cannot publish text alone: every post needs at least one image or video. A single video becomes a reel there. Set options.instagram.contentType to story for a story; stories show no caption. Non-JPEG images are converted for Instagram automatically. Facebook publishes to a Page, never a personal profile. options.facebook.link makes a link post (no media alongside), and a single video becomes a reel (3-90 seconds). Bluesky counts graphemes, not characters, and also caps UTF-8 bytes, so a post of 300 emoji can fail on the byte limit. Set options.bluesky.langs to the language of the text (1-3 BCP-47 codes like [\"ko\"]): without it the post never appears in language-scoped feeds, and Bluesky has no post editing to fix it later. Links, @mentions and #hashtags in the text are made clickable for you, and a link gets a preview card, so write the URL plainly. There are three ways to get a media id, pick by where the file is: media_from_url when it already has a public https address, media_upload_link when it is on the person's own device, media_presign plus media_complete when you can PUT the bytes yourself. Then pass the media ids here. On Naver Blog the body can also place media itself with ![alt](media:<id>) and @video(media:<id>), each on a line of its own. Ids you reference that way are picked up even if you leave them out of mediaIds, and media you pass but never reference goes at the end of the post. Those references only work when every target is Naver Blog: other channels would publish the markup as literal text, so we refuse instead. This publishes immediately unless you pass scheduledAt (we hold the post and send it at that time, on every channel) or draft: true (nothing goes out; the person or update_post finishes it later). scheduledAt needs a timezone offset, 10 minutes to a year out; ask the person which timezone they mean instead of guessing. A scheduled or draft post comes back with status scheduled or draft, can be changed with update_post, sent early with publish_now, and dropped with delete_post. Every channel also takes options.<channel>.content to send that channel a different text than the shared content, which is how Naver Blog Markdown and a 500-character Threads post fit in one call. On YouTube we pass privacyStatus through as you set it and report back what YouTube actually applied, so read the warning on the result instead of promising the person a visibility we did not confirm. Returns while the post is still publishing. The permalink is null at that moment. Call get_post with the returned id to see the final status and link. Pass wait: true to hold the response until it is really out — then you can tell the person it is posted instead of guessing. For a long post use threadItems instead of publish-then-reply: we keep the order and wait for each piece to land before sending the next one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"type":"string","description":"Post text"},"accountIds":{"type":"array","items":{"type":"string"},"description":"Account ids from select_channels"},"mediaIds":{"type":"array","items":{"type":"string"},"description":"Media ids from media_presign (confirmed with media_complete), media_from_url or media_upload_link. On Naver Blog you can leave out ids the body already points at with media:<id>; we pick those up from the text."},"threadItems":{"type":"array","items":{"type":"object","properties":{"content":{"type":"string"},"mediaIds":{"type":"array","items":{"type":"string"}}},"required":["content"]},"description":"Split a long post into a chain instead of calling publish and then reply. The first item is the root and the rest become replies under it, in order. We handle the ordering and the waiting. Each item obeys the character limit on its own. Pass either content or threadItems, not both. If a later item fails, the ones already up stay up and the response tells you where to resume."},"topicTag":{"type":"string","description":"One topic to tag the post with, like a category. Only some channels take one, and those reject periods and ampersands in it. If any channel in accountIds does not take topics the whole call is refused, so publish to it separately. On a thread it goes on the first piece only. Leave it out unless the person asked for a topic."},"options":{"type":"object","description":"Per-channel settings, keyed by channel id. Only the channels you are posting to need an entry. Every channel takes content to override the shared text for that channel alone.","properties":{"threads":{"type":"object","description":"Threads settings. Optional.","properties":{"topicTag":{"type":"string","maxLength":64,"description":"One topic to tag the post with, like a category. Threads takes exactly one and rejects periods and ampersands in it. On a thread it goes on the first piece only. Leave it out unless the person asked for a topic."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}},"instagram":{"type":"object","description":"Instagram settings. Optional: a plain post with media works without it.","properties":{"contentType":{"type":"string","enum":["feed","story","reel"],"description":"What kind of post. Defaults to reel for a single video and feed otherwise. Stories show no caption and take one image or video."},"shareToFeed":{"type":"boolean","description":"Reels only. false keeps the reel out of the main feed."},"coverMediaId":{"type":"string","description":"Media id of a JPEG up to 8MB to use as the reel cover. Reels only."},"thumbOffsetMs":{"type":"number","minimum":0,"description":"Reel cover frame in milliseconds. Ignored when coverMediaId is set."},"collaborators":{"type":"array","items":{"type":"string","description":"A public professional account's username, without @."},"maxItems":3,"description":"Up to 3 public professional accounts to invite as collaborators. They appear only after accepting. Not on stories."},"userTags":{"type":"array","items":{"type":"object","description":"One tagged account.","properties":{"username":{"type":"string","description":"Username without @."},"x":{"type":"number","description":"0 to 1 from the left. Photos only."},"y":{"type":"number","description":"0 to 1 from the top. Photos only."},"mediaIndex":{"type":"number","description":"Which carousel slide, from 0."}},"required":["username"]},"description":"Tag accounts on the media. Photos need x and y between 0 and 1; videos take the username alone. mediaIndex picks the carousel slide."},"isAiGenerated":{"type":"boolean","description":"Set true to label the media as AI-generated on Instagram. An attached media marked aiGenerated turns this on automatically unless you set it to false."},"firstComment":{"type":"string","description":"A comment we post right after publishing, often used for hashtags. Not on stories. If it fails the post still goes up, with a warning."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}},"youtube":{"type":"object","description":"Required when a YouTube account is in accountIds. The post content becomes the video description.","properties":{"title":{"type":"string","description":"Video title, up to 100 characters. Required. Cannot contain < or >.","maxLength":100},"tags":{"type":"array","items":{"type":"string","description":"One search tag."},"description":"Search tags. 500 characters across all of them; a tag with a space costs two extra for the quotes YouTube adds."},"categoryId":{"type":"string","description":"YouTube category id. Defaults to 22 (People & Blogs). Leave it out unless the person named a category."},"privacyStatus":{"type":"string","enum":["public","unlisted","private"],"description":"Defaults to private. We pass this through as you set it. If YouTube applies something else, the result carries a warning saying what it actually applied."},"publishAt":{"type":"string","description":"ISO 8601 time to make the video public. Only works with privacyStatus private, and only on a video that was never public. This is YouTube's own scheduling; for scheduling across channels use scheduledAt on the post."},"madeForKids":{"type":"boolean","description":"Whether this video is directed at children. This is a legal declaration about someone else's channel. Leave it out unless the person tells you, and the channel's own default applies."},"containsSyntheticMedia":{"type":"boolean","description":"Set true when the video contains realistic altered or synthetic content, including AI generated footage of real-looking people, places or events. An attached media marked aiGenerated turns this on automatically unless you set it to false."},"thumbnailMediaId":{"type":"string","description":"Media id of a JPEG or PNG up to 2MB to use as the thumbnail. Long-form only: YouTube does not take custom thumbnails on Shorts, and a vertical video of three minutes or less becomes a Short. The channel also has to be verified before YouTube accepts one."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}},"required":["title"]},"facebook":{"type":"object","description":"Facebook Page settings. Optional: plain text publishes without it.","properties":{"contentType":{"type":"string","enum":["feed","story","reel"],"description":"What kind of post. Defaults to reel for a single video and feed otherwise. A Facebook story is rejected if you send any text: publish the story with no content, and put the words in a feed post instead. A story also takes exactly one image or video and no first comment."},"link":{"type":"string","description":"Makes a link post with a preview card. Cannot be combined with media."},"title":{"type":"string","description":"Reel title, separate from the caption."},"scheduledPublishTime":{"type":"string","description":"ISO 8601 time to publish a feed post later, 10 minutes to 28 days from now. Feed posts only, not reels or stories. Cannot be combined with firstComment (a scheduled post is not live yet, so nothing to comment on). This is Facebook's own scheduling; for scheduling across channels use scheduledAt on the post."},"firstComment":{"type":"string","description":"A comment we post right after publishing. Not on stories, and not on scheduled posts. If it fails the post still goes up, with a warning."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}},"bluesky":{"type":"object","description":"Bluesky settings. Optional, but langs is worth setting on every post.","properties":{"langs":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,8})*$","description":"One BCP-47 code."},"maxItems":3,"description":"The language of the text, 1-3 BCP-47 codes like [\"ko\"] or [\"en\", \"ko\"]. Feed generators filter on this, so without it the post never appears in language-scoped feeds. Bluesky has no post editing, so this cannot be fixed after publishing. Set it to the language the text is actually written in."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}},"telegram":{"type":"object","description":"Telegram has no channel-specific settings. Note the caption limit: with media attached the text is capped at 1,024 characters instead of 4,096.","properties":{"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}},"naver_blog":{"type":"object","description":"Naver Blog settings. Required when a target is a Naver Blog account. Naver Blog has no official API: the post is written by the user's browser extension, so it goes out only while that browser is open. list_accounts tells you whether the extension is online; if it is offline the post queues for up to 7 days and you should say so. The body is Markdown, plus Naver-only markup for things Markdown has no word for (highlighting, styled tables, collages, maps, events): call describe_grammar with platform naver_blog for the syntax and its traps. Reference uploaded media inline with `![alt](media:<id>)`; ids you reference this way do not have to repeat in mediaIds, and media you pass but never reference goes at the end. When other channels are in the same post, put the Markdown in options.naver_blog.content so the shared content stays plain text.","properties":{"title":{"type":"string","maxLength":100,"description":"Required. The post title, up to 100 characters."},"categoryId":{"type":"string","description":"The id of a category on the connected blog. list_accounts returns them under naverBlog.categories. Give this or category (the name); there is no default, and without one Naver files the post under the wrong board."},"category":{"type":"string","description":"The category name instead of its id, exactly as it appears in naverBlog.categories from list_accounts. If the blog does not have it you get naver_category_unknown with the list to pick from; if the person just created it, call refresh_account first."},"tags":{"type":"array","items":{"type":"string","description":"One tag without # and without spaces."},"maxItems":30,"description":"Up to 30 tags without the # sign and without spaces."},"openType":{"type":"string","enum":["public","neighbor","mutual","private"],"description":"Who can see it. public (default), neighbor, mutual (mutual neighbors only), or private."},"draftOnly":{"type":"boolean","description":"Save as a draft in Naver instead of publishing. The user finishes it by hand, or you publish it later with publish_naver_draft. Different from draft on the post, which keeps the whole post on uplika."},"layout":{"type":"string","enum":["template","as-is"],"description":"template (default) reshapes the body into the blog's house form before it goes out: #/## titles become underlined quote headings, a thin rule sits between sections, and photos you did not place with media: references go one per section (leftovers pair up at the end). Text is never changed. Call naver_layout first to see the result. Use as-is when the person dictated the structure or you placed everything yourself."},"form":{"type":"string","enum":["bubble-info","divider-tutorial","photo-review","place-list","news-event","table-explain","mood-review","photo-story"],"description":"Form preset for the template layout (default photo-story). GET /v1/naver/forms lists the presets; naver_layout with forms: \"all\" shows them side by side."},"scheduledAt":{"type":"string","description":"Schedule the post inside Naver (ISO 8601, at least 10 minutes from now). The extension sets it in Naver's publish dialog. For scheduling across channels use scheduledAt on the post instead."},"tempLogNo":{"type":"string","description":"Set by publish_naver_draft: the Naver temp-saved draft to publish as it is. The body is ignored; the extension loads that draft in the editor and presses publish."},"fontFamily":{"type":"string","enum":["nanumgothic","nanummyeongjo","nanumbarungothic","nanumsquare","maruburi"],"description":"Body font, one of nanumgothic, nanummyeongjo, nanumbarungothic, nanumsquare, maruburi. Omit for the editor default."},"fontSize":{"type":"number","minimum":10,"maximum":34,"enum":["11","13","15","16","19","24","28","30","34","38"],"description":"Body font size in px, one of the editor's sizes (11-38). Omit for the editor default."},"alignCenter":{"type":"boolean","description":"Center every paragraph and image."},"seoKeywords":{"type":"object","description":"The search keywords this post targets, from keyword research (POST /v1/naver/keywords/judge): main is the one keyword the title leads with, subs (2-5) become the section titles one each. Not used when publishing; stored with the post and read by the SEO check.","properties":{"main":{"type":"string","maxLength":100,"description":"The main keyword, verbatim in the title and the first line."},"subs":{"type":"array","items":{"type":"string","maxLength":100,"description":"One sub keyword."},"maxItems":5,"description":"Sub keywords, one per section title."},"measuredAt":{"type":"string","description":"ISO 8601 date the numbers were measured."}}},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content. On Naver Blog this is where the Markdown body goes when the other channels get plain text."}},"required":["title"]},"tiktok":{"type":"object","description":"TikTok settings. privacyLevel is REQUIRED for a normal post and has no default on purpose: TikTok's rules say the person must choose visibility deliberately, so we ask for it instead of guessing. Call get_publish_options first to see which values this account may use right now, whether it can post at all, and its video length limit. TikTok has no text-only posts, cannot mix a video and photos, and has no API for deleting a post or reading comments. While this app is awaiting TikTok's Content Posting audit a direct post can only be SELF_ONLY and comes back with no link and no metrics; if the person wants it public in the meantime, use postMode draft instead.","properties":{"privacyLevel":{"type":"string","description":"Required unless postMode is draft. One of the values that get_publish_options returns for this account, e.g. PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR or SELF_ONLY. The list differs per account, so do not hard-code it."},"title":{"type":"string","maxLength":90,"description":"Required for a photo post, up to 90 characters. A video post has no title field at all and passing one is rejected; a video's text comes from content."},"postMode":{"type":"string","enum":["direct","draft"],"description":"direct (default) posts to the profile. draft sends it to the creator's TikTok inbox; they open the notification and finish it in the app, choosing the visibility themselves. While this app awaits the Content Posting audit this is the only way to get something out publicly: a direct post can only be SELF_ONLY, but on this path we send no visibility at all. The trade is that it is not on the profile until the person finishes it, so there is no link and no metrics in the meantime."},"disableComment":{"type":"boolean","description":"Turn comments off for this post. Cannot be set to false if the creator disabled comments account-wide."},"disableDuet":{"type":"boolean","description":"Turn duets off for this post. Video posts only."},"disableStitch":{"type":"boolean","description":"Turn stitches off for this post. Video posts only."},"brandContentToggle":{"type":"boolean","description":"Declare paid partnership content (\"Branded Content\"). TikTok does not allow branded content to be private, so this cannot be combined with privacyLevel SELF_ONLY."},"brandOrganicToggle":{"type":"boolean","description":"Declare that the post promotes the creator's own brand (\"Your Brand\"). Leave it out rather than sending false: not declaring and declaring 'no' are different statements."},"isAigc":{"type":"boolean","description":"Declare that the content was generated by AI. Worth setting when you made the video or images. An attached media marked aiGenerated turns this on automatically unless you set it to false."},"videoCoverTimestampMs":{"type":"number","minimum":0,"description":"Which frame to use as the cover, in milliseconds into the video. TikTok does not accept a cover image file, only a timestamp."},"content":{"type":"string","description":"Text for this channel only. When set it replaces the shared content for this channel, and the length and media checks use it. Leave it out to use the shared content."}}}}},"wait":{"type":"boolean","description":"Hold the response until the post is really out. Text waits up to 10 seconds, posts with media up to 90 seconds. If it is still going after that you get the usual publishing response and should poll get_post. Defaults to false. Ignored with scheduledAt or draft."},"scheduledAt":{"type":"string","description":"ISO 8601 time with a timezone offset (2026-09-20T09:00:00+09:00) to send the post at, on every channel. 10 minutes to 365 days from now. We keep the post as scheduled until then; the person can still change or cancel it."},"draft":{"type":"boolean","description":"true saves the post as a draft on uplika without sending anything. Use it when the person wants to review before it goes out. They finish it in the dashboard, or you call update_post and publish_now."},"automation":{"type":"object","description":"Attach an automation to this post in the same call. template defaults to comment_to_dm; params are that template's params (see list_automation_templates) minus post, which is this post. Created as a draft unless enabled: true. Targets on channels without comments or DMs (YouTube, Telegram, Naver Blog, Bluesky, TikTok) are skipped and named in the response.","properties":{"template":{"type":"string"},"params":{"type":"object"},"name":{"type":"string"},"enabled":{"type":"boolean"}}},"batchId":{"type":"string","description":"Optional tag (letters, digits, - or _) to group posts made together, for example the same text sent to two workspaces. Pass the same value on each call."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountIds"]}},{"name":"publish_naver_draft","description":"Naver Blog only. Publishes a draft from the blog's draft box exactly as it is in Naver: the extension loads that draft in the editor and presses publish, so edits the person made by hand in Naver are kept. Do not send content. Category, tags and openType are taken from the draft unless you pass them. Returns the same shape as publish (202 with a target that resolves to published, or the bridge object when the extension is offline; wait: true holds until it settles). If that draft was made through uplika (a target whose externalId starts with draft:), the same post record flips to published instead of a second one appearing. To publish uplika's own copy of the text rather than what is in Naver, use update_post on that post instead. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"logNo":{"type":"string","description":"The draft's logNo from list_naver_drafts."},"accountId":{"type":"string","description":"Which Naver Blog account. Required only when the workspace has more than one."},"title":{"type":"string","description":"Replace the draft's title."},"categoryId":{"type":"string","description":"Category id from list_accounts. Default: the draft's own."},"category":{"type":"string","description":"Category by name instead of id."},"tags":{"type":"array","items":{"type":"string"},"description":"Replace the draft's tags (no #)."},"openType":{"type":"string","enum":["public","neighbor","mutual","private"],"description":"Visibility. Default: the draft's own setting."},"wait":{"type":"boolean","description":"Hold until the extension finishes (up to 5 minutes)."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["logNo"]}},{"name":"publish_now","description":"Send a scheduled or draft post right now instead of waiting. Returns while it is still publishing, like publish; pass wait: true to hold for the result. A draft needs at least one target account first. Posts that already went out return post_not_editable.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"wait":{"type":"boolean","description":"Hold the response until the post is really out, same as on publish."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"put_automation","description":"Replace an automation's whole document. Pass the version you got from get_automation; a stale version is refused with version_conflict so a concurrent edit is not overwritten. Node types: send (mode window | private_reply | public_reply), condition, action, delay, random, goto, ai. Waiting is a send node with buttons and next: null; the tapped button's next continues. A loop must pass through such a wait. Validation problems come back with paths. Changing a live flow changes what goes out to people.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"name":{"type":"string"},"doc":{"type":"object","description":"One automation flow. triggers start it, nodes are the steps, start names the first node. Waiting is not a node: a send node with buttons and next: null waits for the person to tap one, and that button's next continues. A loop must pass through such a wait.","properties":{"v":{"type":"integer","const":1},"triggers":{"type":"array","minItems":1,"items":{"type":"object","properties":{"kind":{"type":"string","enum":["comment","live_comment","message","story_reply","story_mention","referral","mention","contact_created","tag_added","tag_removed","field_changed","schedule"]},"post":{"description":"comment triggers: { postId } | \"any\" | \"next\". \"next\" binds to the next post you publish.","oneOf":[{"type":"string","enum":["any","next"]},{"type":"object","properties":{"postId":{"type":"string"}},"required":["postId"]}]},"keywords":{"type":["object","null"],"properties":{"match":{"type":"string","enum":["is","contains","whole_word","begins_with","thumbs_up","not_contains"]},"values":{"type":"array","items":{"type":"string"}}},"required":["match","values"]},"publicReply":{"type":"array","items":{"type":"string"},"description":"Also reply publicly under the comment. Several entries are picked at random."},"ref":{"type":"string"},"tag":{"type":"string"},"field":{"type":"string"},"at":{"type":"string"}},"required":["kind"]}},"start":{"type":["string","null"]},"nodes":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["send","condition","action","delay","random","goto","ai","ask"]},"mode":{"type":"string","enum":["window","private_reply","public_reply"],"description":"send: window = inside the 24-hour window, private_reply = one DM to a commenter, public_reply = comment under the post."},"blocks":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["text","image","video","audio","file","delay","card","gallery"]},"text":{"type":"string"},"mediaId":{"type":"string"},"url":{"type":"string"},"seconds":{"type":"number"},"title":{"type":"string"},"subtitle":{"type":"string"},"imageUrl":{"type":"string"},"buttons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string","description":"At most 20 characters."},"kind":{"type":"string","enum":["postback","url"]},"url":{"type":"string"},"next":{"type":["string","null"],"description":"Id of the next node, or null to stop."}},"required":["id","title","kind"]}},"cards":{"type":"array","items":{"type":"object"}}},"required":["type"]}},"buttons":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string","description":"At most 20 characters."},"kind":{"type":"string","enum":["postback","url"]},"url":{"type":"string"},"next":{"type":["string","null"],"description":"Id of the next node, or null to stop."}},"required":["id","title","kind"]},"maxItems":3},"quickReplies":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"next":{"type":["string","null"],"description":"Id of the next node, or null to stop."}},"required":["id","title"]},"maxItems":13},"next":{"type":["string","null"],"description":"Id of the next node, or null to stop."},"all":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","enum":["tag","follows_us","we_follow","follower_count","verified","window_open","opted_in","last_interaction_hours","field","intent","sentiment","text","clicked"]},"op":{"type":"string","enum":["eq","ne","gt","lt","has","not_has","contains"]},"value":{},"key":{"type":"string"}},"required":["field","op"]}},"then":{"type":["string","null"],"description":"Id of the next node, or null to stop."},"else":{"type":["string","null"],"description":"Id of the next node, or null to stop."},"items":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["add_tag","remove_tag","set_field","clear_field","opt_in","opt_out","open_conversation","close_conversation","assign","hide_reply","approve_reply","follow","like_comment"]},"tag":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"},"userId":{"type":"string"},"mutual":{"type":"boolean","description":"follow: ask for a mutual neighbor relation (Naver). Default false."},"message":{"type":"string","description":"follow: message on the mutual request."}},"required":["type"]}},"seconds":{"type":"number"},"branches":{"type":"array","items":{"type":"object","properties":{"weight":{"type":"number"},"next":{"type":["string","null"],"description":"Id of the next node, or null to stop."}},"required":["weight"]}},"flow":{"type":"string"},"instruction":{"type":"string"},"usePersona":{"type":"boolean"},"maxTurns":{"type":"integer"},"escalate":{"type":["string","null"],"description":"Id of the next node, or null to stop."},"field":{"type":"string","description":"ask: contact field the answer is stored in (e.g. email)."},"validate":{"type":"string","enum":["email","none"],"description":"ask: how to check the answer. Wrong answers get `retry`, up to maxTries."},"retry":{"type":"string"},"maxTries":{"type":"integer","description":"ask: default 3. After that the flow continues without a value."}},"required":["type"]}},"layout":{"type":"object","additionalProperties":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"}}}},"template":{"type":"object","properties":{"id":{"type":"string"},"params":{"type":"object"}}}},"required":["v","triggers","start","nodes"]},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id","version","doc"]}},{"name":"read_conversation","description":"One conversation with its recent messages and the contact: name, whether they follow the account (Instagram only), tags, opt-out. AI drafts waiting for approval show as status draft.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"refresh_account","description":"Re-read one connected channel's metadata. On Naver Blog this re-reads the blog's categories through the user's browser extension and waits up to a minute for it; list_accounts then shows the new list under naverBlog.categories. Call this when a category the person mentions is not in list_accounts yet. If the extension is offline you get 202 and the refresh runs when that browser comes back. Other channels return refresh_unsupported because their metadata is live on every call. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"The account id from list_accounts."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["accountId"]}},{"name":"reply","description":"Reply to a post or to a reply. Leave replyTo empty to reply to the post itself; pass a reply id from list_replies to nest a reply under that reply.Like publish, this returns before the reply is live. Call get_post with the returned id to see the final status and link. If the response carries `bridge`, follow `bridge.nextStep`: `run_wake` means run `bridge.wake` for the user's OS if you have a shell on their computer, wait about a minute, call bridge_status, then retry once, otherwise tell the user `bridge.userMessage` as it is; `ask_user_login` / `ask_user_update` mean tell the user `bridge.userMessage`. Do not retry more than twice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"content":{"type":"string"},"replyTo":{"type":"string","description":"Reply id from list_replies. Omit to reply to the post itself."},"secret":{"type":"boolean","description":"Naver Blog only: post it as a secret comment that only the blog owner can read. Other channels refuse it."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id","content"]}},{"name":"research_naver_keywords","description":"Naver Blog only. Measures keywords (monthly searches from Search Ad, blog document count and posts per month from API HUB), judges each one (best, possible, hard, wall, hot, saturated, phantom and so on, with why), and groups them into sets for one post: a main keyword plus two to five subs with the same search intent. Every set carries prompt, a ready-to-paste Korean brief for writing the skeleton of that post. Up to 60 keywords. Measurements are cached seven days across users; new ones run against a time budget, so partial: true with unmeasured[] means the budget ran out and calling again with the same keywords finishes the rest from cache. Each call is saved as a report (reportId) unless the same keyword set was saved in the last ten minutes, which returns that report's id instead. Every set also carries draftPrompt, a brief for writing the whole post (title, subheadings, body, photo placement); pass topic and photos to fill it in. Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"},"description":"1-60 keywords, as the person would search them."},"seedText":{"type":"string","description":"What the person asked for, kept as the report's label. Defaults to the first five keywords."},"topic":{"type":"string","description":"What the post is about, one line. Goes into draftPrompt; a placeholder otherwise."},"photos":{"type":"array","items":{"type":"string"},"description":"One line per photo saying what it shows, in order. draftPrompt places them; a placeholder otherwise."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["keywords"]}},{"name":"retry_post","description":"Retry the targets that failed on a publish. Targets that already went out are left alone. Naver Blog caps how many posts one ID publishes; when it does, this returns 429 naver_rate_limited with retryAfterSeconds. Do not call again before that, the draft is already in Naver. Naver Blog asks which form to publish with, every post: if options.naver_blog.form is missing this returns 400 naver_form_required with forms (id, name, when). The form is the house style to use when the person has no style of their own, so read the conversation first. If they dictated the structure or you laid it out yourself, pass options.naver_blog.layout: \"as-is\" and the markdown goes out unchanged. Otherwise show them the forms (naver_layout with forms: \"all\" lays every one out side by side) and call again with the one they pick. Do not pick for them. If nothing failed you get nothing_to_retry. Only applies to posts published through us. This replays the same payload, so read errorCode and retryable on get_post first: when retryable is false the arguments have to change and you should call publish again instead. On Naver Blog a failed target may still have left a post or a draft in the editor, so check the blog before retrying.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"search_youtube_videos","description":"Beta. Searches YouTube for a keyword and returns the top videos with views, subscribers, the views-to-subscribers ratio (above 1 means the title and topic pulled more people than the channel has), Shorts or long-form (60 seconds or less counts as a Short), duration and publish date. order is viewCount, date or relevance; period 7d, 1m, 3m, 6m or 1y; format all, shorts or long; max 1-50 (default 25). The same search is cached 24 hours and does not count; a new one spends one of the person's daily searches (quota in the response) and shared YouTube Data API units (youtube_quota_exhausted when today's are gone). Carries prompt, a Korean brief that turns the table into title and hook ideas; pass topic to fill it in. Saved to the person's search history (reportId). Returns 403 research_tool_disabled with enableUrl if the person has not turned this tool on for connectors; tell them to open that link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"The search words, as a viewer would type them."},"order":{"type":"string","enum":["viewCount","date","relevance"],"description":"Default viewCount."},"period":{"type":"string","enum":["7d","1m","3m","6m","1y"],"description":"How far back. Omit for no limit."},"format":{"type":"string","enum":["all","shorts","long"],"description":"Default all."},"max":{"type":"number","description":"1-50, default 25."},"topic":{"type":"string","description":"The video the person wants to make, one line. Goes into prompt."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["q"]}},{"name":"select_channels","description":"Pick which connected channels to post to. **Call this before publish and show the result to the person.** Leave scope empty to get the candidate list and let them choose. Use scope: \"all\" for every active channel, or an array mixing platform names (\"threads\"), handles (\"@vibe.trender\") and account ids. Duplicates are folded, expired and not-yet-live channels are dropped into `skipped` with a reason, a sentence you can read to the person, and a link to reconnect. Pass the returned accountIds to publish unchanged. `limits` is the tightest rule across the chosen channels, so write to that. If both accountIds and candidates come back empty, nothing is connected yet. Send the person to https://uplika.com/dashboard/connections to connect a channel, then call this again. When a Naver Blog account is selected the response carries bridge with state (online, offline, logged_out), userMessage to relay to the person, and queued; if state is not online, tell the person before publishing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scope":{"description":"Omit to list candidates, \"all\" for every active channel, or an array of platform names, handles or account ids."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}}}},{"name":"send_dm","description":"Send a message in a conversation as the account. **Only inside the 24-hour window** after the person's last message; outside it the call is refused with window_closed and nothing can be done until they write again. On a mention thread (Threads) this posts a public reply. Pass draftId to send an AI draft that was waiting for approval. Sending pauses automations on that conversation for 30 minutes.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Conversation id from list_conversations."},"text":{"type":"string"},"mediaId":{"type":"string","description":"Optional media id from media_presign."},"draftId":{"type":"string","description":"Message id of an AI draft to send instead of new text."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}},{"name":"update_media","description":"Mark or unmark an uploaded image or video as AI-made (aiGenerated). Applies to posts published or edited after this call; posts already out do not change (use update_post to rewrite a Naver Blog post). Every copy of the same file in your workspaces follows.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Media id from media_presign, media_from_url or media_upload_status."},"aiGenerated":{"type":"boolean","description":"true to mark as AI-made, false to clear."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id","aiGenerated"]}},{"name":"update_post","description":"Change a scheduled or draft post before it goes out: content, mediaIds, accountIds, Naver Blog caps how many posts one ID publishes; when it does, this returns 429 naver_rate_limited with retryAfterSeconds. Do not call again before that, the draft is already in Naver. Naver Blog asks which form to publish with, every post: if options.naver_blog.form is missing this returns 400 naver_form_required with forms (id, name, when). The form is the house style to use when the person has no style of their own, so read the conversation first. If they dictated the structure or you laid it out yourself, pass options.naver_blog.layout: \"as-is\" and the markdown goes out unchanged. Otherwise show them the forms (naver_layout with forms: \"all\" lays every one out side by side) and call again with the one they pick. Do not pick for them. If the Naver editor shows a \"missing image\" error when you open an already-published post for editing, calling update_post on that post rewrites it in place and fixes it; the URL stays the same. options, scheduledAt or draft. Fields you leave out keep their current value; options you pass replace the whole options object. scheduledAt moves the send time (same rules as publish), null turns it into a draft, and draft: true does the same. A thread (chain) can be changed too while it is scheduled or a draft: content replaces the first item and keeps the later items; threadItems replaces the whole chain (one item collapses it to a single post); passing threadItems to a single post turns it into a chain. Pass id of the first item — later items return 409 thread_piece with rootId. Posts that already went out return post_not_editable, except Naver Blog: a published Naver post is rewritten in place (same URL, same logNo) when you pass content, mediaIds or options — list the media ids again to keep the photos. A Naver draft (a target whose externalId starts with draft:, from options.naver_blog.draftOnly) is not on the blog: update_post publishes uplika's copy as a new post and, with extension 0.7.2 or later, removes the old draft from Naver's draft box. To publish the draft exactly as it is in Naver, call publish_naver_draft.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"A publish id (post_…), the post's own id on the channel, or a post link (the URL you would open in a browser to see it). Links work for posts written in the channel's own app too, as long as the account is connected here."},"content":{"type":"string","description":"New post text."},"accountIds":{"type":"array","items":{"type":"string"},"description":"New target accounts, from select_channels. Replaces the current set."},"mediaIds":{"type":"array","items":{"type":"string"},"description":"New media, in order. Replaces the current set."},"threadItems":{"type":"array","items":{"type":"object","properties":{"content":{"type":"string"},"mediaIds":{"type":"array","items":{"type":"string"}}},"required":["content"]},"description":"Replace the whole chain: [{ content, mediaIds? }], first item is the root. Only while the post is scheduled or a draft, and only for Threads and Bluesky. Leave it out to keep the current items (content then edits just the first one). Exclusive with content."},"options":{"type":"object","description":"Per-channel settings, same shape as on publish. Replaces the whole object."},"scheduledAt":{"type":["string","null"],"description":"New send time (ISO 8601 with offset, 10 minutes to 365 days out), or null to keep the post as a draft instead."},"draft":{"type":"boolean","description":"true turns a scheduled post back into a draft."},"workspaceId":{"type":"string","description":"Which workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again."}},"required":["id"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-23T21:40:57.167Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T21:40:57.135Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1967ms"]},"poisoning":{"score":13,"max":15,"notes":["54 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 18 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"poison.long-description","severity":"low","component":"poisoning","title":"Unusually long tool description (over 2,000 characters)","evidence":"tool publish: …Post to social channels. Channels open today: threads, instagram, youtube, facebook, bluesky, telegram, naver_blog, tiktok. Get accountIds from select_channels — do not guess which channel the person meant. Naver Blog caps how many posts one ID publishes; when it does, this returns 429 naver_rate_limited with retryAfterSeconds. Do not call again before that, the draft is already in Naver. Naver Blog asks which form to publish with, every post: if options.naver_blog.form is missing this returns 400 naver_form_required with forms (id, name, when). The form is the house style to use when the person has no style of their own, so read the conversation first. If they dictated the structure or you laid it out yourself, pass options.naver_blog.layout: \"as-is\" and the markdown goes out unchanged. Otherwise show them the forms (naver_layout with forms: \"all\" lays every one out side by side) and call again with the one they pick. Do not pick for them. Naver Blog goes out through the user's browser extension. If the response carries a bridge object, read bridge.state: offline means that Chrome is closed and the post is queued (up to 7 days); logged_out means Chrome is on but not logged in to Naver. Either way relay bridge.userMessage to the person word for word, do not say it was published, and know that delete_post cancels a queued post and update_post rewrites it before it goes out. If the extension in that Chrome is too old for what you asked (update_post), this returns 422 extension_outdated with the installed and required versions; ask the person to update the extension. Text limits differ per channel: Threads 500 characters, Instagram 2200 characters, YouTube 5000 UTF-8 bytes, Facebook 63206 characters, Bluesky 300 graphemes and 3000 UTF-8 bytes, Telegram 4096 characters (1024 with media attached), Naver Blog 30000 characters, TikTok 2200 characters. Over the limit nothing goes out to any channel, so shorten it before calling. Images and video both work on the channels that take them. How several items sit in one post differs per channel: Threads groups up to 20 items in one post, Instagram groups up to 10 items in one post, YouTube takes 1 video and no images, Facebook groups up to 10 items in one post, Bluesky has no carousel and places up to 4 images in the post itself, Telegram groups up to 10 items in one post, Naver Blog has no carousel and places up to 40 images in the post itself, TikTok groups up to 35 items in one post. More than a channel takes is not refused: the first items up to its limit go out and that target's warning says what was left out. A channel that cannot mix images and video keeps the video. YouTube is different: it takes exactly one video, no images, and it needs options.youtube.title. Its description is measured in UTF-8 bytes, so Korean and Japanese cost three per character. Instagram cannot publish text alone: every post needs at least one image or video. A single video becomes a reel there. Set options.instagram.contentType to story for a story; stories show no caption. Non-JPEG images are converted for Instagram automatically. Facebook publishes to a Page, never a personal profile. options.facebook.link makes a link post (no media alongside), and a single video becomes a reel (3-90 seconds). Bluesky counts graphemes, not characters, and also caps UTF-8 bytes, so a post of 300 emoji can fail on the byte limit. Set options.bluesky.langs to the language of the text (1-3 BCP-47 codes like [\"ko\"]): without it the post never appears in language-scoped feeds, and Bluesky has no post editing to fix it later. Links, @mentions and #hashtags in the text are made clickable for you, and a link gets a preview card, so write the URL plainly. There are three ways to get a media id, pick by where the file is: media_from_url when it already has a public https address, media_upload_link when it is on the person's own device, media_presign plus media_complete when you can PUT the bytes yourself. Then pass the media ids here. On Naver Blog the body can also place media itself with ![alt](media:<id>) and @video(media:<id>), each on a line of its own. Ids you reference that way are picked up even if you leave them out of mediaIds, and media you pass but never reference goes at the end of the post. Those references only work when every target is Naver Blog: other channels would publish the markup as literal text, so we refuse instead. This publishes immediately unless you pass scheduledAt (we hold the post and send it at that time, on every channel) or draft: true (nothing goes out; the person or update_post finishes it later). scheduledAt needs a timezone offset, 10 minutes to a year out; ask the person which timezone they mean instead of guessing. A scheduled or draft post comes back with status scheduled or draft, can be changed with update_post, sent early with publish_now, and dropped with delete_post. Every channel also takes options.<channel>.content to send that channel a different text than the shared content, which is how Naver Blog Markdown and a 500-character Threads post fit in one call. On YouTube we pass privacyStatus through as you set it and report back what YouTube actually applied, so read the warning on the result instead of promising the person a visibility we did not confirm. Returns while the post is still publishing. The permalink is null at that moment. Call get_post with the returned id to see the final status and link. Pass wait: true to hold the response until it is really out — then you can tell the person it is posted instead of guessing. For a long post use threadItems instead of publish-then-reply: we keep the order and wait for each piece to land before sending the next one.…"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.uplika.com/mcp","reachable":true,"authRequired":false,"latencyMs":1967,"serverInfo":{"name":"uplika","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://uplika.com/icon.svg?icon.2di-zg6q3asv3.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}