Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTMAN_API_KEY | Yes | Postman API Key (format: PMAK-xxxxx-xxxxx). Get from Postman Account Settings. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_collections | List all Postman collections |
| get_collection | Get details of a specific Postman collection by ID |
| create_request | Create a new API request in a Postman collection |
| update_request | Update an existing API request in a Postman collection |
| delete_request | Delete an API request from a Postman collection |
| create_collection | Create a new Postman collection |
| create_folder | Create a new folder in a Postman collection |
| sync_from_controller | Auto-migrate API endpoint from .NET controller code to Postman |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |