postman-mcp-server

resolve_comment_thread

Resolve comment threads and associated replies in Postman by specifying the thread ID. Simplifies collaboration and enhances workflow clarity.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd