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.
-
Ask your assistant:
Using the Postman MCP tools, list every request in my Movies API collection along with their methods and URLs.
-
Confirm the response matches the requests you built in Module 1: list, get one, create, update, and delete for animated movies.
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.
-
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.
-
Confirm you get back a
200response with a list of movies.