What is the difference between tools and resources in the context of APIs?


In this part, it is written that API responses are resources. We all know that API calling is part of a tool. So what’s the fundamental difference between tools and resources here? Thanks.

Maybe consider it like this (in broad terms):
Resources = Data
Tools = Methods to access the data.

1 Like