search-deals

Retrieve Carta CRM deal records filtered by company, stage, or deal ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of searching through Carta CRM deal records to find specific deals, saving you hours of repetitive lookup effort.

Core Features & Use Cases

  • Filter-Based Deal Search: Search for deals using specific criteria like company name, pipeline stage, or custom field values to narrow results precisely.
  • Direct Deal Lookup by ID: Fetch full, detailed deal records including associated notes and linked contacts when you have a specific deal identifier.
  • Use Case: If you need to pull all deals in the due-diligence stage for a portfolio company, this Skill returns complete deal details and unique IDs you can use for follow-up updates.

Quick Start

Use the search-deals skill to find all deals in the execution stage for the company Acme Corp.

Frequently Asked Questions about search-deals

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

FAQPage Schema
How do I search for deals in Carta CRM by company name or pipeline stage?

To search for Carta CRM deals, filter records by specific criteria such as company name, pipeline stage, or custom field values. You must first fetch valid deal field IDs using the get_deal_fields tool to construct accurate search filters before querying the CRM API.

Can I retrieve full deal records including notes and linked contacts from Carta CRM?

Yes, you can fetch full deal records including associated notes and linked contacts from Carta CRM by performing a direct lookup using a specific unique deal identifier. This retrieves complete deal details without manual record searching workflows.

Do I need to fetch deal field IDs before filtering deals in Carta CRM?

Yes, fetching valid deal field IDs via the get_deal_fields tool is required before filtering deals in Carta CRM. This pre-fetch step ensures you construct accurate search filters using the correct custom field values before querying the CRM API.

What is the best way to pull all deals in a specific pipeline stage for a portfolio company?

The best way to pull deals in a specific pipeline stage for a portfolio company is to use filter-based deal search. Filter by company name and pipeline stage to return complete deal details and unique IDs for follow-up CRM management updates.

Why does my Carta CRM deal lookup fail when using custom field values?

Carta CRM deal lookup using custom field values fails if you do not pre-fetch valid deal field IDs. You must retrieve the correct field identifiers via the get_deal_fields tool to construct accurate search filters before executing your deal query.