Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Server path: /responsiveio | Type: Application | PCID required: Yes
| Tool | Description |
|---|
responsiveio_get_project | Get a specific ResponsiveIO project by project ID |
responsiveio_get_intake | Get a specific ResponsiveIO intake by intake ID |
responsiveio_get_project
Get a specific ResponsiveIO project by project ID
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
projectId | string | Yes | — | Project ID of the ResponsiveIO project to retrieve |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "The PinkConnect ID for authentication"
},
"projectId": {
"type": "string",
"description": "Project ID of the ResponsiveIO project to retrieve"
}
},
"required": [
"PCID",
"projectId"
]
}
responsiveio_get_intake
Get a specific ResponsiveIO intake by intake ID
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
intakeId | string | Yes | — | Intake ID of the ResponsiveIO intake to retrieve |
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "The PinkConnect ID for authentication"
},
"intakeId": {
"type": "string",
"description": "Intake ID of the ResponsiveIO intake to retrieve"
}
},
"required": [
"PCID",
"intakeId"
]
}