Skip to main content
Glama

postman-mcp-server

by delano

update_api_comment

Modify existing API comments in Postman by updating the content for a specific API and comment ID, ensuring clarity and relevance in your API documentation.

Instructions

Update an existing API comment (max 10,000 characters)

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
commentIdYesComment ID
contentYesUpdated comment text (max 10,000 characters)

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "commentId": { "description": "Comment ID", "type": "number" }, "content": { "description": "Updated comment text (max 10,000 characters)", "type": "string" } }, "required": [ "apiId", "commentId", "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