description property

String? description
getter/setter pair

The description of the tool.

If not provided, the description of the tool will be derived from the OpenAPI schema, from operation.description or operation.summary.

Optional.

Implementation

core.String? description;