Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Postman concepts and MCP tool guidance. Loaded when working with Postman MCP tools to make better decisions about tool selection and workarounds.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -22% | 0% |
Core Postman concepts and MCP tool guidance for making better decisions when working with Postman APIs.
| Goal | Approach | |------|----------| | Push code changes to Postman | Spec Hub + sync (createSpec -> syncCollectionWithSpec) | | Consume a Postman API in code | Read collection + codegen (getCollection -> generate client) | | Find an API | Search private network (searchPostmanElementsInPrivateNetwork) or user's workspace (getWorkspaces + getCollections) or public network (searchPostmanElementsInPublicNetwork) | | Test an API | Run collection (runCollection with environment) | | Fake an API for frontend | Mock server (createMock from collection with examples) | | Document an API | Analyze collection completeness, fill gaps, improve descriptions | | Secure an API | Audit spec and collection against OWASP API Top 10 |
getWorkspaces -- List all accessible workspacesgetCollections -- List collections in a workspacegetCollection -- Get full collection detail (always use full model)getCollectionFolder -- Get folder contentsgetCollectionRequest -- Get request details (method, URL, body, params)getCollectionResponse -- Get saved example responsesgetEnvironment / getEnvironments -- Get environment variablesgetSpecDefinition -- Get the full OpenAPI/AsyncAPI specgetAllSpecs -- List all specs in a workspacecreateCollection -- Create new collection (cannot nest folders, use decomposed approach)createCollectionFolder -- Create folder in collectioncreateCollectionRequest -- Create request in collection or foldercreateCollectionResponse -- Save example responsecreateEnvironment -- Create environment with variablescreateSpec -- Upload OpenAPI spec to Spec HubupdateSpecFile -- Update an existing specupdateCollectionRequest -- Modify request detailscreateMock -- Create mock server from collectionsyncCollectionWithSpec -- Update collection from spec (async, OpenAPI 3.0 only)syncSpecWithCollection -- Update spec from collection changesgenerateCollection -- Generate collection from spec (async)runCollection -- Execute collection testssearchPostmanElementsInPrivateNetwork -- Search private/org APIs (default)searchPostmanElementsInPublicNetwork -- Search public Postman networkgetTaggedEntities -- Find by tagFor detailed limitations and workarounds, see the companion file mcp-limitations.md.
Other measured skills in the registry, with their headline benchmark lift.