Get parameter
get_parameterReturn the full record for a single parameter (canonical name or alias).
Args:
name: Parameter name with or without leading ``--`` (e.g. ``ar``,
``--ar``, ``aspect``). Case-insensitive.
Returns:
The parameter dict. Not-found is an ``isError`` result — surface it
rather than fabricating a param.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Parameter name with or without --, e.g. ar, --ar, aspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||