株式報酬(オプション付与、制限付き株式、段階的買取権)における証人および配偶者の同意署名リクエストの状態を表示します。誰がまだ署名が必要か、何が署名待ちか、既に署名されたか、または期限切れかを確認できます。1つの報酬、1社、またはポートフォリオ全体をカバーしており、内容確認のみのモード(読み取り専用)です。
Status of witness and spousal-consent signature requests on option grants, RSAs, PIUs — who still needs to sign, and what's awaiting signature, signed, or expired. Covers one award, one company, or a whole portfolio. Read-only.
<!-- carta:instrumentation-fallback -->
<IMPORTANT>
_instrumentation_v2 はCarta スキル利用状況の匿名テレメトリー(利用状況の自動送信)です。Carta MCP ツール呼び出しの引数に常に含めてください。プラグインのフックが実行時に上書きするため、常に送信することは安全です。形式:
_instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"}
skills はセッション通期の累積リストです。これまでに読み込まれたすべての Carta スキルを記載してください(このツール呼び出しを実行したスキルだけではなく)。各エントリを "plugin:skill" の形式で名前空間を付け、古い順に並べて、最後に最近使用したスキルが来るようにしてください。Carta スキルのみを記載してください(carta-cap-table:*、carta-crm:*、carta-investors:* など)。Carta 以外のプラグインのスキルは含めないでください。
surface は Claude を実行しているプラットフォームです:"chat"(claude.ai またはClaudeアプリ。通常のチャット、Coworkモードではない)、"cowork"(Coworkモード)、"code-terminal"、"code-desktop"、"excel" のいずれかです。これらのどれにも該当しない場合、または判断できない場合は、まるごと省略してください。推測や作成した値を使用しないでください。
</IMPORTANT>
<!-- Carta AI Agent Plugin の公式機能の一部 -->
株式報酬が完全に確定する前に必要な、その他の署名の状況を表示します。
誰かが株式報酬を付与される際、報酬が完全に確定する前に、受取人以外の人物からの署名が必要な場合があります:
それぞれは単一の報酬に紐付けられた署名リクエストとして追跡されます。リクエストは以下のステージを通じて進行します:
| ステージ | 意味 |
|---|---|
| 詳細待ち中 | リクエストは存在しますが、証人または配偶者の名前とメールアドレスがまだ追加されていません。 |
| 署名待ち中 | 詳細が入力され、署名用リンクが送信されました。証人または配偶者の署名を待機中です。 |
| 署名完了 | 完了 — 証人または配偶者が署名しました。 |
| 期限切れ | 署名用リンクの期限が署名前に切れました。署名用リンクは送信後約30日で期限切れになります。 |
以下の3つの報酬タイプが署名リクエストを含む場合があります:オプション付与、RSA(制限付き株式報酬)、PIU(利益配分ユニット)。
list_accountsから取得してください(企業はcorporation_pk:エントリとして表示されます)。OPTION_GRANT、RSA、またはPIU)と報酬自体も必要です。以下の企業全体リストはこれらを返すため、どの報酬を意図しているかわからない場合はそこから始めてください。list_accountsから取得してください(ポートフォリオはorganization_pk:エントリとして表示されます)— これは投資家またはファームが保有・管理する企業全体の見方です。必須入力が不足している場合は、取得する前にAskUserQuestionで確認してください(carta-interaction-reference §4.1参照)。
質問の範囲に対応するコマンドを選択してください。
1つの企業 — 単一企業に関するすべてのリクエスト:
call_tool({"name": "cap_table__list__witness_signatures_for_corporation", "arguments": {"corporation_id": corporation_id}})
オプションフィルター:request_type(WITNESSまたはSPOUSAL_CONSENT)、status(PENDING、FILLED、SIGNED、EXPIREDのリスト)、page、page_size。
1つの報酬 — すでに特定した単一報酬に関するすべてのリクエスト:
call_tool({"name": "cap_table__get__witness_signatures_for_security", "arguments": {"corporation_id": corporation_id, "security_type": "OPTION_GRANT", "security_id": security_id}})
security_type は OPTION_GRANT、RSA、PIU のいずれか。
ポートフォリオ — ポートフォリオ内のすべての企業に関するリクエスト:
call_tool({"name": "cap_table__list__witness_signatures_for_portfolio", "arguments": {"portfolio_id": portfolio_id}})
オプションフィルター:request_type、status、issuer_id(1つの企業に絞る)、page、page_size。
ポートフォリオビューでの配偶者同意:ポートフォリオリストは
issuer_idで1つの企業に絞らない限り、証人リクエストのみを返します。配偶者同意リクエストは機能が有効な単一企業のみに表示されます。ユーザーがポートフォリオ全体の配偶者同意について質問する場合は、一度に1つの企業に絞ってください。
デフォルトのステータスフィルター:
statusを渡さない場合、通常注意が必要なリクエスト — 署名待ち中と期限切れのリクエスト — が表示されます。詳細待ち中または既に署名済みのリクエストを見るには、statusを明示的に渡してください(例:"status": ["SIGNED"])。
各リクエストに含まれる情報:
status:PENDING、FILLED、SIGNED、またはEXPIRED — 背景セクションの表にある見出しにマップします。request_type:WITNESSまたはSPOUSAL_CONSENT。expires_at:署名期限。issuer_name:報酬を付与した企業。security_label:報酬の参照(例:「ES-1007」)。security_type:OPTION_GRANT、RSA、またはPIU。witness_name、witness_email:署名が必要な証人または配偶者(詳細が追加されるまで空白)。acceptance_date:受取人が報酬を受け入れた日。必須入力:企業およびスキル報酬コマンドには企業(corporation_id)、ポートフォリオコマンドにはポートフォリオ(portfolio_id)、さらに単一報酬コマンドにはsecurity_typeと報酬が必要です。不足している場合は、進める前にAskUserQuestionを呼び出してください。
形式:表。
冒頭に要点をまとめる:署名待ち中、署名完了、期限切れの件数で始めてから表を示します。
署名リクエスト4件:署名待ち中2件、署名完了1件、期限切れ1件。
コードを平易な言葉に訳してください。 未加工のステータス、タイプ、内部参照を決して表示しないでください。「署名待ち中」、「証人」/「配偶者同意」、「オプション付与」/「RSA」/「PIU」を使用してください。各リクエストは企業、報酬参照、人物名で特定してください — 内部番号では特定しないでください。
ソート順序:署名待ち中を最初に、その次に最も近い期限順、次に期限切れ、最後に署名完了。
日付形式:MMM d, yyyy(例:「Jan 15, 2026」)。
| 企業 | 報酬 | 種類 | 署名者 | ステータス | 期限 |
|---|---|---|---|---|---|
| Acme | ES-1007(オプション付与) | 証人 | Dana Lee | 署名待ち中 | Jun 1, 2026 |
| Acme | PIU-12(利益配分ユニット) | 配偶者同意 | Sam Rivera | 署名完了 | — |
単一報酬の場合は、報酬と件数で始めてから、そのリクエストを一覧表示します。
次のステップで終わる — 例えば、期限が最も近いリクエストがどれかを指摘するか、リマインダーと期限延長は Carta で処理されることを記載してください。
<!-- 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 -->
Show the status of the extra signatures some equity awards need before they're fully in place.
When someone is granted equity, the award sometimes needs a signature from a person other than the recipient before it's complete:
Each one is tracked as a signature request tied to a single award. A request moves through these stages:
| Stage | What it means |
|---|---|
| Awaiting details | The request exists, but the witness or spouse's name and email haven't been added yet. |
| Awaiting signature | Details are in and the signing link has been sent. Waiting on the witness or spouse to sign. |
| Signed | Done — the witness or spouse has signed. |
| Expired | The signing link's deadline passed before it was signed. Signing links expire about 30 days after they're sent. |
These three awards can carry signature requests: option grants, RSAS (restricted stock awards), and PIUs (profits interest units).
list_accounts (companies appear as corporation_pk: entries).OPTION_GRANT, RSA, or PIU) and the award itself. The company-wide list (below) returns these, so start there if you don't already know which award you mean.list_accounts (portfolios appear as organization_pk: entries) — this is the investor or firm view across the companies they hold or manage.If a required input is missing, ask for it with AskUserQuestion before fetching (see carta-interaction-reference §4.1).
Pick the command that matches the scope of the question.
One company — every request for a single company:
call_tool({"name": "cap_table__list__witness_signatures_for_corporation", "arguments": {"corporation_id": corporation_id}})
Optional filters: request_type (WITNESS or SPOUSAL_CONSENT), status (a list of PENDING, FILLED, SIGNED, EXPIRED), page, page_size.
One award — every request on a single award you've already identified:
call_tool({"name": "cap_table__get__witness_signatures_for_security", "arguments": {"corporation_id": corporation_id, "security_type": "OPTION_GRANT", "security_id": security_id}})
security_type is one of OPTION_GRANT, RSA, PIU.
A portfolio — requests across every company in a portfolio:
call_tool({"name": "cap_table__list__witness_signatures_for_portfolio", "arguments": {"portfolio_id": portfolio_id}})
Optional filters: request_type, status, issuer_id (narrow to one company), page, page_size.
Spousal consent in portfolio view: the portfolio list returns witness requests only, unless you narrow it to a single company with
issuer_id. Spousal-consent requests appear only for a single company that has the feature turned on. If a user asks about spousal consent across a whole portfolio, narrow to one company at a time.
Default status filter: when you don't pass
status, the results show the requests that usually need attention — those awaiting signature and those that have expired. To see requests still awaiting details or already signed, passstatusexplicitly (e.g."status": ["SIGNED"]).
Each request carries:
status: PENDING, FILLED, SIGNED, or EXPIRED — map to the friendly labels in the Background table.request_type: WITNESS or SPOUSAL_CONSENT.expires_at: the signing deadline.issuer_name: the company that granted the award.security_label: the award's reference (for example, "ES-1007").security_type: OPTION_GRANT, RSA, or PIU.witness_name, witness_email: the witness or spouse who needs to sign (blank until details are added).acceptance_date: when the recipient accepted the award.Required inputs: a company (corporation_id) for the company and award commands; a portfolio (portfolio_id) for the portfolio command; plus security_type and the award for the single-award command. If missing, call AskUserQuestion before proceeding.
Format: Table.
BLUF lead: Lead with the counts — how many are awaiting signature, signed, and expired — then the table.
4 signature requests: 2 awaiting signature, 1 signed, 1 expired.
Translate codes to plain language. Never show the raw status, type, or any internal reference. Use "Awaiting signature", "Witness" / "Spousal consent", and "Option grant" / "RSA" / "PIU". Identify each request by company, award reference, and the person's name — not by any internal number.
Sort order: Awaiting signature first, then by soonest deadline; expired next; signed last.
Date format: MMM d, yyyy (e.g. "Jan 15, 2026").
| Company | Award | Type | Needs to sign | Status | Deadline |
|---|---|---|---|---|---|
| Acme | ES-1007 (Option grant) | Witness | Dana Lee | Awaiting signature | Jun 1, 2026 |
| Acme | PIU-12 (Profits interest unit) | Spousal consent | Sam Rivera | Signed | — |
For a single award, lead with the award and the count, then list its requests.
End with a next step — for example, point out which requests are closest to expiring, or note that reminders and deadline extensions are handled in Carta.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。