update-fundraising

Partially update fundraising records in Carta CRM without overwriting unmodified fields.

12|16|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/carta/plugins --skill update-fundraising
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-fundraising
Source: https://github.com/carta/plugins/tree/main/plugins/carta-crm/skills/update-fundraising
Command: npx skills add https://github.com/carta/plugins --skill update-fundraising

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually editing fundraising records in Carta CRM is slow and error-prone, especially when updating multiple records or tenant-specific custom fields without overwriting unrelated data.

Core Features & Use Cases

  • Partial Updates: Only modify the fields you explicitly provide, leaving all other fundraising data untouched to avoid accidental overwrites.
  • Flexible Record Lookup: Find fundraisings by ID or name, with automatic search and user confirmation for multiple matching results.
  • Custom Field Support: Fetch valid custom field schemas on demand to update tenant-specific fields without guessing invalid keys.
  • Use Case: If you need to update the stage and target amount for 3 Series A fundraisings across your portfolio, this skill handles lookup, validation, and partial updates for each record automatically.

Quick Start

Tell the AI "Update the Series A fundraising for Acme Corp to closed stage with a target amount of $10M" and it will handle the lookup, validation, and update automatically.

Frequently Asked Questions about update-fundraising

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update fundraising records in Carta CRM without overwriting existing fields?

You can perform a partial update on existing fundraising records by specifying only the fields you want to change. This ensures all unmodified fundraising data remains untouched, preventing accidental overwrites during venture capital tracking.

Can I update tenant-specific custom fields for venture capital fundraising tracking?

Yes, you can modify tenant-specific custom fields for venture capital fundraising tracking. The system fetches valid custom field schemas on demand to update tenant-specific fields without guessing invalid keys.

How do I change the fundraising stage and round name for an existing portfolio company?

You can change the fundraising stage and round name by finding the record via ID or name. The system validates the fundraising identifier and stage ID before executing partial updates to adjust the stage and round name.

What is needed to automate fundraising management updates in Carta CRM?

Automating fundraising management updates requires valid Carta CRM API access. The system uses dedicated MCP tools to validate fundraising identifiers, stage IDs, and custom field schemas before executing partial updates.

What happens if multiple fundraising records match the company name I provide?

If multiple fundraising records match a provided name, the system performs an automatic search and requests user confirmation. This ensures the partial update targets the correct venture capital fundraising record before modifying data.