Save Default Settings
postnitro_set_defaultsSave default templateId, brandId, presetId, and responseType so you don't have to provide them every time.
These defaults persist across sessions. Any generate/import tool will automatically use them when those parameters are not explicitly provided.
Typical first-time setup workflow:
Call postnitro_list_templates → pick a template
Call postnitro_list_brands → pick a brand
Call postnitro_list_ai_presets → pick a preset
Call postnitro_set_defaults with the chosen IDs
From now on, just call generate/import without specifying IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Default brand ID (get from postnitro_list_brands) | |
| presetId | No | Default AI preset ID (get from postnitro_list_ai_presets) | |
| templateId | No | Default template ID (get from postnitro_list_templates) | |
| responseType | No | Default output format. 'DESIGN' creates the design with no rendered file (fastest); 'PDF'/'PNG' return a rendered file. 'MP4' cannot be saved as a default because it only applies to video posts — pass it per call on the video tools instead (a saved 'PDF'/'PNG' default is treated as 'DESIGN' there). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Confirmation message | |
| success | Yes | ||
| defaults | Yes | Every default now stored, merged with previously saved values |