From carta-cap-table
List stakeholders for a company. Use when asked who the stakeholders are, stakeholder list, shareholders, investors, or holders.
npx claudepluginhub carta/plugins --plugin carta-cap-tableThis skill uses the workspace's default tool permissions.
List stakeholders (shareholders, investors, employees) for a company.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
List stakeholders (shareholders, investors, employees) for a company.
You need the corporation_id. Get it from list_accounts if you don't have it.
cap_table:get:stakeholders (names, emails, roles — no ownership data)cap_table:get:cap_table_by_stakeholder (holdings, ownership %, FD shares)Default to cap_table:get:stakeholders unless the user asks about ownership, shares, or percentages.
fetch("cap_table:get:stakeholders", { corporation_id })
Supports search param to filter by name or email.
full_name: stakeholder display nameemail: contact emailevent_relationship: role (e.g. founder, employee, investor)kind: stakeholder typefetch("cap_table:get:stakeholders", { corporation_id })
| Name | Role | Type | |
|---|---|---|---|
| ... | ... | ... | ... |
If the user then asks about ownership, follow up with:
fetch("cap_table:get:cap_table_by_stakeholder", { corporation_id })