format_format_duration
Format seconds into a human-readable duration string like '1h 1m 1s', with verbose option for full-word output.
Instructions
[format] Format seconds as a human string: 3661 → '1h 1m 1s'. verbose=true for full words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |