Skip to main content
Glama

postman-mcp-server

by delano

get_api_comments

Retrieve and manage API comments using the specified API ID, with options for pagination and result limits, integrated with Postman workflows.

Instructions

Get comments for an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
cursorNoPagination cursor
limitNoMaximum number of results

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "limit": { "description": "Maximum number of results", "type": "number" } }, "required": [ "apiId" ], "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