Skip to main content

Spec Gap Checklist

Snapshot Catalog Entry

This page is generated from broker tools/list snapshot data.

POSTghl.spec_gap_checklist

Return a checklist of recommended validation steps before shipping changes.

Request Body

{
"jsonrpc": "2.0",
"id": "ghl-spec-gap-checklist-example",
"method": "tools/call",
"params": {
"name": "ghl.spec_gap_checklist",
"arguments": {
"locationId": "locationId_123",
"contactId": "contactId_123",
"conversationId": "conversationId_123",
"pipelineId": "pipelineId_123",
"pipelineStageId": "pipelineStageId_123"
}
}
}

Arguments Schema

{
"type": "object",
"properties": {
"locationId": {
"type": "string"
},
"contactId": {
"type": "string"
},
"conversationId": {
"type": "string"
},
"pipelineId": {
"type": "string"
},
"pipelineStageId": {
"type": "string"
}
},
"additionalProperties": false
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "ghl-spec-gap-checklist-example",
"method": "tools/call",
"params": {
"name": "ghl.spec_gap_checklist",
"arguments": {
"locationId": "locationId_123",
"contactId": "contactId_123",
"conversationId": "conversationId_123",
"pipelineId": "pipelineId_123",
"pipelineStageId": "pipelineStageId_123"
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool ghl.spec_gap_checklist executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}