Describe Agent Settings Tool
describe_agent_settingsDescribe the nested agent settings you can pass to create_agent / update_agent:
composition_parameters (how the clip is rendered — zoom/pan/b-roll/captions,
transition, and logo watermark) and caption_style_overrides (fine-grained
caption styling layered on top of the chosen caption_preset).
Returns, for each setting, the list of fields with their type, allowed
values (for enums), min/max bounds, unit, default (composition only),
and a human description. Call this BEFORE setting either object so you use real
field names and valid values.
Notes:
Both objects are closed sets: a key that isn't a real setting, or a value out of range, is rejected (so you get feedback instead of a silently-ignored typo).
caption_style_overrides.fieldsare the fully-documented style fields;caption_style_overrides.additional_fieldsare extra renderer-honored keys that are also accepted but without rich type docs here. Caption fields have no standalone default — an omitted field keeps the caption_preset's value.colorfields take any CSS color string.The logo image itself is set via the logo-upload tools, not as a field here;
composition_parametersonly controls whether/where the logo is shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||