diff --git a/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts b/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts index fd4df0787b..b37658e8d9 100644 --- a/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts +++ b/plugins/catalog-backend/src/actions/createGetCatalogModelDescriptionAction.ts @@ -42,7 +42,7 @@ export const createGetCatalogModelDescriptionAction = ({ name: 'get-catalog-model-description', title: 'Get a Catalog Model Description', description: - 'Returns a markdown formatted description of the current catalog model, including all registered entity kinds, their spec fields, and available relations.', + 'Returns a markdown formatted description of the current catalog model, including all registered entity kinds, annotations, labels, tags, and relations.', attributes: { destructive: false, readOnly: true,