Skip to main content
Glama

postman-mcp-server

by delano

create_api_comment

Add comments to APIs in Postman by specifying API ID and content. Supports replies via thread ID and accommodates up to 10,000 characters for detailed feedback.

Instructions

Create a new comment on an API (max 10,000 characters)

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
contentYesComment text (max 10,000 characters)
threadIdNoThread ID for replies

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "content": { "description": "Comment text (max 10,000 characters)", "type": "string" }, "threadId": { "description": "Thread ID for replies", "type": "number" } }, "required": [ "apiId", "content" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server