企業の資金調達履歴 — 価格が決定された各ラウンド(資金調達段階)の詳細情報で、実施日、発行された株式クラス、1株あたりの価格、調達した総額、および参加した投資家を記載しています。企業の資金調達の歴史全体を通じて、いつ誰からいくら資金を調達したかが把握できます。
Financing round history for a company — each priced round with its date, share class issued, price per share, total cash raised, and the investors who participated. Covers what was raised and from whom across the company's funding history.
資金調達の履歴を取得してラウンド別に要約するか、または株式クラス別の保有状況表を使って素早く概要を確認できます。
corporation_id(企業ID)が必要です。持っていない場合は list_accounts から取得してください。
詳細度モード: このコマンドは
detail=summary(ラウンド数、総資金調達額、ラウンド別内訳 — 高速)とdetail=full(投資家ごとのデータを含む個別証券レコード、発行日、1株当たりの価格)に対応しています。ユーザーの意図に基づいて最初から適切なモードを選択してください(ワークフロー参照)。
並び順:
orderingを指定してサーバー側でソート — 例えば最大投資額順は-cash_paid。指定可能なフィールド:issue_date、quantity、stakeholder_name、cash_paid、prefix_number。「上位N投資家」といったクエリの場合はdetail=fullと組み合わせてください。そうでない場合は、デフォルトの時間順で問題ありません。
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id}})
このデータはアプリ内の「資金調達履歴」タブを動かしているのと同じものです。
別の方法: 資金調達履歴の呼び出しなしに素早く概要を得るには、株式クラス別の保有状況表を使用してください:
call_tool({"name": "cap_table__get__cap_table_by_share_class", "arguments": {"corporation_id": corporation_id}})
優先株式クラスはそれぞれ1つのラウンドに相当します。より高速ですが詳細度は低い — 個別投資家、発行日、1株当たりの価格がありません。
round_name: 資金調達ラウンドの名前(例: 「Series A Preferred」)issue_date: 証券が発行された日付cash_paid: 投資家がこの証券に支払った金額quantity: 発行された株式数issue_price: 1株当たりの価格stakeholder_name: 投資家の名前label: 証券ラベル(例: 「PB-9」)is_grant: true の場合、このエントリはオプション付与(有償ラウンドではない)is_canceled: true の場合、証券は取り消された — 集計から除外してくださいis_converted: true の場合、証券は転換された(例: SAFE → 優先株){
"count": 120,
"results": [
{
"id": 666,
"pk_key": "certificate_pk",
"stakeholder_name": "Example Holder",
"currency": "USD",
"label": "PB-9",
"round_name": "Series B Preferred",
"quantity": 180000.0,
"issue_date": "2014-09-14",
"cash_paid": 219600.0,
"issue_price": "1.22",
"is_grant": false,
"is_canceled": false,
"is_converted": false
}
]
}
ユーザーの意図に基づいて詳細度を選択してください — 最初に要約を取得して後で再度取得するようなデフォルト動作はしないでください:
概要の質問(「資金調達履歴を見せてください」「この企業はどのラウンドで資金調達しましたか?」「いくら資金調達しましたか?」): detail を省略 — 要約モードはラウンド数、総資金調達額、ラウンド別内訳を素早く返します。表とバーチャートで提示してください(プレゼンテーションセクション参照)。
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id}})
ラウンド別の詳細(「各ラウンドに誰が投資しましたか?」「1株当たりの価格は?」「ラウンド別にすべての投資家をリストアップしてください」、投資家名、発行日、1株当たりの価格に関する任意のリクエスト): 直接 detail=full を使用してください。
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id, "detail": "full"}})
判断に迷う場合は、資金調達履歴については要約で十分なことがほとんどです — ラウンド名、日付、合計がすでに含まれています。
detail=full で取得した後、ラウンド別に集計してください:
round_name でグループ化cash_paid の合計、quantity の合計、投資家数、最も古い issue_dateissue_price を1株当たりの価格として使用is_canceled が true のエントリを除外必須入力: corporation_id。
不足している場合は、処理を進める前に AskUserQuestion を呼び出してください(carta-interaction-reference §4.1参照)。
AI計算: なし — このスキルは Carta データを直接提示します(集計は機械的なグループ化であり、モデル出力ではありません)。
形式: 表 + ASCIIバーチャート
冒頭要約: テーブルを表示する前に、総ラウンド数と総資金調達額を先に提示してください。
ソート順: issue_date の昇順(時系列順)。
日付形式: MMM d, yyyy(例: 「Jan 15, 2026」)
| ラウンド | クローズ日 | 1株当たり価格 | 投資家数 | 発行株式数 | 資金調達額 |
|---|---|---|---|---|---|
| Series Seed Preferred | Jun 30, 2013 | $0.27 | 5 | 1,422,435 | $383,380 |
| Series A Preferred | Nov 15, 2013 | $0.44 | 8 | 3,697,191 | $1,645,250 |
テーブルの後に、ラウンド別の資金調達額を示す ASCIIバーチャートをレンダリングしてください(時系列順)。 バーを最大幅40文字にスケール調整します。ゼロ資金調達のラウンド(例: オプション付与)は除外します。
ラウンド別資金調達額
Series Seed Preferred ████ $383K
Series A Preferred ████████████████ $1.6M
Series B Preferred ████████████████████████████████████████ $3.7M
各バーの幅 = (資金調達額 / 最大資金調達額) × 40、最も近い整数に四捨五入。 $XM または $XK 形式で大きな数値を見やすくフォーマットしてください。
is_canceled: true のエントリはすべての集計から除外する必要があります。is_converted: true)は転換後のエントリと並んで表示される可能性があります — 株式または現金を合計する際に二重計上を避けてください。is_grant: true)は資金調達履歴に表示されますが、有償ラウンドではありません — 資金調達額バーチャートから除外してください。<!-- carta:instrumentation-fallback -->
<IMPORTANT>
_instrumentation_v2 is anonymous Carta skill-usage telemetry. ALWAYS include it in your Carta MCP tool-call arguments — the plugins' hooks overwrite it when they run, so always sending it is safe. Shape:
_instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"}
skills is cumulative for the session: list every Carta skill loaded so far, not only the one driving this call. Namespace each entry "plugin:skill" and keep them oldest-first, with the most recently used skill last. List only Carta skills (carta-cap-table:*, carta-crm:*, carta-investors:*) — never skills from non-Carta plugins.
surface is the Claude surface you are running in: "chat" (claude.ai or the Claude app, i.e. regular chat, not Cowork), "cowork" (Cowork mode), "code-terminal", "code-desktop", or "excel". Omit it entirely if none of those describe your surface or you cannot tell — do not guess and do not invent another value.
</IMPORTANT>
<!-- Part of the official Carta AI Agent Plugin -->
Fetch financing history and summarize by round, or use the cap table by share class for a quick overview.
You need the corporation_id. Get it from list_accounts if you don't have it.
Detail mode: This command supports
detail=summary(round count, total cash raised, by-round breakdown — fast) anddetail=full(individual security records with per-investor data, issue dates, price per share). Choose the right mode upfront based on user intent — see Workflow.
Ordering: Pass
orderingto sort server-side — e.g.-cash_paidfor largest investments first. Fields:issue_date,quantity,stakeholder_name,cash_paid,prefix_number. Combine withdetail=fullfor "top N investors" queries; otherwise the default (chronological) order is fine.
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id}})
This is the same data that powers the in-app "Financing History" tab.
Alternative: For a quick overview without any financing history call, use the cap table by share class:
call_tool({"name": "cap_table__get__cap_table_by_share_class", "arguments": {"corporation_id": corporation_id}})
Each preferred share class represents a round. Faster but less detail: no individual investors, no issue dates, no price per share.
round_name: name of the financing round (e.g. "Series A Preferred")issue_date: date the security was issuedcash_paid: amount paid by the investor for this securityquantity: number of shares issuedissue_price: price per sharestakeholder_name: investor namelabel: security label (e.g. "PB-9")is_grant: true if this is an option grant (not a priced round)is_canceled: true if the security was canceled — exclude from aggregatesis_converted: true if the security converted (e.g. SAFE → preferred){
"count": 120,
"results": [
{
"id": 666,
"pk_key": "certificate_pk",
"stakeholder_name": "Example Holder",
"currency": "USD",
"label": "PB-9",
"round_name": "Series B Preferred",
"quantity": 180000.0,
"issue_date": "2014-09-14",
"cash_paid": 219600.0,
"issue_price": "1.22",
"is_grant": false,
"is_canceled": false,
"is_converted": false
}
]
}
Choose detail mode based on the user's intent — do NOT default to summary then re-fetch:
Overview questions ("show me the funding history", "what rounds has this company raised?", "how much capital was raised?"): omit detail — summary mode returns round count, total cash raised, and a by-round breakdown instantly. Present with the table and bar chart (see Presentation section).
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id}})
Per-round details ("who invested in each round?", "what was the price per share?", "list all investors by round", any request for investor names, issue dates, or price per share): use detail=full directly.
call_tool({"name": "cap_table__get__financing_history", "arguments": {"corporation_id": corporation_id, "detail": "full"}})
When in doubt, summary is usually sufficient for financing history — it already includes round names, dates, and totals.
After fetching with detail=full, aggregate by round:
round_namecash_paid, total quantity, count of investors, earliest issue_dateissue_price from any non-canceled entry as the price per shareis_canceled is trueRequired inputs: corporation_id.
If missing, call AskUserQuestion before proceeding (see carta-interaction-reference §4.1).
AI computation: No — this skill presents Carta data directly (aggregation is mechanical grouping, not modeled output).
Format: Table + ASCII bar chart
BLUF lead: Lead with the total number of rounds and total cash raised before showing the table.
Sort order: By issue_date ascending (chronological order).
Date format: MMM d, yyyy (e.g. "Jan 15, 2026").
| Round | Close Date | Price/Share | Investors | Shares Issued | Cash Raised |
|---|---|---|---|---|---|
| Series Seed Preferred | Jun 30, 2013 | $0.27 | 5 | 1,422,435 | $383,380 |
| Series A Preferred | Nov 15, 2013 | $0.44 | 8 | 3,697,191 | $1,645,250 |
After the table, render an ASCII bar chart of cash raised per round (chronological order). Scale bars to max width 40 chars. Exclude rounds with zero cash raised (e.g. option grants).
Cash Raised by Round
Series Seed Preferred ████ $383K
Series A Preferred ████████████████ $1.6M
Series B Preferred ████████████████████████████████████████ $3.7M
Each bar width = (cash_raised / max_cash_raised) * 40, rounded to nearest integer. Format large numbers as $XM or $XK for readability.
is_canceled: true must be excluded from all aggregates.is_converted: true) may appear alongside their post-conversion entries — avoid double-counting when summing shares or cash.is_grant: true) appear in financing history but are not priced rounds — exclude from the cash-raised bar chart.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。