Your progress is saved locally. to save it permanently.

0 of 2 steps0%
1

Read the Movies API Collection

Before asking your assistant to act on anything, confirm it can actually see your collection's contents through MCP — this read-only check is what everyday API context-awareness looks like in practice.

  1. Ask your assistant:

    Using the Postman MCP tools, list every request in my Movies API collection along with their methods and URLs.

  2. Confirm the response matches the requests you built in Module 1: list, get one, create, update, and delete for animated movies.

2

Execute a Movies Endpoint via MCP

The Movies API is publicly hosted, so either the remote or local MCP server can reach it — no need to run anything locally.

  1. Ask your assistant:

    Using the Postman MCP tools, run the GET request for the animated movies list in my Movies API collection and show me the response.

  2. Confirm you get back a 200 response with a list of movies.