Parma.AI
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "PARMA_DELETE_API_V1_RELATIONSHIPS_ID", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("PARMA_DELETE_API_V1_RELATIONSHIPS_ID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute PARMA_DELETE_API_V1_RELATIONSHIPS_ID --data '{ }'Tool catalog
Available tools
22 callable operations
Delete the relationshipPARMA_DELETE_API_V1_RELATIONSHIPS_IDDelete the relationship from ParmaConnection
Delete the relationship from Parma
Authentication
Connected account requiredTags
Remove relationship from a groupPARMA_DELETE_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPS_RELATIONSHIP_GROUP_IDRemove relationship from a groupConnection
Remove relationship from a group
Authentication
Connected account requiredTags
List dealsPARMA_GET_API_V1_DEALSList all deals in the Parma accountConnection
List all deals in the Parma account
Authentication
Connected account requiredTags
Get the dealPARMA_GET_API_V1_DEALS_IDGet the deal by its idConnection
Get the deal by its id
Authentication
Connected account requiredTags
List groupsPARMA_GET_API_V1_GROUPSList all groups in the Parma accountConnection
List all groups in the Parma account
Authentication
Connected account requiredTags
List notesPARMA_GET_API_V1_NOTESList all notes in the Parma accountConnection
List all notes in the Parma account
Authentication
Connected account requiredTags
List pipelinesPARMA_GET_API_V1_PIPELINESList all pipelines in the Parma accountConnection
List all pipelines in the Parma account
Authentication
Connected account requiredTags
Get the pipelinePARMA_GET_API_V1_PIPELINES_IDGet the pipeline by its idConnection
Get the pipeline by its id
Authentication
Connected account requiredTags
List relationshipsPARMA_GET_API_V1_RELATIONSHIPSList all relationships in the Parma accountConnection
List all relationships in the Parma account
Authentication
Connected account requiredTags
Get the relationshipPARMA_GET_API_V1_RELATIONSHIPS_IDGet the relationship by its idConnection
Get the relationship by its id
Authentication
Connected account requiredTags
List relationship groupsPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSList all groups linked to the provided relationshipConnection
List all groups linked to the provided relationship
Authentication
Connected account requiredTags
List relationship notesPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_NOTESList all notes linked to the provided relationshipConnection
List all notes linked to the provided relationship
Authentication
Connected account requiredTags
List stagesPARMA_GET_API_V1_STAGESList all stages in the Parma accountConnection
List all stages in the Parma account
Authentication
Connected account requiredTags
Get the stagePARMA_GET_API_V1_STAGES_IDGet the stage by its idConnection
Get the stage by its id
Authentication
Connected account requiredTags
List usersPARMA_GET_API_V1_USERSList all users in the Parma accountConnection
List all users in the Parma account
Authentication
Connected account requiredTags
Get the pipelinePARMA_GET_API_V1_USERS_IDGet the user by their idConnection
Get the user by their id
Authentication
Connected account requiredTags
Get current userPARMA_GET_API_V1_USERS_MELoad information about the logged in user and the workspaceConnection
Load information about the logged in user and the workspace
Authentication
Connected account requiredTags
Update the notePARMA_PATCH_API_V1_NOTES_IDUpdates existing note in the Parma accountConnection
Updates existing note in the Parma account
Authentication
Connected account requiredTags
Update relationshipPARMA_PATCH_API_V1_RELATIONSHIPS_IDUpdate the relationships in the Parma accountConnection
Update the relationships in the Parma account
Authentication
Connected account requiredTags
Create a notePARMA_POST_API_V1_NOTESCreate a new note in the Parma accountConnection
Create a new note in the Parma account
Authentication
Connected account requiredTags
Create a relationshipPARMA_POST_API_V1_RELATIONSHIPSCreate a new relationships in the Parma accountConnection
Create a new relationships in the Parma account
Authentication
Connected account requiredTags
Add relationship to a groupPARMA_POST_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSAdd relationship to a groupConnection
Add relationship to a group
Authentication
Connected account requiredTags