You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
16
16
In Sim, the Google BigQuery integration allows your agents to query datasets, list tables, inspect schemas, and insert rows as part of automated workflows. This enables use cases such as automated reporting, data pipeline orchestration, real-time data ingestion, and analytics-driven decision making. By connecting Sim with BigQuery, your agents can pull insights from petabytes of data, write results back to tables, and keep your analytics workflows running without manual intervention.
17
17
{/* MANUAL-CONTENT-END */}
18
18
19
+
19
20
## Usage Instructions
20
21
21
22
Connect to Google BigQuery to run SQL queries, list datasets and tables, get table metadata, and insert rows.
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
16
16
In Sim, the Google Books integration allows your agents to search for books and retrieve volume details as part of automated workflows. This enables use cases such as content research, reading list curation, bibliographic data enrichment, ISBN lookups, and knowledge gathering from published works. By connecting Sim with Google Books, your agents can discover and analyze book metadata, filter by availability or format, and incorporate literary references into their outputs—all without manual research.
17
17
{/* MANUAL-CONTENT-END */}
18
18
19
+
19
20
## Usage Instructions
20
21
21
22
Search for books using the Google Books API. Find volumes by title, author, ISBN, or keywords, and retrieve detailed information about specific books including descriptions, ratings, and publication details.
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
16
16
In Sim, the Google Tasks integration allows your agents to create, read, update, delete, and list tasks and task lists as part of automated workflows. This enables use cases such as automated task creation from incoming data, to-do list management based on workflow triggers, task status tracking, and deadline monitoring. By connecting Sim with Google Tasks, your agents can manage action items programmatically, keep teams organized, and ensure nothing falls through the cracks.
17
17
{/* MANUAL-CONTENT-END */}
18
18
19
+
19
20
## Usage Instructions
20
21
21
22
Integrate Google Tasks into your workflow. Create, read, update, delete, and list tasks and task lists.
@@ -81,7 +82,24 @@ List all tasks in a Google Tasks list
81
82
82
83
| Parameter | Type | Description |
83
84
| --------- | ---- | ----------- |
84
-
|`tasks`| json | Array of tasks with id, title, notes, status, due, updated, and more |
85
+
|`tasks`| array | List of tasks |
86
+
| ↳ `id`| string | Task identifier |
87
+
| ↳ `title`| string | Title of the task |
88
+
| ↳ `notes`| string | Notes/description for the task |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/google_translate.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#E0E0E0"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Google Translate](https://translate.google.com/) is Google's powerful translation service, supporting over 100 languages for text, documents, and websites. Backed by advanced neural machine translation, Google Translate delivers fast and accurate translations for a wide range of use cases, from casual communication to professional workflows.
15
+
16
+
In Sim, the Google Translate integration allows your agents to translate text and detect languages as part of automated workflows. Agents can translate content between languages, auto-detect source languages, and process multilingual data—all without manual intervention. By connecting Sim with Google Cloud Translation, you can build intelligent workflows that handle localization, multilingual support, content translation, and language detection at scale.
17
+
{/* MANUAL-CONTENT-END */}
18
+
19
+
13
20
## Usage Instructions
14
21
15
22
Translate and detect languages using the Google Cloud Translation API. Supports auto-detection of the source language.
0 commit comments