tiktok · contentsolari:readサインイン済みの SOLARI アカウントであれば利用できます。
solari tiktok content detail
TikTok投稿1件の全情報。
- MCP ツール
- solari_tiktok_content_detail
- CLI
- solari tiktok content detail
- アクセス権
- solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
概要
TikTok投稿1件の詳細。solari_tiktok_account_postsのエントリと同じitem構造で返ります(文字起こしが存在する場合は含まれます)。投稿はpost_id(solari_tiktok_account_posts、solari_tiktok_content_search、solari_tiktok_account_profileが返すSOLARIのpost UUID)、video_id(公開されているTikTokの数値video id)、またはurl(vm.tiktok.comおよびvt.tiktok.comの短縮リンクを含む任意の公開TikTok投稿URL。アップストリームで解決される)で指定してください。未追跡のvideo_idまたはurlは初回リクエスト時にライブ取得され(10〜40秒かかる)、その場合はfetched_on_demand=trueとなります。投稿が存在しない、公開されていない、またはpost_idが未知の場合、itemはnull。サインイン済みのSOLARIアカウントであれば利用できます。
どんなときに使うか — post_id、video_id、または公開URLで単一の投稿を開くとき。
何が返るか — account-postsと同じ構造のitem1件。文字起こしが存在する場合は含まれます。
パラメータ
- post_idstring任意
- SOLARIのpost_id UUID。これ、video_id、urlのいずれかを指定してください。uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
- video_idstring任意
- 公開されているTikTokの数値video id。投稿URLの/video/または/photo/以降の数字。post_idが指定されている場合は無視されます。pattern ^\d{15,20}$
- urlstring任意
- https://www.tiktok.com/@<handle>/video/<id> のような公開TikTok投稿URL、またはvm.tiktok.com / vt.tiktok.comの短縮リンク。post_idまたはvideo_idが指定されている場合は無視されます。≤ 512 chars
レスポンス
Response
- itemobject | null
- 投稿。存在しないか公開されていない場合はnull。
- fetched_on_demandboolean
- このリクエストが初めてその投稿を取り込んだ場合にtrue。
item
- post_iduuid
- SOLARIのpost id。Instagramのpost idとは別の名前空間。
- video_idstring
- 公開されているTikTokの数値ID — /video/または/photo/以降の数字。
- urlstring
- TikTokの公開パーマリンク。
- account_iduuid
- 投稿者のTikTok account_id。
- usernamestring
- 投稿者のハンドル。
- post_typestring
- video(単一クリップ)またはcarousel(画像スライドショー)。
- posted_attimestamp
- 投稿日時(UTC)。
- captionstring
- キャプションのテキスト。
- duration_secondsinteger
- 動画の長さ。
- width / heightinteger
- 動画の解像度。
- play_countinteger
- 再生数。
- like_countinteger
- いいね数。
- comment_countinteger
- コメント数。
- share_countinteger
- シェア数。
- collect_countinteger
- 保存数。
- is_adboolean
- TikTokがその投稿を広告として扱っているかどうか。
- is_pinnedboolean
- プロフィール上部にピン留めされているか。
- aigc_label_typestring | null
- TikTokが付与した場合のAI生成コンテンツラベル。
- original_language_codestring | null
- 元の言語コード。
- cover_urlstring
- カバー画像のURL。
- video_urlstring
- 動画ファイルのURL。
- imagesstring[]
- カルーセルのスライド。video投稿では空。
- hashtagsstring[]
- キャプションから抽出したハッシュタグ。
- mentionsstring[]
- キャプション内でメンションされたハンドル。
- transcriptstring | null
- 音声の文字起こし。include_transcript=trueのときのみ入ります。
例
リクエスト
$ solari tiktok content detail video_id=7680375687139642645 include_transcript=trueレスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"item": {
"post_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
"video_id": "7680375687139642645",
"url": "https://www.tiktok.com/@innisfree_official/video/7680375687139642645",
"account_id": "019b2137-f76e-7b33-9437-26044fa7b1ed",
"username": "innisfree_official",
"post_type": "video",
"posted_at": "2026-09-02T12:00:00Z",
"caption": "Deeply hydrated skin—NO OFF HOURS. 💚 wherever the day takes MINGYU—his hydration stays SUPERCHARGED ⚡️ Green Tea Ceramide Milk: Lightweight milky toner that won't clog your pores Green Tea Ceramide Mist: Touch-free, fa …",
"duration_seconds": 23,
"width": 1080,
"height": 1920,
"play_count": 493,
"like_count": 37,
"comment_count": 2,
"share_count": 0,
"collect_count": 3,
"is_ad": false,
"is_pinned": false,
"aigc_label_type": null,
"original_language_code": null,
"cover_url": "https://smr-images-b.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/cover.jpg",
"video_url": "https://smr-images-c.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/origin.mp4",
"images": [],
"hashtags": [],
"mentions": [],
"transcript": null
},
"fetched_on_demand": false
}MCP 呼び出しとして
{
"name": "solari_tiktok_content_detail",
"arguments": {
"video_id": "7680375687139642645"
}
}注意点
- vm.tiktok.comとvt.tiktok.comの短縮リンクも受け付け、アップストリームで解決されます。
- 未追跡のvideo_idまたはURLは初回リクエスト時にライブ取得されます — 10〜40秒かかります。
関連ツール
- solari_tiktok_content_batch最大100件のTikTok投稿idを1回の呼び出しで取得します。
- solari_tiktok_account_posts1つのTikTokアカウントの投稿を新しい順にページングします。
機械可読な形式: /docs/tools/tiktok-content-detail.md