Skip to main content
Question

MCP write tools not working

  • February 1, 2026
  • 0 replies
  • 6 views

Hi

I tried to use the PD MCP in VSCODE for auto create Schedule Overides but I’m always getting the error: “Sorry, no response was returned.”

 

My MCP config is below:

"io.github.PagerDuty/pagerduty-mcp": {

"type": "stdio",

"command": "uvx",

"args": [

"pagerduty-mcp==0.2.1",

"--enable-write-tools"

],

 

“Get” operations are working fine.

 

My request is:

 

schedule_id: "P76S19G"
override_request: {
  "start": "2026-02-08T18:00:00+02:00",
  "end": "2026-02-09T08:00:00+02:00",
  "user": {
    "id": "PNBBMSL",
    "type": "user_reference"
  },
  "time_zone": "Asia/Jerusalem"
}

 

will appreciate any help here