universal-mcp-applications 0.1.17__py3-none-any.whl → 0.1.33__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of universal-mcp-applications might be problematic. Click here for more details.
- universal_mcp/applications/BEST_PRACTICES.md +166 -0
- universal_mcp/applications/ahrefs/README.md +3 -3
- universal_mcp/applications/airtable/README.md +3 -3
- universal_mcp/applications/airtable/app.py +0 -1
- universal_mcp/applications/apollo/app.py +0 -1
- universal_mcp/applications/asana/README.md +3 -3
- universal_mcp/applications/aws_s3/README.md +29 -0
- universal_mcp/applications/aws_s3/app.py +40 -39
- universal_mcp/applications/bill/README.md +249 -0
- universal_mcp/applications/browser_use/README.md +1 -0
- universal_mcp/applications/browser_use/__init__.py +0 -0
- universal_mcp/applications/browser_use/app.py +71 -0
- universal_mcp/applications/calendly/README.md +45 -45
- universal_mcp/applications/calendly/app.py +125 -125
- universal_mcp/applications/canva/README.md +35 -35
- universal_mcp/applications/canva/app.py +95 -99
- universal_mcp/applications/clickup/README.md +4 -4
- universal_mcp/applications/confluence/app.py +0 -1
- universal_mcp/applications/contentful/README.md +1 -2
- universal_mcp/applications/contentful/app.py +4 -5
- universal_mcp/applications/crustdata/README.md +3 -3
- universal_mcp/applications/domain_checker/README.md +2 -2
- universal_mcp/applications/domain_checker/app.py +11 -15
- universal_mcp/applications/e2b/README.md +4 -4
- universal_mcp/applications/e2b/app.py +4 -4
- universal_mcp/applications/elevenlabs/README.md +3 -77
- universal_mcp/applications/elevenlabs/app.py +18 -15
- universal_mcp/applications/exa/README.md +7 -7
- universal_mcp/applications/exa/app.py +17 -17
- universal_mcp/applications/falai/README.md +13 -12
- universal_mcp/applications/falai/app.py +34 -35
- universal_mcp/applications/figma/README.md +3 -3
- universal_mcp/applications/file_system/README.md +13 -0
- universal_mcp/applications/file_system/app.py +9 -9
- universal_mcp/applications/firecrawl/README.md +9 -9
- universal_mcp/applications/firecrawl/app.py +46 -46
- universal_mcp/applications/fireflies/README.md +14 -14
- universal_mcp/applications/fireflies/app.py +164 -57
- universal_mcp/applications/fpl/README.md +12 -12
- universal_mcp/applications/fpl/app.py +54 -55
- universal_mcp/applications/ghost_content/app.py +0 -1
- universal_mcp/applications/github/README.md +10 -10
- universal_mcp/applications/github/app.py +50 -52
- universal_mcp/applications/google_calendar/README.md +10 -10
- universal_mcp/applications/google_calendar/app.py +50 -49
- universal_mcp/applications/google_docs/README.md +14 -14
- universal_mcp/applications/google_docs/app.py +307 -233
- universal_mcp/applications/google_drive/README.md +54 -57
- universal_mcp/applications/google_drive/app.py +270 -261
- universal_mcp/applications/google_gemini/README.md +3 -14
- universal_mcp/applications/google_gemini/app.py +15 -18
- universal_mcp/applications/google_mail/README.md +20 -20
- universal_mcp/applications/google_mail/app.py +110 -109
- universal_mcp/applications/google_searchconsole/README.md +10 -10
- universal_mcp/applications/google_searchconsole/app.py +37 -37
- universal_mcp/applications/google_sheet/README.md +25 -25
- universal_mcp/applications/google_sheet/app.py +270 -266
- universal_mcp/applications/hashnode/README.md +6 -3
- universal_mcp/applications/hashnode/app.py +174 -25
- universal_mcp/applications/http_tools/README.md +5 -5
- universal_mcp/applications/http_tools/app.py +10 -11
- universal_mcp/applications/hubspot/api_segments/__init__.py +0 -0
- universal_mcp/applications/hubspot/api_segments/api_segment_base.py +54 -0
- universal_mcp/applications/hubspot/api_segments/crm_api.py +7337 -0
- universal_mcp/applications/hubspot/api_segments/marketing_api.py +1467 -0
- universal_mcp/applications/hubspot/app.py +2 -15
- universal_mcp/applications/jira/app.py +0 -1
- universal_mcp/applications/klaviyo/README.md +0 -36
- universal_mcp/applications/linkedin/README.md +18 -4
- universal_mcp/applications/linkedin/app.py +763 -162
- universal_mcp/applications/mailchimp/README.md +3 -3
- universal_mcp/applications/markitdown/app.py +10 -5
- universal_mcp/applications/ms_teams/README.md +31 -31
- universal_mcp/applications/ms_teams/app.py +151 -151
- universal_mcp/applications/neon/README.md +3 -3
- universal_mcp/applications/onedrive/README.md +24 -0
- universal_mcp/applications/onedrive/__init__.py +1 -0
- universal_mcp/applications/onedrive/app.py +338 -0
- universal_mcp/applications/openai/README.md +18 -17
- universal_mcp/applications/openai/app.py +40 -39
- universal_mcp/applications/outlook/README.md +9 -9
- universal_mcp/applications/outlook/app.py +307 -225
- universal_mcp/applications/perplexity/README.md +4 -4
- universal_mcp/applications/perplexity/app.py +4 -4
- universal_mcp/applications/posthog/README.md +128 -127
- universal_mcp/applications/reddit/README.md +21 -124
- universal_mcp/applications/reddit/app.py +51 -68
- universal_mcp/applications/resend/README.md +29 -29
- universal_mcp/applications/resend/app.py +116 -117
- universal_mcp/applications/rocketlane/app.py +0 -1
- universal_mcp/applications/scraper/README.md +7 -4
- universal_mcp/applications/scraper/__init__.py +1 -1
- universal_mcp/applications/scraper/app.py +341 -103
- universal_mcp/applications/semrush/README.md +3 -0
- universal_mcp/applications/serpapi/README.md +3 -3
- universal_mcp/applications/serpapi/app.py +14 -14
- universal_mcp/applications/sharepoint/README.md +19 -0
- universal_mcp/applications/sharepoint/app.py +285 -173
- universal_mcp/applications/shopify/app.py +0 -1
- universal_mcp/applications/shortcut/README.md +3 -3
- universal_mcp/applications/slack/README.md +23 -0
- universal_mcp/applications/slack/app.py +79 -48
- universal_mcp/applications/spotify/README.md +3 -3
- universal_mcp/applications/supabase/README.md +3 -3
- universal_mcp/applications/tavily/README.md +4 -4
- universal_mcp/applications/tavily/app.py +4 -4
- universal_mcp/applications/twilio/README.md +15 -0
- universal_mcp/applications/twitter/README.md +92 -89
- universal_mcp/applications/twitter/api_segments/compliance_api.py +13 -15
- universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +20 -20
- universal_mcp/applications/twitter/api_segments/dm_events_api.py +12 -12
- universal_mcp/applications/twitter/api_segments/likes_api.py +12 -12
- universal_mcp/applications/twitter/api_segments/lists_api.py +37 -39
- universal_mcp/applications/twitter/api_segments/spaces_api.py +24 -24
- universal_mcp/applications/twitter/api_segments/trends_api.py +4 -4
- universal_mcp/applications/twitter/api_segments/tweets_api.py +105 -105
- universal_mcp/applications/twitter/api_segments/usage_api.py +4 -4
- universal_mcp/applications/twitter/api_segments/users_api.py +136 -136
- universal_mcp/applications/twitter/app.py +15 -11
- universal_mcp/applications/whatsapp/README.md +12 -12
- universal_mcp/applications/whatsapp/app.py +66 -67
- universal_mcp/applications/whatsapp/audio.py +39 -35
- universal_mcp/applications/whatsapp/whatsapp.py +176 -154
- universal_mcp/applications/whatsapp_business/README.md +23 -23
- universal_mcp/applications/whatsapp_business/app.py +92 -92
- universal_mcp/applications/yahoo_finance/README.md +17 -0
- universal_mcp/applications/yahoo_finance/__init__.py +1 -0
- universal_mcp/applications/yahoo_finance/app.py +300 -0
- universal_mcp/applications/youtube/README.md +46 -46
- universal_mcp/applications/youtube/app.py +208 -195
- universal_mcp/applications/zenquotes/README.md +1 -1
- universal_mcp/applications/zenquotes/__init__.py +2 -0
- universal_mcp/applications/zenquotes/app.py +5 -5
- {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/METADATA +5 -90
- {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/RECORD +137 -128
- universal_mcp/applications/replicate/README.md +0 -18
- universal_mcp/applications/replicate/__init__.py +0 -1
- universal_mcp/applications/replicate/app.py +0 -493
- universal_mcp/applications/unipile/README.md +0 -28
- universal_mcp/applications/unipile/__init__.py +0 -1
- universal_mcp/applications/unipile/app.py +0 -827
- {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/WHEEL +0 -0
- {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/licenses/LICENSE +0 -0
|
@@ -16,15 +16,15 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
16
16
|
|
|
17
17
|
def delete_sitemap(self, siteUrl: str, feedpath: str) -> None:
|
|
18
18
|
"""
|
|
19
|
-
Deletes a sitemap from a
|
|
20
|
-
|
|
19
|
+
Deletes a specific sitemap from a Google Search Console property using its URL (`feedpath`). This function is distinct from `delete_site`, which removes the entire site property, not just a single sitemap file. It issues an HTTP DELETE request to the specified API endpoint.
|
|
20
|
+
|
|
21
21
|
Args:
|
|
22
22
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
23
23
|
feedpath (str): The URL of the sitemap to delete. Example: 'http://www.example.com/sitemap.xml'.
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
Returns:
|
|
26
26
|
None: If the request is successful.
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
Tags:
|
|
29
29
|
sitemap_management
|
|
30
30
|
"""
|
|
@@ -38,15 +38,15 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
38
38
|
|
|
39
39
|
def get_sitemap(self, siteUrl: str, feedpath: str) -> dict[str, Any]:
|
|
40
40
|
"""
|
|
41
|
-
Retrieves detailed information for a single
|
|
42
|
-
|
|
41
|
+
Retrieves detailed information for a single sitemap from a specified Google Search Console property. Unlike `list_sitemaps` which fetches all sitemaps, this function targets one sitemap by its URL (`feedpath`) to return its resource details, including status and last processed date.
|
|
42
|
+
|
|
43
43
|
Args:
|
|
44
44
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
45
45
|
feedpath (str): The URL of the sitemap to retrieve. Example: 'http://www.example.com/sitemap.xml'.
|
|
46
|
-
|
|
46
|
+
|
|
47
47
|
Returns:
|
|
48
48
|
Dict[str, Any]: Sitemap resource.
|
|
49
|
-
|
|
49
|
+
|
|
50
50
|
Tags:
|
|
51
51
|
sitemap_management
|
|
52
52
|
"""
|
|
@@ -62,16 +62,16 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
62
62
|
self, siteUrl: str, sitemapIndex: str | None = None
|
|
63
63
|
) -> dict[str, Any]:
|
|
64
64
|
"""
|
|
65
|
-
Retrieves a list of sitemaps
|
|
66
|
-
|
|
65
|
+
Retrieves a list of sitemaps for a specific site property. It can optionally list sitemaps contained within a specified sitemap index file. This function contrasts with `get_sitemap`, which fetches details for only a single, specified sitemap rather than a collection.
|
|
66
|
+
|
|
67
67
|
Args:
|
|
68
68
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
69
69
|
sitemapIndex (Optional[str]): The URL of the sitemap index.
|
|
70
70
|
Example: 'http://www.example.com/sitemap_index.xml'.
|
|
71
|
-
|
|
71
|
+
|
|
72
72
|
Returns:
|
|
73
73
|
Dict[str, Any]: List of sitemap resources.
|
|
74
|
-
|
|
74
|
+
|
|
75
75
|
Tags:
|
|
76
76
|
sitemap_management, important
|
|
77
77
|
"""
|
|
@@ -88,15 +88,15 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
88
88
|
|
|
89
89
|
def submit_sitemap(self, siteUrl: str, feedpath: str) -> None:
|
|
90
90
|
"""
|
|
91
|
-
Submits a sitemap to a specified Google Search Console
|
|
92
|
-
|
|
91
|
+
Submits a sitemap to a specified Google Search Console property using its URL (feedpath). It notifies Google to crawl the sitemap's location, complementing other sitemap management functions (`list_sitemaps`, `delete_sitemap`) by adding or updating a sitemap's registration for a given site.
|
|
92
|
+
|
|
93
93
|
Args:
|
|
94
94
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
95
95
|
feedpath (str): The URL of the sitemap to submit. Example: 'http://www.example.com/sitemap.xml'.
|
|
96
|
-
|
|
96
|
+
|
|
97
97
|
Returns:
|
|
98
98
|
None: If the request is successful.
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
Tags:
|
|
101
101
|
sitemap_management
|
|
102
102
|
"""
|
|
@@ -112,14 +112,14 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
112
112
|
|
|
113
113
|
def add_site(self, siteUrl: str) -> dict[str, Any]:
|
|
114
114
|
"""
|
|
115
|
-
Adds a site to the user's Google Search Console account
|
|
116
|
-
|
|
115
|
+
Adds a site property to the user's Google Search Console account using its URL. This action requires subsequent ownership verification. Unlike `list_sites`, which only retrieves existing properties, this function creates a new entry and returns the corresponding site resource upon successful creation.
|
|
116
|
+
|
|
117
117
|
Args:
|
|
118
118
|
siteUrl (str): The URL of the site to add. Example: 'http://www.example.com/'.
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
Returns:
|
|
121
121
|
Dict[str, Any]: Site resource upon successful addition.
|
|
122
|
-
|
|
122
|
+
|
|
123
123
|
Tags:
|
|
124
124
|
site_management, important
|
|
125
125
|
"""
|
|
@@ -134,14 +134,14 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
134
134
|
|
|
135
135
|
def delete_site(self, siteUrl: str) -> None:
|
|
136
136
|
"""
|
|
137
|
-
Removes a website property from the user's Google Search Console account using its URL.
|
|
138
|
-
|
|
137
|
+
Removes a website property from the user's Google Search Console account using its URL. Unlike `delete_sitemap`, which only targets a sitemap file, this function deletes the entire site property, revoking management access and removing it from the user's list of managed sites.
|
|
138
|
+
|
|
139
139
|
Args:
|
|
140
140
|
siteUrl (str): The URL of the site to delete. Example: 'http://www.example.com/'.
|
|
141
|
-
|
|
141
|
+
|
|
142
142
|
Returns:
|
|
143
143
|
None: If the request is successful.
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
Tags:
|
|
146
146
|
site_management
|
|
147
147
|
"""
|
|
@@ -152,14 +152,14 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
152
152
|
|
|
153
153
|
def get_site(self, siteUrl: str) -> dict[str, Any]:
|
|
154
154
|
"""
|
|
155
|
-
Retrieves
|
|
156
|
-
|
|
155
|
+
Retrieves detailed information for a specific site property from Google Search Console using its URL. Unlike `list_sites`, which fetches all properties associated with the user's account, this function targets and returns the resource for a single, known site.
|
|
156
|
+
|
|
157
157
|
Args:
|
|
158
158
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
159
|
-
|
|
159
|
+
|
|
160
160
|
Returns:
|
|
161
161
|
Dict[str, Any]: Site resource.
|
|
162
|
-
|
|
162
|
+
|
|
163
163
|
Tags:
|
|
164
164
|
site_management
|
|
165
165
|
"""
|
|
@@ -171,11 +171,11 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
171
171
|
|
|
172
172
|
def list_sites(self) -> dict[str, Any]:
|
|
173
173
|
"""
|
|
174
|
-
Retrieves
|
|
175
|
-
|
|
174
|
+
Retrieves all websites and domain properties the authenticated user manages in Google Search Console. While `get_site` fetches a single, specific property, this function returns a comprehensive list of all sites linked to the user's account, providing a complete overview of managed properties.
|
|
175
|
+
|
|
176
176
|
Returns:
|
|
177
177
|
Dict[str, Any]: List of site resources.
|
|
178
|
-
|
|
178
|
+
|
|
179
179
|
Tags:
|
|
180
180
|
site_management
|
|
181
181
|
"""
|
|
@@ -191,16 +191,16 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
191
191
|
) -> dict[str, Any]:
|
|
192
192
|
"""
|
|
193
193
|
Retrieves the Google Index status for a specified URL within a given Search Console property. This function queries the URL Inspection API to return detailed information about how Google sees the page, including its indexing eligibility and any detected issues.
|
|
194
|
-
|
|
194
|
+
|
|
195
195
|
Args:
|
|
196
196
|
inspectionUrl (str): The URL to inspect. Example: 'https://www.example.com/mypage'.
|
|
197
197
|
siteUrl (str): The site URL (property) to inspect the URL under.
|
|
198
198
|
Must be a property in Search Console. Example: 'sc-domain:example.com' or 'https://www.example.com/'.
|
|
199
199
|
languageCode (Optional[str]): Optional. The BCP-47 language code for the inspection. Example: 'en-US'.
|
|
200
|
-
|
|
200
|
+
|
|
201
201
|
Returns:
|
|
202
202
|
Dict[str, Any]: Inspection result containing details about the URL's indexing status.
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
Tags:
|
|
205
205
|
url_inspection, indexing
|
|
206
206
|
"""
|
|
@@ -234,7 +234,7 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
234
234
|
) -> dict[str, Any]:
|
|
235
235
|
"""
|
|
236
236
|
Queries and retrieves search traffic data for a specified site within a given date range. Supports advanced filtering, grouping by various dimensions (e.g., query, page, device), and aggregation to customize the analytics report from the Google Search Console API.
|
|
237
|
-
|
|
237
|
+
|
|
238
238
|
Args:
|
|
239
239
|
siteUrl (str): The site's URL, including protocol (e.g. 'http://www.example.com/').
|
|
240
240
|
startDate (str): Start date of the requested period in YYYY-MM-DD format.
|
|
@@ -264,10 +264,10 @@ class GoogleSearchconsoleApp(APIApplication):
|
|
|
264
264
|
search_type (Optional[str]): Filter by search type.
|
|
265
265
|
Example: "web", "image", "video", "news", "discover", "googleNews".
|
|
266
266
|
This corresponds to the 'type' parameter in the API.
|
|
267
|
-
|
|
267
|
+
|
|
268
268
|
Returns:
|
|
269
269
|
Dict[str, Any]: Search analytics data.
|
|
270
|
-
|
|
270
|
+
|
|
271
271
|
Tags:
|
|
272
272
|
search_analytics, reporting
|
|
273
273
|
"""
|
|
@@ -9,28 +9,28 @@ This is automatically generated from OpenAPI schema for the GoogleSheetApp API.
|
|
|
9
9
|
|
|
10
10
|
| Tool | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `create_spreadsheet` | Creates a new blank Google Spreadsheet with
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
15
|
-
| `
|
|
16
|
-
| `
|
|
17
|
-
| `
|
|
18
|
-
| `
|
|
19
|
-
| `
|
|
20
|
-
| `add_basic_chart` | Adds
|
|
21
|
-
| `add_pie_chart` | Adds a pie chart to a Google Spreadsheet. |
|
|
22
|
-
| `add_table` |
|
|
23
|
-
| `update_table` |
|
|
24
|
-
| `clear_values` | Clears
|
|
25
|
-
| `update_values` |
|
|
26
|
-
| `
|
|
27
|
-
| `
|
|
28
|
-
| `
|
|
29
|
-
| `
|
|
30
|
-
| `
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `
|
|
35
|
-
| `
|
|
36
|
-
| `format_cells` | Applies comprehensive
|
|
12
|
+
| `create_spreadsheet` | Creates a new, blank Google Spreadsheet file with a specified title. This function generates a completely new document, unlike `add_sheet` which adds a worksheet (tab) to an existing spreadsheet. It returns the API response containing the new spreadsheet's metadata. |
|
|
13
|
+
| `get_spreadsheet_metadata` | Retrieves a spreadsheet's metadata and structural properties, such as sheet names, IDs, and named ranges, using its unique ID. This function intentionally excludes cell data, distinguishing it from `get_values` which fetches the actual content within cells. |
|
|
14
|
+
| `get_values` | Retrieves cell values from a single, specified A1 notation range. Unlike `batch_get_values_by_range` which fetches multiple ranges, this function is for a singular query and provides options to control the data's output format (e.g., rows vs. columns, formatted vs. raw values). |
|
|
15
|
+
| `batch_get_values_by_range` | Efficiently retrieves values from multiple predefined A1 notation ranges in a single API request. Unlike `get_values`, which fetches a single range, or `batch_get_values_by_data_filter`, which uses dynamic filtering criteria, this function operates on a simple list of range strings for bulk data retrieval. |
|
|
16
|
+
| `insert_dimensions` | Inserts a specified number of empty rows or columns at a given index, shifting existing content. Distinct from `append_dimensions`, which only adds to the end, this function creates space within the sheet's data grid, preserving surrounding data and formatting. |
|
|
17
|
+
| `append_dimensions` | Adds a specified number of empty rows or columns to the end of a designated sheet. Unlike `insert_dimensions`, which adds space at a specific index, this function exclusively extends the sheet's boundaries at the bottom or to the right without affecting existing content. |
|
|
18
|
+
| `delete_dimensions` | Deletes a specified range of rows or columns, permanently removing them and shifting subsequent cells. This alters the sheet's structure, unlike `clear_values` which only removes cell content. It is the direct counterpart to `insert_dimensions`, which adds space within the data grid. |
|
|
19
|
+
| `add_sheet` | Adds a new worksheet (tab) to an existing Google Spreadsheet. It allows extensive customization of the new sheet's properties, such as its title, position, and dimensions. This is distinct from `create_spreadsheet`, which generates a completely new spreadsheet file instead of modifying an existing one. |
|
|
20
|
+
| `add_basic_chart` | Adds various axis-based charts (e.g., column, bar, line, area) to a spreadsheet from specified data ranges. The chart can be placed on a new sheet or positioned on an existing one. This is distinct from `add_pie_chart`, which creates proportional visualizations instead of axis-based charts. |
|
|
21
|
+
| `add_pie_chart` | Adds a pie or donut chart to a Google Spreadsheet from a specified data range. Unlike the more general `add_basic_chart`, this is specialized for visualizing data as proportions of a whole and supports pie-specific options like creating a donut chart via the `pie_hole` parameter. |
|
|
22
|
+
| `add_table` | Creates a structured table within a specified range on a Google Sheet. Defines the table's name, ID, and dimensions, and can optionally configure column properties like data types and validation rules. This action creates a formal table object, distinct from functions that only write cell values. |
|
|
23
|
+
| `update_table` | Modifies properties of an existing table within a Google Sheet, such as its name, data range, or column specifications. This function updates the table's structural metadata, distinguishing it from `update_values` which alters the cell data within the table's range. |
|
|
24
|
+
| `clear_values` | Clears data from a single, specified cell range while preserving all formatting. Unlike `delete_dimensions`, it only removes content, not the cells themselves. For clearing multiple ranges simultaneously, use the `batch_clear_values` function. |
|
|
25
|
+
| `update_values` | Overwrites cell values within a specific A1 notation range using a provided 2D list. This function replaces existing data in a predefined area, distinguishing it from `append_values`, which adds new rows after a table instead of overwriting a specific block of cells. |
|
|
26
|
+
| `batch_clear_values` | Clears cell values from multiple specified ranges in a single batch operation, preserving existing formatting. Unlike `clear_values`, which handles a single range, this method efficiently processes a list of ranges at once, removing only the content and not the cells themselves. |
|
|
27
|
+
| `batch_get_values_by_data_filter` | Retrieves values from spreadsheet ranges matching a list of data filters. This method provides dynamic, criteria-based selection using A1 notation or grid coordinates, unlike `batch_get_values_by_range` which uses a simple list of range strings. It is ideal for fetching multiple, specific datasets in one request. |
|
|
28
|
+
| `copy_sheet_to_spreadsheet` | Copies a specific sheet, including all its data and formatting, from a source spreadsheet to a different destination spreadsheet. This action duplicates an entire worksheet into another workbook, returning properties of the newly created sheet. |
|
|
29
|
+
| `write_values_to_sheet` | Writes a 2D list of values to a sheet, overwriting existing data. Data is written starting from a specified cell, or defaults to cell A1 if no location is provided. This differs from `append_values`, which adds new rows after existing data without replacing content. |
|
|
30
|
+
| `append_values` | Appends rows of data after a specified table in a Google Sheet. Distinct from `update_values` which overwrites data, this function adds new rows at the end of the table. It can also insert rows, shifting existing cells down, offering finer control over data addition. |
|
|
31
|
+
| `clear_basic_filter` | Removes the basic filter from a specified sheet, clearing active sorting and filtering criteria to restore the default data view. As the direct counterpart to `set_basic_filter`, this function removes the entire filter object, not just the cell content. |
|
|
32
|
+
| `delete_sheet` | Permanently deletes a specific sheet (worksheet) from a Google Spreadsheet using its sheet ID. This operation removes the target sheet and all its contents, acting as the direct counterpart to the `add_sheet` function which creates new sheets within a spreadsheet. |
|
|
33
|
+
| `discover_tables` | Heuristically analyzes a spreadsheet to discover and list all table-like data structures, identifying headers and data boundaries. It returns informal data blocks meeting specified size criteria, distinguishing it from functions like `add_table` that manage formally defined tables. |
|
|
34
|
+
| `analyze_table_schema` | Infers a specified table's schema by analyzing a data sample. After locating the table by name (a value discovered via `discover_tables`), this function determines the most likely data type and properties for each column, providing a detailed structural breakdown of its content. |
|
|
35
|
+
| `set_basic_filter` | Sets or updates a basic filter on a specified range within a sheet, enabling data sorting and filtering. The filter's target range and optional sort specifications are defined in a dictionary argument. It is the counterpart to `clear_basic_filter`, which removes an existing filter. |
|
|
36
|
+
| `format_cells` | Applies comprehensive formatting to a specified cell range in a worksheet. It modifies visual properties like text style, color, alignment, borders, and can merge cells, without altering the underlying cell values, distinguishing it from data-modification functions like `update_values`. |
|