postman-mcp-server

resolve_comment_thread

Resolves a comment and any associated replies

Input Schema

NameRequiredDescriptionDefault
threadIdYesThe comment thread ID

Input Schema (JSON Schema)

{ "properties": { "threadId": { "description": "The comment thread ID", "type": "string" } }, "required": [ "threadId" ], "type": "object" }

You must be authenticated.

Other Tools