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 |
0 commit comments