Skip to main content
Glama

Describe Agent Settings Tool

describe_agent_settings
Read-only

Describe 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.fields are the fully-documented style fields; caption_style_overrides.additional_fields are 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. color fields take any CSS color string.

  • The logo image itself is set via the logo-upload tools, not as a field here; composition_parameters only controls whether/where the logo is shown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnlyHint annotation, the description discloses important behavior: both objects are closed sets with rejection of invalid keys/values, caption fields have no standalone default, color fields accept any CSS color string, and the logo image is set through separate logo-upload tools. This is rich behavioral context that an agent could not infer from annotations alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: purpose, return contents, usage directive, then bulleted notes. Every sentence adds value, and the critical 'call this BEFORE' guidance is front-loaded before the detailed notes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no parameters and no output schema, this description is the sole documentation for the tool. It fully covers what is returned, when to call it, validation behavior, defaulting semantics, color format, and the related logo workflow, so an agent has everything it needs to invoke and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has no parameters, so the schema contributes nothing and the baseline is 4. The description compensates by explaining the semantics of the objects and fields it returns, including defaults and accepted value ranges, even though these are output concepts rather than call parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action—describing the nested agent settings for create_agent / update_agent—and names the two setting objects, composition_parameters and caption_style_overrides. It also lists exactly what is returned (fields, types, enums, bounds, defaults, descriptions), clearly distinguishing this reference tool from the sibling create/update tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly tells the agent to call this tool BEFORE setting either object so it uses real field names and valid values, which is strong usage guidance. It does not mention alternatives or exclusions, but none are needed for a zero-parameter introspection tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources