すべてのツール
tiktok · fetchsolari:readサインイン済みの SOLARI アカウントであれば利用できます。

solari fetch tiktok account

Ingest one TikTok handle into the catalog.

MCP ツール
solari_fetch_tiktok_account
CLI
solari fetch tiktok account
アクセス権
solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
Required plan
Free
Credit
0

概要

Add one TikTok account to the SOLARI catalog by exact username. This is not a search. If it is already stored, nothing is scraped.

どんなときに使うかWhen catalog search does not know an exact handle you already have.

何が返るかWhether it was ingested, the account_id, and the catalog command to read it.

パラメータ

usernamestring必須
TikTok username.≤ 64 chars

レスポンス

Response

ingestedboolean
true if this call collected it live.
already_trackedboolean
true if it was already in the catalog.
fetched_on_demandboolean
Same as ingested.
account_iduuid
The ingested account.
usernamestring
Resolved handle.
notestring
What to expect next.
nextstring
Catalog command to read the result.

リクエスト

$ solari fetch tiktok account username=innisfree_official

レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。

{
  "ingested": false,
  "already_tracked": true,
  "fetched_on_demand": false,
  "account_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
  "username": "innisfree_official",
  "note": "Already in the SOLARI catalog. Nothing was scraped.",
  "next": "solari catalog tiktok account profile username=innisfree_official"
}

MCP 呼び出しとして

{
  "name": "solari_fetch_tiktok_account",
  "arguments": {
    "username": "innisfree_official"
  }
}

注意点

  • Do not use this to search a name. Use catalog account search first.
  • A first-time ingest can take 10 to 40 seconds. Only recent posts exist until the crawl finishes.

機械可読な形式: /docs/tools/fetch-tiktok-account.md