Skip to main content
Glama

postman-mcp-server

by delano

add_api_collection

Add or generate API collections in Postman by specifying the API ID, operation type, and collection data for enhanced API management and testing workflows.

Instructions

Add a collection to an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
dataNoCollection data based on operation type
operationTypeYesType of collection operation

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "data": { "description": "Collection data based on operation type", "type": "object" }, "operationType": { "description": "Type of collection operation", "enum": [ "COPY_COLLECTION", "CREATE_NEW", "GENERATE_FROM_SCHEMA" ], "type": "string" } }, "required": [ "apiId", "operationType" ], "type": "object" }
Install Server

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