diff --git a/docs/en/how-to/invoke_tool.md b/docs/en/how-to/invoke_tool.md index c144be96c6..7448de13fa 100644 --- a/docs/en/how-to/invoke_tool.md +++ b/docs/en/how-to/invoke_tool.md @@ -13,12 +13,12 @@ The `invoke` command allows you to invoke tools defined in your configuration di {{< notice tip >}} **Keep configurations minimal:** The `invoke` command initializes *all* resources (sources, tools, etc.) defined in your configuration files during execution. To ensure fast response times, consider using a minimal configuration file containing only the tools you need for the specific invocation. -{{< notice tip >}} +{{< /notice >}} -## Prerequisites +## Before you begin -- You have the `toolbox` binary installed or built. -- You have a valid tool configuration file (e.g., `tools.yaml`). +1. Make sure you have the `toolbox` binary installed or built. +2. Make sure you have a valid tool configuration file (e.g., `tools.yaml`). ## Basic Usage diff --git a/docs/en/reference/prebuilt-tools.md b/docs/en/reference/prebuilt-tools.md index bf7013f902..d8a2e806b3 100644 --- a/docs/en/reference/prebuilt-tools.md +++ b/docs/en/reference/prebuilt-tools.md @@ -414,10 +414,10 @@ See [Usage Examples](../reference/cli.md#examples). entries. * **Dataplex Editor** (`roles/dataplex.editor`) to modify entries. * **Tools:** - * `dataplex_search_entries`: Searches for entries in Dataplex Catalog. - * `dataplex_lookup_entry`: Retrieves a specific entry from Dataplex + * `search_entries`: Searches for entries in Dataplex Catalog. + * `lookup_entry`: Retrieves a specific entry from Dataplex Catalog. - * `dataplex_search_aspect_types`: Finds aspect types relevant to the + * `search_aspect_types`: Finds aspect types relevant to the query. ## Firestore