read_postman_collection
Parse Postman collection files to retrieve structured API endpoint data for testing and documentation.
Instructions
Read the Postman collection
Args:
file_path: The path to the Postman collection file (string)
Returns:
The Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |