Skip to main content
Glama
sondang91

Postman MCP Server

by sondang91

create_request

Add a new API request to a Postman collection by specifying method, URL, headers, and body for testing and documentation.

Instructions

Create a new API request in a Postman collection

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionIdYesPostman collection ID (UID) where to add the request
nameYesRequest name (e.g., 'Get User by ID')
methodYesHTTP method
urlYesFull URL or path (e.g., 'https://api.example.com/users/{id}' or '/api/v1/users/{id}')
headersNoHTTP headers as key-value pairs
bodyNoRequest body (for POST/PUT/PATCH)
descriptionNoRequest description/documentation
folderIdNoOptional: Folder ID to organize requests

Latest Blog Posts

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/sondang91/postman-mcp-server'

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