> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-gateway/5/iagctl/describe-decorator/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # iagctl describe decorator Display details about a decorator. The `iagctl describe decorator` command displays all information about a specific decorator in the gateway data store. For more information on decorators, see [Validate and limit service inputs with decorators](../using-decorators). ## Syntax ```bash iagctl describe decorator [flags] ``` ## Examples The following example displays details about a decorator called `my-decorator`: ```bash iagctl describe decorator my-decorator ``` ## Options ```bash -h, --help Help for decorator ``` ## Options inherited from parent commands ```bash --profile string Specify the client profile to use (case-insensitive, defaults to [client] section) --config string Path to the configuration file --raw Display the result of the command in raw format --verbose Enable verbose output ```