instagram · fetchsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.
solari fetch instagram account
Ingest one Instagram handle into the catalog.
- MCP 도구
- solari_fetch_instagram_account
- CLI
- solari fetch instagram account
- 권한
- solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
- Required plan
- Free
- Credit
- 0
개요
Add one Instagram 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필수
- Instagram 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 instagram account username=innisfreeofficial응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.
{
"ingested": false,
"already_tracked": true,
"fetched_on_demand": false,
"account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"username": "innisfreeofficial",
"note": "Already in the SOLARI catalog. Nothing was scraped.",
"next": "solari catalog instagram account profile username=innisfreeofficial"
}MCP 호출로 쓰면
{
"name": "solari_fetch_instagram_account",
"arguments": {
"username": "innisfreeofficial"
}
}주의사항
- Do not use this to search a name. Use catalog account search first.
- A first-time ingest can take several seconds. Metrics and collaborations stay empty until the crawl finishes.
관련 도구
- solari_catalog_instagram_account_search모아 둔 Instagram 계정을 사용자명, 이름, Bio 문구로 찾아요. account_id를 확보하는 데 쓸 수 있어요.
- solari_catalog_instagram_account_profileInstagram 계정의 프로필, 성과, 최근 포스트예요.
- solari_fetch_instagram_postsCollect one Instagram account's posts into the catalog.
기계가 읽는 형식: /docs/tools/fetch-instagram-account.md