Skip to main content
Glama
sondang91

Postman MCP Server

by sondang91

create_request

Create new API requests in Postman collections by specifying method, URL, headers, and body to organize and document API endpoints.

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. If provided, request will be created in this folder.
folderNameNoOptional: Folder name to organize requests. Will auto-find folderId. Takes precedence over folderId if both provided.

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