The id of the skillset this configuration is using
visibility
string
No
—
The bot visibility
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "alias": { "type": "string", "description": "The unique alias for the instance" }, "backstory": { "type": "string", "description": "The backstory this configuration is using" }, "blueprintId": { "type": "string", "description": "The ID of the blueprint" }, "datasetId": { "type": "string", "description": "The id of the dataset this configuration is using" }, "description": { "type": "string", "description": "The associated description" }, "meta": { "type": "object", "description": "Meta data information" }, "model": { "type": "string", "description": "A model definition" }, "moderation": { "type": "boolean", "description": "The moderation flag for this configuration" }, "name": { "type": "string", "description": "The associated name" }, "privacy": { "type": "boolean", "description": "The privacy flag for this configuration" }, "skillsetId": { "type": "string", "description": "The id of the skillset this configuration is using" }, "visibility": { "type": "string", "description": "The bot visibility", "enum": [ "private", "protected", "public" ] } }, "required": [ "PCID" ]}
The maximum amount of time this session will stay open
messages
object[]
No
—
An array of messages to be included in the conversation
meta
object
No
—
Meta data information
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "botId": { "type": "string", "description": "The ID of the bot for this session" }, "durationInSeconds": { "type": "number", "description": "The maximum amount of time this session will stay open" }, "messages": { "type": "array", "items": { "type": "object" }, "description": "An array of messages to be included in the conversation" }, "meta": { "type": "object", "description": "Meta data information" } }, "required": [ "PCID", "botId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "Skillset Id" }, "blueprintId": { "type": "string", "description": "The ID of the blueprint" }, "botId": { "type": "string", "description": "The ID of the bot associated with the ability" }, "description": { "type": "string", "description": "The associated description" }, "fileId": { "type": "string", "description": "The ID of the file associated with the ability" }, "instruction": { "type": "string", "description": "The instruction of the ability" }, "meta": { "type": "object", "description": "Meta data information" }, "name": { "type": "string", "description": "The associated name" }, "secretId": { "type": "string", "description": "The ID of the secret associated with the ability" }, "spaceId": { "type": "string", "description": "The ID of the space associated with the ability" } }, "required": [ "PCID", "skillsetId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "botId": { "type": "string", "description": "The ID of the bot to delete" } }, "required": [ "PCID", "botId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset to delete" } }, "required": [ "PCID", "skillsetId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset" }, "abilityId": { "type": "string", "description": "The ID of the ability to delete" } }, "required": [ "PCID", "skillsetId", "abilityId" ]}
The ID of the contact to associate with the execution
input
string
No
—
The input to process with the ability. This can be structured text such as JSON or YAML for precise parameter control, or unstructured natural language text. When unstructured text is provided, the system will automatically detect and extract the relevant parameters from the input.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset containing the ability" }, "abilityId": { "type": "string", "description": "The ID of the ability to execute" }, "contactId": { "type": "string", "description": "The ID of the contact to associate with the execution" }, "input": { "type": "string", "description": "The input to process with the ability. This can be structured text such as JSON or YAML for precise parameter control, or unstructured natural language text. When unstructured text is provided, the system will automatically detect and extract the relevant parameters from the input." } }, "required": [ "PCID", "skillsetId", "abilityId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset to export" }, "cursor": { "type": "string", "description": "The cursor to use for pagination" }, "order": { "type": "string", "description": "The order of the paginated items", "enum": [ "asc", "desc" ] }, "take": { "type": "integer", "description": "The number of items to retrieve" } }, "required": [ "PCID", "skillsetId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "botId": { "type": "string", "description": "The ID of the bot to retrieve" } }, "required": [ "PCID", "botId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset to retrieve" } }, "required": [ "PCID", "skillsetId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset" }, "abilityId": { "type": "string", "description": "The ID of the ability to retrieve" } }, "required": [ "PCID", "skillsetId", "abilityId" ]}
Key-value pairs to filter the partner users by metadata
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "cursor": { "type": "string", "description": "The cursor to use for pagination" }, "order": { "type": "string", "description": "The order of the paginated items", "enum": [ "asc", "desc" ] }, "take": { "type": "integer", "description": "The number of items to retrieve" }, "meta": { "type": "object", "description": "Key-value pairs to filter the partner users by metadata" } }, "required": [ "PCID" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "The ID of the skillset" }, "cursor": { "type": "string", "description": "The cursor to use for pagination" }, "order": { "type": "string", "description": "The order of the paginated items", "enum": [ "asc", "desc" ] }, "take": { "type": "integer", "description": "The number of items to retrieve" } }, "required": [ "PCID", "skillsetId" ]}
Key-value pairs to filter the partner users by metadata
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "cursor": { "type": "string", "description": "The cursor to use for pagination" }, "order": { "type": "string", "description": "The order of the paginated items", "enum": [ "asc", "desc" ] }, "take": { "type": "integer", "description": "The number of items to retrieve" }, "meta": { "type": "object", "description": "Key-value pairs to filter the partner users by metadata" } }, "required": [ "PCID" ]}
The id of the skillset this configuration is using
visibility
string
No
—
The bot visibility
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "botId": { "type": "string", "description": "Bot Id" }, "alias": { "type": "string", "description": "The unique alias for the instance" }, "backstory": { "type": "string", "description": "The backstory this configuration is using" }, "blueprintId": { "type": "string", "description": "The ID of the blueprint" }, "datasetId": { "type": "string", "description": "The id of the dataset this configuration is using" }, "description": { "type": "string", "description": "The associated description" }, "meta": { "type": "object", "description": "Meta data information" }, "model": { "type": "string", "description": "A model definition" }, "moderation": { "type": "boolean", "description": "The moderation flag for this configuration" }, "name": { "type": "string", "description": "The associated name" }, "privacy": { "type": "boolean", "description": "The privacy flag for this configuration" }, "skillsetId": { "type": "string", "description": "The id of the skillset this configuration is using" }, "visibility": { "type": "string", "description": "The bot visibility", "enum": [ "private", "protected", "public" ] } }, "required": [ "PCID", "botId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "skillsetId": { "type": "string", "description": "Skillset Id" }, "abilityId": { "type": "string", "description": "Ability Id" }, "blueprintId": { "type": "string", "description": "The ID of the blueprint" }, "botId": { "type": "string", "description": "The ID of the bot associated with the ability" }, "description": { "type": "string", "description": "The associated description" }, "fileId": { "type": "string", "description": "The ID of the file associated with the ability" }, "instruction": { "type": "string", "description": "The text to update the ability with" }, "meta": { "type": "object", "description": "Meta data information" }, "name": { "type": "string", "description": "The associated name" }, "secretId": { "type": "string", "description": "The ID of the secret associated with the ability" }, "spaceId": { "type": "string", "description": "The ID of the space associated with the ability" } }, "required": [ "PCID", "skillsetId", "abilityId" ]}