Skip to content

Commit 85e0bd7

Browse files
committed
docs(tools): add manual descriptions to google_books and table
1 parent c1dea0e commit 85e0bd7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ 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
/>
1212

13+
{/* MANUAL-CONTENT-START:intro */}
14+
[Google Books](https://books.google.com) is Google's comprehensive book discovery and metadata service, providing access to millions of books from publishers, libraries, and digitized collections worldwide. The Google Books API enables programmatic search and retrieval of detailed book information including titles, authors, descriptions, ratings, and publication details.
15+
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+
{/* MANUAL-CONTENT-END */}
18+
1319
## Usage Instructions
1420

1521
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/table.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ description: User-defined data tables for storing and querying structured data
55

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

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="table"
1010
color="#10B981"
1111
/>
1212

13+
{/* MANUAL-CONTENT-START:intro */}
1314
Tables allow you to create and manage custom data tables directly within Sim. Store, query, and manipulate structured data within your workflows without needing external database integrations.
1415

1516
**Why Use Tables?**
@@ -26,6 +27,7 @@ Tables allow you to create and manage custom data tables directly within Sim. St
2627
- Batch operations for bulk inserts
2728
- Bulk updates and deletes by filter
2829
- Up to 10,000 rows per table, 100 tables per workspace
30+
{/* MANUAL-CONTENT-END */}
2931

3032
## Creating Tables
3133

0 commit comments

Comments
 (0)