create_postman_collection
Create a Postman collection from a project directory by specifying a JSON file path, project name, and description. Generates the collection for API testing and documentation.
Instructions
Create a Postman collection from a directory structure. Extension of the file must be .json
Args:
file_path: The path to the file to create the Postman collection from (string)
name: The name of the project (string)
description: The description of the project (string)
Returns:
The initial Postman collection in JSON format (string)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| name | Yes | ||
| description | Yes |