指定した企業の資金調達の履歴を、ラウンド(調達段階)ごとに返します。調達額、日付、投資家、資金の出所などの情報を含み、用途・方法・対象・投資家などで絞り込むことも可能です。 **次のような場合に使用:** - 「X社の資金調達ラウンドを列挙してほしい」 - 「シリーズBに投資した企業はどこか」 など、特定の企業の実際の調達ラウンドについて知りたい場合 ※市場全体の資金の動きを見たい場合は、別の「資金調達情勢(funding-landscape)」機能を使用してください。
Return the round-by-round financing record (amounts, dates, investors, provenance) for a named company, or filtered by indication, mechanism, target, or investor. Use when someone wants the actual rounds, for example 'list the funding rounds for X', 'who invested in their Series B'. Use funding-landscape when they want a market-level capital picture rather than a round list.
この機能は、資金調達に関する質問を、金額の開示状況、投資家の構成、文献の出所が明記された構造化(体系的に整理された)ラウンド(調達段階)に変換します。
get_financings — 構造化された企業横断的なフィルター(受取企業、投資家、調達形態、金額範囲、時期窓口、現行のみ、金額順ソート)に対応search_entities("financing", ...) — 自然言語による調達発見と、構造化パラメーターでは表現できない曖昧な表現に対応research_entity(name, "company", aspects=["financings"]) — 指定した企業が受取人だったラウンド用research_entity(name, "company", aspects=["investments"]) — 指定した企業が投資家だったラウンド用(ベンチャーキャピタル、企業の投資部門、戦略的投資家)get_financings に最近の時期を指定(新しい順)— 新規発表のラウンドのフィード用。調達発表のデータは get_recent_events には含まれませんread_document をラウンドの document_ids に対して使用 — 重要な主張を根拠付けるためresearch_entity の側面を使用。1回のクレジット消費で1つの構成が得られ、解決に手間がかかりませんget_financings を型指定フィルターで使用search_entities("financing", ...) を使用し、自然言語パスに翻訳を任せるget_financings を最近の時期で使用。調達発表のデータは get_financings に含まれており、get_recent_events(FDA承認・試験・プレスリリースのみカバー)には含まれません構造化されたラウンドリストを以下の形式で返す:
round_id (接頭辞付き fin_ 識別子)financing_date (調達日)financing_type (標準形式:Pre-Seed(シード前)、Seed(初期段階)、Series A、Series B、Series C、Series D以上、IPO(上場)、Post-IPO Equity(上場後の増資)、Debt Financing(借入)、Grant(助成金)、Strategic Investment(戦略的投資)、Acquisition(買収)、Other Financing){id, name} のペアで表記{id, name} のペアで表記total_value_usd (米ドル総額)と value_status ("confirmed" または "unconfirmed")read_document へのチェーンに対応する document_ids (関連文献ID)質問が「ある調達データ層における合計、分布、ランキング」の場合は、aggregate_records(entity_type="financing", ...) を優先し、引用する主張の根拠としてラウンドレベルのデータを取得するのに get_financings を使用します。total_value の median/avg 集計は、_input_count を通じて確認済み金額の分母を既に分離しています。
total_value_usd: null を「ラウンドが未開示だった」と述べてはいけません。正しい表現は「Maven(データベース)のデータに金額がない」です。ラウンドは公開された金額を持っていても、Mavenがまだ取得していない可能性があります。金額が重要な場合は、外部で確認してくださいread_document からの文献根拠を必須とします。構造化された行は、引用可能な根拠ではなく、メタデータですresearch_entity で解決しますが、データが限定的です。情報の非対称性を平準化するのではなく、そのまま保持してくださいget_financings (民間・ラウンドレベルの資本活動)を get_financials (公開企業の財務諸表:収益、EBITDA、時価総額、現金)と区別してください。両方が同じ企業に適用される可能性がありますが、混同しないでくださいsort_by="total_value" を使用し、未確認ラウンドが最後に並べられることに注意してくださいerror.alternatives キーで順位付けされた候補を表示します。推測するのではなく、1ラウンドで候補名を使用して再試行してくださいfinancing_type 値が標準列挙型と一致しない場合、応答は自動修正(大文字小文字の統一または別名)し、修正を表示するか、error.alternatives の下の標準リストで拒否します。標準リストを使用し、新しい形態を作成しないでくださいget_financings が構造化クエリでゼロ行を返す場合、結論に達する前に、search_entities("financing", "<同じ意図を自然言語で>") で再試行してくださいsearch_entities("financing", ...) に存在します。構造化された get_financings サーフェスでは、それらを型指定パラメーターとして公開していませんsearch_documents と read_document をラウンドの document_ids に対して使用してくださいThis primitive turns a funding question into a structured round set with explicit value disclosure status, investor mix, and document provenance.
get_financings for structured cross-company filters (recipient, investor, financing_type, value range, date window, current-only, sort by total_value)search_entities("financing", ...) for natural-language financing discovery and fuzzy phrasings the structured params cannot expressresearch_entity(name, "company", aspects=["financings"]) for rounds where a named company was the recipientresearch_entity(name, "company", aspects=["investments"]) for rounds where a named company was an investor (VCs, corporate venture arms, strategic investors)get_financings with a recent date window (newest first) for the recency feed of newly announced rounds -- financing recency is not in get_recent_eventsread_document against the round's document_ids to back any material claimresearch_entity aspects -- one credit, one shape, no resolution overheadget_financings with typed filterssearch_entities("financing", ...) and let the natural-language path translate itget_financings with a recent date window; financing recency lives in get_financings, not get_recent_events (which covers only fda/trial/press)Return a structured round list with:
round_id (the prefixed fin_ identifier)financing_datefinancing_type (canonical: Pre-Seed, Seed, Series A, Series B, Series C, Series D+, IPO, Post-IPO Equity, Debt Financing, Grant, Strategic Investment, Acquisition, Other Financing){id, name} pairs{id, name} pairstotal_value_usd and value_status ("confirmed" or "unconfirmed")document_ids for chaining into read_documentIf the question is "totals, distributions, or rankings across a financing slice," prefer aggregate_records(entity_type="financing", ...) and use get_financings to fetch round-level evidence for the claims you cite. median/avg aggregations on total_value already separate the confirmed-value denominator via _input_count.
total_value_usd: null as "the round was undisclosed" -- the correct phrasing is "Maven's data does not have the value." The round may have a publicly disclosed amount Maven has not captured. Verify externally if the value is critical.read_document; the structured row alone is metadata, not citable evidenceresearch_entity but with limited data; preserve the asymmetry rather than smoothing it overget_financings (private/round-level capital activity) from get_financials (public-market financial statements: revenue, EBITDA, market cap, cash). Both can apply to the same company; do not conflate themsort_by="total_value" and note that unconfirmed rounds are ordered lasterror.alternatives keyed per input. Retry with a candidate name in one round-trip rather than guessingfinancing_type value does not match the canonical enum, the response either auto-corrects (case-fold or alias) and surfaces the correction, or rejects with the canonical list under error.alternatives. Use the canonical list, do not invent new typesget_financings returns zero rows for a structured query, retry with search_entities("financing", "<the same intent in natural language>") before concluding no rounds existsearch_entities("financing", ...); the structured get_financings surface does not expose them as typed paramssearch_documents plus read_document against the round's document_ids rather than retrying blocked external fetches原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。