Open Connector
所有 Tools

Parma.AI logoParma.AI

Catalog 暂无描述。

parmavcatalog-v122 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available
API Keyapi_keyavailable

调用示例

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 目录

可用 Tools

22 个可调用操作

Delete the relationshipPARMA_DELETE_API_V1_RELATIONSHIPS_IDDelete the relationship from Parma

Delete the relationship from Parma

认证

需要 Connected Account

Tags

Relationships
Remove relationship from a groupPARMA_DELETE_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPS_RELATIONSHIP_GROUP_IDRemove relationship from a group

Remove relationship from a group

认证

需要 Connected Account

Tags

Relationships
List dealsPARMA_GET_API_V1_DEALSList all deals in the Parma account

List all deals in the Parma account

认证

需要 Connected Account

Tags

Deals
Get the dealPARMA_GET_API_V1_DEALS_IDGet the deal by its id

Get the deal by its id

认证

需要 Connected Account

Tags

Deals
List groupsPARMA_GET_API_V1_GROUPSList all groups in the Parma account

List all groups in the Parma account

认证

需要 Connected Account

Tags

Groups
List notesPARMA_GET_API_V1_NOTESList all notes in the Parma account

List all notes in the Parma account

认证

需要 Connected Account

Tags

Notes
List pipelinesPARMA_GET_API_V1_PIPELINESList all pipelines in the Parma account

List all pipelines in the Parma account

认证

需要 Connected Account

Tags

Pipelines
Get the pipelinePARMA_GET_API_V1_PIPELINES_IDGet the pipeline by its id

Get the pipeline by its id

认证

需要 Connected Account

Tags

Pipelines
List relationshipsPARMA_GET_API_V1_RELATIONSHIPSList all relationships in the Parma account

List all relationships in the Parma account

认证

需要 Connected Account

Tags

Relationships
Get the relationshipPARMA_GET_API_V1_RELATIONSHIPS_IDGet the relationship by its id

Get the relationship by its id

认证

需要 Connected Account

Tags

Relationships
List relationship groupsPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSList all groups linked to the provided relationship

List all groups linked to the provided relationship

认证

需要 Connected Account

Tags

Relationships
List relationship notesPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_NOTESList all notes linked to the provided relationship

List all notes linked to the provided relationship

认证

需要 Connected Account

Tags

Relationships
List stagesPARMA_GET_API_V1_STAGESList all stages in the Parma account

List all stages in the Parma account

认证

需要 Connected Account

Tags

Stages
Get the stagePARMA_GET_API_V1_STAGES_IDGet the stage by its id

Get the stage by its id

认证

需要 Connected Account

Tags

Stages
List usersPARMA_GET_API_V1_USERSList all users in the Parma account

List all users in the Parma account

认证

需要 Connected Account

Tags

Users
Get the pipelinePARMA_GET_API_V1_USERS_IDGet the user by their id

Get the user by their id

认证

需要 Connected Account

Tags

Users
Get current userPARMA_GET_API_V1_USERS_MELoad information about the logged in user and the workspace

Load information about the logged in user and the workspace

认证

需要 Connected Account

Tags

Users
Update the notePARMA_PATCH_API_V1_NOTES_IDUpdates existing note in the Parma account

Updates existing note in the Parma account

认证

需要 Connected Account

Tags

Notes
Update relationshipPARMA_PATCH_API_V1_RELATIONSHIPS_IDUpdate the relationships in the Parma account

Update the relationships in the Parma account

认证

需要 Connected Account

Tags

Relationships
Create a notePARMA_POST_API_V1_NOTESCreate a new note in the Parma account

Create a new note in the Parma account

认证

需要 Connected Account

Tags

Notes
Create a relationshipPARMA_POST_API_V1_RELATIONSHIPSCreate a new relationships in the Parma account

Create a new relationships in the Parma account

认证

需要 Connected Account

Tags

Relationships
Add relationship to a groupPARMA_POST_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSAdd relationship to a group

Add relationship to a group

认证

需要 Connected Account

Tags

Relationships

Provider 资源