# Parma AI integration on Definable

> Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.

## What this connects

Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.

Vendor: https://app.parma.ai

## Tools available

**23** tools available. First 12:

- `PARMA_ADD_RELATIONSHIP_TO_GROUP` — Add Relationship to Group — Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.
- `PARMA_CREATE_NOTE` — Create Note — Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.
- `PARMA_CREATE_RELATIONSHIP` — Create Relationship — Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.
- `PARMA_DATA_JSON` — Get data.json metadata — Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.
- `PARMA_DELETE_RELATIONSHIP` — Delete Relationship — Tool to delete a relationship from Parma by its ID. Use when you need to remove an existing relationship between entities. Returns success confirmation after deletion (HTTP 204).
- `PARMA_GET_PIPELINE` — Get Pipeline — Tool to retrieve a pipeline by its ID. Use when you need to fetch details about a specific pipeline.
- `PARMA_GET_RELATIONSHIP` — Get Relationship — Tool to retrieve a relationship by its unique ID. Use when you need to get detailed information about a specific relationship.
- `PARMA_GET_STAGE` — Get Stage — Tool to retrieve a stage by its unique identifier. Use when you need to fetch details about a specific stage in a pipeline.
- `PARMA_GET_USER` — Get User by ID — Tool to retrieve a user by their unique ID. Use when you need to fetch details for a specific user.
- `PARMA_GET_USER_PROFILE` — Get User Profile — Tool to retrieve the authenticated user's profile. Use after obtaining a valid auth token to fetch current user account details.
- `PARMA_LIST_DEALS` — List Deals — Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.
- `PARMA_LIST_GROUPS` — List Groups — Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`.

## How agents use Parma

Inside a Definable workflow, Parma is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Parma** — the Researcher (GPT-5.5) pulls context from Parma (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Parma** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Parma (create record, post message, draft email).
- **Designer / Engineer → Distributor → Parma** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Parma (attach file, open PR comment, post status).

The Verifier checks every Parma call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- crm — https://definable.ai/apps/category/crm/
- contact management — https://definable.ai/apps/category/contact-management/

## Related

- HTML page: https://definable.ai/apps/parma/
- Same category (crm): https://definable.ai/apps/category/crm/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
