/responsiveio | Type: Application | PCID required: Yes
Application MCP Servers
responsiveio
RFP response management
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RFP response management
/responsiveio | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
responsiveio_get_intake | Get a specific ResponsiveIO intake by intake ID |
responsiveio_get_project | Get a specific ResponsiveIO project by project ID |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
intakeId | string | Yes | — | Intake ID of the ResponsiveIO intake to retrieve |
Show inputSchema
{
"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"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
projectId | string | Yes | — | Project ID of the ResponsiveIO project to retrieve |
Show inputSchema
{
"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"
]
}
