Skip to content

Commit b8f36cb

Browse files
committed
docs: update google integration docs
1 parent 00fc76e commit b8f36cb

File tree

4 files changed

+37
-6
lines changed

4 files changed

+37
-6
lines changed

apps/docs/content/docs/en/tools/google_bigquery.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Query, list, and insert data in Google BigQuery
55

66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="google_bigquery"
1010
color="#E0E0E0"
1111
/>
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1616
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.
1717
{/* MANUAL-CONTENT-END */}
1818

19+
1920
## Usage Instructions
2021

2122
Connect to Google BigQuery to run SQL queries, list datasets and tables, get table metadata, and insert rows.

apps/docs/content/docs/en/tools/google_books.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Search and retrieve book information
55

66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="google_books"
1010
color="#E0E0E0"
1111
/>
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1616
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.
1717
{/* MANUAL-CONTENT-END */}
1818

19+
1920
## Usage Instructions
2021

2122
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.

apps/docs/content/docs/en/tools/google_tasks.mdx

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Manage Google Tasks
55

66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="google_tasks"
1010
color="#E0E0E0"
1111
/>
@@ -16,6 +16,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1616
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.
1717
{/* MANUAL-CONTENT-END */}
1818

19+
1920
## Usage Instructions
2021

2122
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
8182

8283
| Parameter | Type | Description |
8384
| --------- | ---- | ----------- |
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 |
89+
|`status` | string | Task status: "needsAction" or "completed" |
90+
|`due` | string | Due date \(RFC 3339 timestamp\) |
91+
|`completed` | string | Completion date \(RFC 3339 timestamp\) |
92+
|`updated` | string | Last modification time \(RFC 3339 timestamp\) |
93+
|`selfLink` | string | URL pointing to this task |
94+
|`webViewLink` | string | Link to task in Google Tasks UI |
95+
|`parent` | string | Parent task identifier |
96+
|`position` | string | Position among sibling tasks \(string-based ordering\) |
97+
|`hidden` | boolean | Whether the task is hidden |
98+
|`deleted` | boolean | Whether the task is deleted |
99+
|`links` | array | Collection of links associated with the task |
100+
|`type` | string | Link type \(e.g., "email", "generic", "chat_message"\) |
101+
|`description` | string | Link description |
102+
|`link` | string | The URL |
85103
| `nextPageToken` | string | Token for retrieving the next page of results |
86104

87105
### `google_tasks_get`
@@ -170,14 +188,18 @@ Retrieve all task lists for the authenticated user
170188

171189
| Parameter | Type | Required | Description |
172190
| --------- | ---- | -------- | ----------- |
173-
| `maxResults` | number | No | Maximum number of task lists to return \(default 1000, max 1000\) |
191+
| `maxResults` | number | No | Maximum number of task lists to return \(default 20, max 100\) |
174192
| `pageToken` | string | No | Token for pagination |
175193

176194
#### Output
177195

178196
| Parameter | Type | Description |
179197
| --------- | ---- | ----------- |
180-
| `taskLists` | json | Array of task lists with id, title, updated, and selfLink |
198+
| `taskLists` | array | List of task lists |
199+
|`id` | string | Task list identifier |
200+
|`title` | string | Title of the task list |
201+
|`updated` | string | Last modification time \(RFC 3339 timestamp\) |
202+
|`selfLink` | string | URL pointing to this task list |
181203
| `nextPageToken` | string | Token for retrieving the next page of results |
182204

183205

apps/docs/content/docs/en/tools/google_translate.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1010
color="#E0E0E0"
1111
/>
1212

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+
1320
## Usage Instructions
1421

1522
Translate and detect languages using the Google Cloud Translation API. Supports auto-detection of the source language.

0 commit comments

Comments
 (0)