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.

Files changed (143) hide show
  1. universal_mcp/applications/BEST_PRACTICES.md +166 -0
  2. universal_mcp/applications/ahrefs/README.md +3 -3
  3. universal_mcp/applications/airtable/README.md +3 -3
  4. universal_mcp/applications/airtable/app.py +0 -1
  5. universal_mcp/applications/apollo/app.py +0 -1
  6. universal_mcp/applications/asana/README.md +3 -3
  7. universal_mcp/applications/aws_s3/README.md +29 -0
  8. universal_mcp/applications/aws_s3/app.py +40 -39
  9. universal_mcp/applications/bill/README.md +249 -0
  10. universal_mcp/applications/browser_use/README.md +1 -0
  11. universal_mcp/applications/browser_use/__init__.py +0 -0
  12. universal_mcp/applications/browser_use/app.py +71 -0
  13. universal_mcp/applications/calendly/README.md +45 -45
  14. universal_mcp/applications/calendly/app.py +125 -125
  15. universal_mcp/applications/canva/README.md +35 -35
  16. universal_mcp/applications/canva/app.py +95 -99
  17. universal_mcp/applications/clickup/README.md +4 -4
  18. universal_mcp/applications/confluence/app.py +0 -1
  19. universal_mcp/applications/contentful/README.md +1 -2
  20. universal_mcp/applications/contentful/app.py +4 -5
  21. universal_mcp/applications/crustdata/README.md +3 -3
  22. universal_mcp/applications/domain_checker/README.md +2 -2
  23. universal_mcp/applications/domain_checker/app.py +11 -15
  24. universal_mcp/applications/e2b/README.md +4 -4
  25. universal_mcp/applications/e2b/app.py +4 -4
  26. universal_mcp/applications/elevenlabs/README.md +3 -77
  27. universal_mcp/applications/elevenlabs/app.py +18 -15
  28. universal_mcp/applications/exa/README.md +7 -7
  29. universal_mcp/applications/exa/app.py +17 -17
  30. universal_mcp/applications/falai/README.md +13 -12
  31. universal_mcp/applications/falai/app.py +34 -35
  32. universal_mcp/applications/figma/README.md +3 -3
  33. universal_mcp/applications/file_system/README.md +13 -0
  34. universal_mcp/applications/file_system/app.py +9 -9
  35. universal_mcp/applications/firecrawl/README.md +9 -9
  36. universal_mcp/applications/firecrawl/app.py +46 -46
  37. universal_mcp/applications/fireflies/README.md +14 -14
  38. universal_mcp/applications/fireflies/app.py +164 -57
  39. universal_mcp/applications/fpl/README.md +12 -12
  40. universal_mcp/applications/fpl/app.py +54 -55
  41. universal_mcp/applications/ghost_content/app.py +0 -1
  42. universal_mcp/applications/github/README.md +10 -10
  43. universal_mcp/applications/github/app.py +50 -52
  44. universal_mcp/applications/google_calendar/README.md +10 -10
  45. universal_mcp/applications/google_calendar/app.py +50 -49
  46. universal_mcp/applications/google_docs/README.md +14 -14
  47. universal_mcp/applications/google_docs/app.py +307 -233
  48. universal_mcp/applications/google_drive/README.md +54 -57
  49. universal_mcp/applications/google_drive/app.py +270 -261
  50. universal_mcp/applications/google_gemini/README.md +3 -14
  51. universal_mcp/applications/google_gemini/app.py +15 -18
  52. universal_mcp/applications/google_mail/README.md +20 -20
  53. universal_mcp/applications/google_mail/app.py +110 -109
  54. universal_mcp/applications/google_searchconsole/README.md +10 -10
  55. universal_mcp/applications/google_searchconsole/app.py +37 -37
  56. universal_mcp/applications/google_sheet/README.md +25 -25
  57. universal_mcp/applications/google_sheet/app.py +270 -266
  58. universal_mcp/applications/hashnode/README.md +6 -3
  59. universal_mcp/applications/hashnode/app.py +174 -25
  60. universal_mcp/applications/http_tools/README.md +5 -5
  61. universal_mcp/applications/http_tools/app.py +10 -11
  62. universal_mcp/applications/hubspot/api_segments/__init__.py +0 -0
  63. universal_mcp/applications/hubspot/api_segments/api_segment_base.py +54 -0
  64. universal_mcp/applications/hubspot/api_segments/crm_api.py +7337 -0
  65. universal_mcp/applications/hubspot/api_segments/marketing_api.py +1467 -0
  66. universal_mcp/applications/hubspot/app.py +2 -15
  67. universal_mcp/applications/jira/app.py +0 -1
  68. universal_mcp/applications/klaviyo/README.md +0 -36
  69. universal_mcp/applications/linkedin/README.md +18 -4
  70. universal_mcp/applications/linkedin/app.py +763 -162
  71. universal_mcp/applications/mailchimp/README.md +3 -3
  72. universal_mcp/applications/markitdown/app.py +10 -5
  73. universal_mcp/applications/ms_teams/README.md +31 -31
  74. universal_mcp/applications/ms_teams/app.py +151 -151
  75. universal_mcp/applications/neon/README.md +3 -3
  76. universal_mcp/applications/onedrive/README.md +24 -0
  77. universal_mcp/applications/onedrive/__init__.py +1 -0
  78. universal_mcp/applications/onedrive/app.py +338 -0
  79. universal_mcp/applications/openai/README.md +18 -17
  80. universal_mcp/applications/openai/app.py +40 -39
  81. universal_mcp/applications/outlook/README.md +9 -9
  82. universal_mcp/applications/outlook/app.py +307 -225
  83. universal_mcp/applications/perplexity/README.md +4 -4
  84. universal_mcp/applications/perplexity/app.py +4 -4
  85. universal_mcp/applications/posthog/README.md +128 -127
  86. universal_mcp/applications/reddit/README.md +21 -124
  87. universal_mcp/applications/reddit/app.py +51 -68
  88. universal_mcp/applications/resend/README.md +29 -29
  89. universal_mcp/applications/resend/app.py +116 -117
  90. universal_mcp/applications/rocketlane/app.py +0 -1
  91. universal_mcp/applications/scraper/README.md +7 -4
  92. universal_mcp/applications/scraper/__init__.py +1 -1
  93. universal_mcp/applications/scraper/app.py +341 -103
  94. universal_mcp/applications/semrush/README.md +3 -0
  95. universal_mcp/applications/serpapi/README.md +3 -3
  96. universal_mcp/applications/serpapi/app.py +14 -14
  97. universal_mcp/applications/sharepoint/README.md +19 -0
  98. universal_mcp/applications/sharepoint/app.py +285 -173
  99. universal_mcp/applications/shopify/app.py +0 -1
  100. universal_mcp/applications/shortcut/README.md +3 -3
  101. universal_mcp/applications/slack/README.md +23 -0
  102. universal_mcp/applications/slack/app.py +79 -48
  103. universal_mcp/applications/spotify/README.md +3 -3
  104. universal_mcp/applications/supabase/README.md +3 -3
  105. universal_mcp/applications/tavily/README.md +4 -4
  106. universal_mcp/applications/tavily/app.py +4 -4
  107. universal_mcp/applications/twilio/README.md +15 -0
  108. universal_mcp/applications/twitter/README.md +92 -89
  109. universal_mcp/applications/twitter/api_segments/compliance_api.py +13 -15
  110. universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +20 -20
  111. universal_mcp/applications/twitter/api_segments/dm_events_api.py +12 -12
  112. universal_mcp/applications/twitter/api_segments/likes_api.py +12 -12
  113. universal_mcp/applications/twitter/api_segments/lists_api.py +37 -39
  114. universal_mcp/applications/twitter/api_segments/spaces_api.py +24 -24
  115. universal_mcp/applications/twitter/api_segments/trends_api.py +4 -4
  116. universal_mcp/applications/twitter/api_segments/tweets_api.py +105 -105
  117. universal_mcp/applications/twitter/api_segments/usage_api.py +4 -4
  118. universal_mcp/applications/twitter/api_segments/users_api.py +136 -136
  119. universal_mcp/applications/twitter/app.py +15 -11
  120. universal_mcp/applications/whatsapp/README.md +12 -12
  121. universal_mcp/applications/whatsapp/app.py +66 -67
  122. universal_mcp/applications/whatsapp/audio.py +39 -35
  123. universal_mcp/applications/whatsapp/whatsapp.py +176 -154
  124. universal_mcp/applications/whatsapp_business/README.md +23 -23
  125. universal_mcp/applications/whatsapp_business/app.py +92 -92
  126. universal_mcp/applications/yahoo_finance/README.md +17 -0
  127. universal_mcp/applications/yahoo_finance/__init__.py +1 -0
  128. universal_mcp/applications/yahoo_finance/app.py +300 -0
  129. universal_mcp/applications/youtube/README.md +46 -46
  130. universal_mcp/applications/youtube/app.py +208 -195
  131. universal_mcp/applications/zenquotes/README.md +1 -1
  132. universal_mcp/applications/zenquotes/__init__.py +2 -0
  133. universal_mcp/applications/zenquotes/app.py +5 -5
  134. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/METADATA +5 -90
  135. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/RECORD +137 -128
  136. universal_mcp/applications/replicate/README.md +0 -18
  137. universal_mcp/applications/replicate/__init__.py +0 -1
  138. universal_mcp/applications/replicate/app.py +0 -493
  139. universal_mcp/applications/unipile/README.md +0 -28
  140. universal_mcp/applications/unipile/__init__.py +0 -1
  141. universal_mcp/applications/unipile/app.py +0 -827
  142. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/WHEEL +0 -0
  143. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/licenses/LICENSE +0 -0
@@ -9,13 +9,13 @@ This is automatically generated from OpenAPI schema for the GoogleCalendarApp AP
9
9
 
10
10
  | Tool | Description |
11
11
  |------|-------------|
12
- | `get_event` | Retrieves detailed information about a specific Google Calendar event by its ID |
13
- | `get_today_events` | Retrieves events from Google Calendar for today or a specified number of future days. |
14
- | `list_events` | Retrieves a list of events from Google Calendar with customizable filtering, sorting, and pagination options |
15
- | `quick_add_event` | Creates a calendar event. Use it only when user specfies that they want to add a quick event |
16
- | `add_an_event` | Creates a new calendar event with details like start time, end time, summary, description, location, attendees, and recurrence rules. |
17
- | `update_event` | Updates an existing calendar event. This method updates the entire event resource. |
18
- | `get_event_instances` | Retrieves all instances of a recurring calendar event within a specified time range. |
19
- | `get_user_timezone` | Gets the user's calendar timezone setting to help with timezone-aware event creation. |
20
- | `delete_event` | Deletes an event from the specified calendar. |
21
- | `query_free_busy` | Checks if you have free slots or not by querying the free/busy status of your calendars. |
12
+ | `get_event_by_id` | Retrieves a specific calendar event using its unique ID. Unlike `list_events`, which fetches multiple events based on date ranges or search queries, this function targets a single, known event. It can optionally limit attendees returned and specify a time zone for date formatting in the response. |
13
+ | `get_upcoming_events` | Retrieves events for a specified number of days, starting from today. This function simplifies date-range queries by auto-calculating start/end times, unlike the more comprehensive `list_events` function, which offers granular control with explicit time filters, text search, and custom sorting. |
14
+ | `list_events` | Fetches a customizable list of events using filters for date range, text search, sorting, and pagination. This advanced function provides more granular control than `get_upcoming_events`, which is limited to fetching events for a specific number of upcoming days. |
15
+ | `create_event_from_text` | Creates a calendar event by parsing a natural language string (e.g., "Meeting tomorrow at 10am"). This offers a user-friendly shortcut, contrasting with the structured `create_event` function which requires explicit fields like start and end times. |
16
+ | `create_event` | Creates a calendar event using structured data for start/end times, summary, attendees, and recurrence. This method provides precise control for complex appointments, unlike `create_event_from_text` which parses natural language, making it ideal for detailed or recurring event creation. |
17
+ | `replace_event` | Replaces an existing calendar event, identified by its ID, with new data. This function performs a full update, overwriting all event properties like start/end times and summary. It does not support partial modifications, requiring all necessary fields for the replacement to be provided. |
18
+ | `list_recurring_event_instances` | Retrieves all individual occurrences of a specific recurring event using its ID. Unlike `list_events`, which fetches multiple distinct events, this function expands a single recurring event into its separate instances, allowing filtering by time range and pagination for detailed scheduling views. |
19
+ | `get_primary_calendar_details` | Retrieves metadata for the user's primary calendar, including its default timezone. This information is essential for creating new events with accurate, timezone-aware start and end times using other functions like `create_event`, preventing potential scheduling errors across different regions. |
20
+ | `delete_event` | Permanently deletes a specific event from a Google Calendar using its event and calendar IDs. It can optionally send cancellation notifications to attendees, distinguishing it from functions that retrieve (`get_event_by_id`) or modify events (`replace_event`), which do not remove entries from the calendar. |
21
+ | `get_free_busy_info` | Queries the free/busy status for one or more calendars within a specified time range. It returns a list of busy time intervals, making it ideal for finding open slots and scheduling new events without conflicts. |
@@ -2,7 +2,6 @@ from datetime import UTC, datetime, timedelta
2
2
  from typing import Any
3
3
 
4
4
  from loguru import logger
5
-
6
5
  from universal_mcp.applications.application import APIApplication
7
6
  from universal_mcp.integrations import Integration
8
7
 
@@ -54,19 +53,19 @@ class GoogleCalendarApp(APIApplication):
54
53
  time_zone: str | None = None,
55
54
  ) -> dict[str, Any]:
56
55
  """
57
- Retrieves calendar events for a specified number of days starting from today. It defaults to fetching only the current day's events, simplifying date-range queries for upcoming events in contrast to the more comprehensive `list_events` function which requires explicit start and end times.
58
-
56
+ Retrieves events for a specified number of days, starting from today. This function simplifies date-range queries by auto-calculating start/end times, unlike the more comprehensive `list_events` function, which offers granular control with explicit time filters, text search, and custom sorting.
57
+
59
58
  Args:
60
59
  days: Number of days to retrieve events for (default: 1, which is just today)
61
60
  max_results: Maximum number of events to return (optional)
62
61
  time_zone: Time zone used in the response (optional, default is calendar's time zone)
63
-
62
+
64
63
  Returns:
65
64
  Dictionary containing the complete API response with all events and metadata
66
-
65
+
67
66
  Raises:
68
67
  HTTPError: Raised when the API request fails or returns an error status code
69
-
68
+
70
69
  Tags:
71
70
  fetch, list, calendar, events, date-time, important, api
72
71
  """
@@ -98,20 +97,20 @@ class GoogleCalendarApp(APIApplication):
98
97
  time_zone: str | None = None,
99
98
  ) -> dict[str, Any]:
100
99
  """
101
- Retrieves a specific Google Calendar event using its unique ID. Optional parameters can limit the number of attendees returned and specify a time zone for formatting dates. It is distinct from `list_events`, which fetches multiple events based on broader criteria like date ranges or search queries.
102
-
100
+ Retrieves a specific calendar event using its unique ID. Unlike `list_events`, which fetches multiple events based on date ranges or search queries, this function targets a single, known event. It can optionally limit attendees returned and specify a time zone for date formatting in the response.
101
+
103
102
  Args:
104
103
  event_id: The unique identifier of the calendar event to retrieve
105
104
  max_attendees: Optional. The maximum number of attendees to include in the response. If None, includes all attendees
106
105
  time_zone: Optional. The time zone to use for formatting dates in the response. If None, uses the calendar's default time zone
107
-
106
+
108
107
  Returns:
109
108
  Dictionary containing the complete API response with all event details
110
-
109
+
111
110
  Raises:
112
111
  HTTPError: Raised when the API request fails or returns an error status code
113
112
  JSONDecodeError: Raised when the API response cannot be parsed as JSON
114
-
113
+
115
114
  Tags:
116
115
  retrieve, calendar, event, api, important
117
116
  """
@@ -137,8 +136,8 @@ class GoogleCalendarApp(APIApplication):
137
136
  page_token: str | None = None,
138
137
  ) -> dict[str, Any]:
139
138
  """
140
- Fetches a customizable list of events using filters for date range, text search, sorting, and pagination. This advanced function provides more granular control than `get_today_events`, which is limited to fetching events for a specific number of upcoming days.
141
-
139
+ Fetches a customizable list of events using filters for date range, text search, sorting, and pagination. This advanced function provides more granular control than `get_upcoming_events`, which is limited to fetching events for a specific number of upcoming days.
140
+
142
141
  Args:
143
142
  max_results: Maximum number of events to return (default: 10, max: 2500)
144
143
  time_min: Start time in ISO format (e.g., '2023-12-01T00:00:00Z'). Defaults to current time if not specified
@@ -148,14 +147,14 @@ class GoogleCalendarApp(APIApplication):
148
147
  single_events: Whether to expand recurring events into individual instances (default: True)
149
148
  time_zone: Time zone for response formatting (defaults to calendar's time zone)
150
149
  page_token: Token for retrieving a specific page of results in paginated responses
151
-
150
+
152
151
  Returns:
153
152
  Dictionary containing the complete API response with all events and metadata
154
-
153
+
155
154
  Raises:
156
155
  HTTPError: Raised when the API request fails or returns an error status code
157
156
  JSONDecodeError: Raised when the API response cannot be parsed as JSON
158
-
157
+
159
158
  Tags:
160
159
  list, retrieve, calendar, events, pagination, api, important
161
160
  """
@@ -196,8 +195,8 @@ class GoogleCalendarApp(APIApplication):
196
195
  calendar_id: str = "primary",
197
196
  ) -> dict[str, Any]:
198
197
  """
199
- Creates a detailed calendar event with structured data, including start/end times, summary, attendees, and recurrence rules. Unlike `quick_add_event`, which uses natural language, this method offers precise control for creating complex or recurring appointments.
200
-
198
+ Creates a calendar event using structured data for start/end times, summary, attendees, and recurrence. This method provides precise control for complex appointments, unlike `create_event_from_text` which parses natural language, making it ideal for detailed or recurring event creation.
199
+
201
200
  Args:
202
201
  start: Start time of the event (required). Must include timezone offset or timeZone field.
203
202
  Examples:
@@ -222,13 +221,13 @@ class GoogleCalendarApp(APIApplication):
222
221
  "RRULE:FREQ=DAILY;UNTIL=20150628;INTERVAL=3"
223
222
  ],
224
223
  calendar_id: Calendar identifier (default: "primary")
225
-
224
+
226
225
  Returns:
227
226
  Dictionary containing the complete API response with the created event details
228
-
227
+
229
228
  Raises:
230
229
  HTTPError: Raised when the API request fails or returns an error status code
231
-
230
+
232
231
  Tags:
233
232
  create, calendar, event, insert, recurring, important
234
233
  """
@@ -252,20 +251,22 @@ class GoogleCalendarApp(APIApplication):
252
251
 
253
252
  return self._handle_response(response)
254
253
 
255
- def create_event_from_text(self, text: str, send_updates: str = "none") -> dict[str, Any]:
254
+ def create_event_from_text(
255
+ self, text: str, send_updates: str = "none"
256
+ ) -> dict[str, Any]:
256
257
  """
257
- Creates a calendar event by parsing a natural language string for details like title and time. This provides a user-friendly shortcut for event creation, contrasting with the structured `add_an_event` method which requires explicit fields for start, end, and summary.
258
-
258
+ Creates a calendar event by parsing a natural language string (e.g., "Meeting tomorrow at 10am"). This offers a user-friendly shortcut, contrasting with the structured `create_event` function which requires explicit fields like start and end times.
259
+
259
260
  Args:
260
261
  text: Natural language text describing the event (e.g., 'Meeting with John at Coffee Shop tomorrow 3pm-4pm')
261
262
  send_updates: Specifies who should receive event notifications: 'all', 'externalOnly', or 'none' (default)
262
-
263
+
263
264
  Returns:
264
265
  Dictionary containing the complete API response with the created event details
265
-
266
+
266
267
  Raises:
267
268
  HTTPError: Raised when the API request fails or returns an error status code
268
-
269
+
269
270
  Tags:
270
271
  create, calendar, event, quick-add, natural-language, important
271
272
  """
@@ -287,8 +288,8 @@ class GoogleCalendarApp(APIApplication):
287
288
  page_token: str | None = None,
288
289
  ) -> dict[str, Any]:
289
290
  """
290
- Retrieves all individual occurrences (instances) of a specific recurring event, identified by its ID. This function allows filtering by a time range and supports pagination, distinguishing it from `list_events` which fetches multiple, distinct events rather than instances of a single one.
291
-
291
+ Retrieves all individual occurrences of a specific recurring event using its ID. Unlike `list_events`, which fetches multiple distinct events, this function expands a single recurring event into its separate instances, allowing filtering by time range and pagination for detailed scheduling views.
292
+
292
293
  Args:
293
294
  event_id: ID of the recurring event
294
295
  max_results: Maximum number of event instances to return (default: 25, max: 2500)
@@ -297,14 +298,14 @@ class GoogleCalendarApp(APIApplication):
297
298
  time_zone: Time zone used in the response (defaults to calendar's time zone)
298
299
  show_deleted: Whether to include deleted instances (default: False)
299
300
  page_token: Token for retrieving a specific page of results
300
-
301
+
301
302
  Returns:
302
303
  Dictionary containing the complete API response with all event instances and metadata
303
-
304
+
304
305
  Raises:
305
306
  HTTPError: Raised when the API request fails or returns an error status code
306
307
  JSONDecodeError: Raised when the API response cannot be parsed as JSON
307
-
308
+
308
309
  Tags:
309
310
  list, retrieve, calendar, events, recurring, pagination, api, important
310
311
  """
@@ -341,8 +342,8 @@ class GoogleCalendarApp(APIApplication):
341
342
  userIp=None,
342
343
  ) -> Any:
343
344
  """
344
- Deletes a specific event from a Google Calendar using its event and calendar IDs. This action is permanent and can optionally send cancellation notifications or updates to attendees based on the provided parameters.
345
-
345
+ Permanently deletes a specific event from a Google Calendar using its event and calendar IDs. It can optionally send cancellation notifications to attendees, distinguishing it from functions that retrieve (`get_event_by_id`) or modify events (`replace_event`), which do not remove entries from the calendar.
346
+
346
347
  Args:
347
348
  calendarId (string): calendarId
348
349
  eventId (string): eventId
@@ -355,10 +356,10 @@ class GoogleCalendarApp(APIApplication):
355
356
  prettyPrint (string): Returns response with indentations and line breaks. Example: 'true'.
356
357
  quotaUser (string): An opaque string that represents a user for quota purposes. Must not exceed 40 characters. Example: 'amet in'.
357
358
  userIp (string): Deprecated. Please use quotaUser instead. Example: 'amet in'.
358
-
359
+
359
360
  Returns:
360
361
  Any: No Content
361
-
362
+
362
363
  Tags:
363
364
  calendars, {calendarId}, events, {eventId}
364
365
  """
@@ -400,8 +401,8 @@ class GoogleCalendarApp(APIApplication):
400
401
  max_attendees: int | None = None,
401
402
  ) -> dict[str, Any]:
402
403
  """
403
- Replaces an existing calendar event, identified by its ID, with new data. This function performs a full update, overwriting all event properties like start/end times, summary, and attendees. It does not support partial modifications; all required fields for the new event version are necessary.
404
-
404
+ Replaces an existing calendar event, identified by its ID, with new data. This function performs a full update, overwriting all event properties like start/end times and summary. It does not support partial modifications, requiring all necessary fields for the replacement to be provided.
405
+
405
406
  Args:
406
407
  event_id: The unique identifier of the calendar event to update (required)
407
408
  start: Start time of the event (required). Must include timezone offset or timeZone field.
@@ -423,13 +424,13 @@ class GoogleCalendarApp(APIApplication):
423
424
  calendar_id: Calendar identifier (default: "primary")
424
425
  send_updates: Specifies who should receive event notifications: 'all', 'externalOnly', or 'none' (default)
425
426
  max_attendees: Maximum number of attendees to include in the response (optional)
426
-
427
+
427
428
  Returns:
428
429
  Dictionary containing the complete API response with the updated event details
429
-
430
+
430
431
  Raises:
431
432
  HTTPError: Raised when the API request fails or returns an error status code
432
-
433
+
433
434
  Tags:
434
435
  update, calendar, event, modify, important
435
436
  """
@@ -458,14 +459,14 @@ class GoogleCalendarApp(APIApplication):
458
459
 
459
460
  def get_primary_calendar_details(self) -> dict[str, Any]:
460
461
  """
461
- Retrieves metadata for the user's primary calendar, including its default timezone. This information is essential for creating new events with accurate, timezone-aware start and end times, as recommended before using functions like `add_an_event` to prevent scheduling errors across different regions.
462
-
462
+ Retrieves metadata for the user's primary calendar, including its default timezone. This information is essential for creating new events with accurate, timezone-aware start and end times using other functions like `create_event`, preventing potential scheduling errors across different regions.
463
+
463
464
  Returns:
464
465
  Dictionary containing the user's timezone information
465
-
466
+
466
467
  Raises:
467
468
  HTTPError: Raised when the API request fails or returns an error status code
468
-
469
+
469
470
  Tags:
470
471
  get, calendar, timezone, settings, important
471
472
  """
@@ -491,9 +492,9 @@ class GoogleCalendarApp(APIApplication):
491
492
  timeZone=None,
492
493
  ) -> dict[str, Any]:
493
494
  """
494
- Queries the Google Calendar API to determine the free/busy status for one or more calendars within a specified time range. It returns a list of busy time intervals, useful for scheduling new events without conflicts.
495
-
496
-
495
+ Queries the free/busy status for one or more calendars within a specified time range. It returns a list of busy time intervals, making it ideal for finding open slots and scheduling new events without conflicts.
496
+
497
+
497
498
  Args:
498
499
  alt (string): Data format for the response. Example: 'json'.
499
500
  fields (string): Selector specifying which fields to include in a partial response. Example: 'amet in'.
@@ -526,7 +527,7 @@ class GoogleCalendarApp(APIApplication):
526
527
  "timeZone": "UTC"
527
528
  }
528
529
  ```
529
-
530
+
530
531
  Returns:
531
532
  dict[str, Any]: Successful response
532
533
  """
@@ -9,17 +9,17 @@ This is automatically generated from OpenAPI schema for the GoogleDocsApp API.
9
9
 
10
10
  | Tool | Description |
11
11
  |------|-------------|
12
- | `create_document` | Creates a new blank Google Document with the specified title and returns the API response. |
13
- | `get_document` | Retrieves the latest version of a specified document from the Google Docs API. |
14
- | `add_content` | Adds text content at a specified position in an existing Google Document via the Google Docs API. |
15
- | `style_text` | Simplified text styling for Google Document - handles most common cases. |
16
- | `delete_content` | Deletes content from a specified range in a Google Document. |
17
- | `insert_table` | Inserts a table at the specified location in a Google Document. |
18
- | `create_footer` | Creates a Footer in a Google Document. |
19
- | `create_footnote` | Creates a Footnote segment and inserts a new FootnoteReference at the given location. |
20
- | `delete_footer` | Deletes a Footer from the document. |
21
- | `create_header` | Creates a Header in a Google Document. |
22
- | `delete_header` | Deletes a Header from the document. |
23
- | `create_paragraph_bullets` | Creates bullets for all of the paragraphs that overlap with the given range. |
24
- | `delete_paragraph_bullets` | Deletes bullets from all of the paragraphs that overlap with the given range. |
25
- | `update_paragraph_style` | Updates paragraph styling for a specified range in a Google Document. |
12
+ | `create_document` | Creates a blank Google Document with a specified title using a POST request to the Google Docs API. This is the primary creation method, returning the document's metadata, including the ID required by functions like `get_document` or `insert_text` to perform subsequent operations on the new file. |
13
+ | `get_document` | Retrieves the complete content and metadata for a specific Google Document using its unique ID. This function performs a GET request to the API, returning the full JSON response. It's the primary read operation, contrasting with `create_document` which creates new documents. |
14
+ | `insert_text` | Inserts a text string at a specified index within an existing Google Document using the `batchUpdate` API. This function adds new textual content, distinguishing it from functions that insert non-text elements like tables or apply formatting (`apply_text_style`) to existing content. |
15
+ | `apply_text_style` | Applies character-level formatting such as bold, italic, font size, color, and hyperlinks to a specified text range in a document. This function modifies text appearance, distinguishing it from `update_paragraph_style`, which handles block-level formatting like alignment and headings. |
16
+ | `delete_content_range` | Deletes content within a specified index range in a Google Document via the batchUpdate API. It removes any content based on location, distinguishing it from functions like `delete_header` or `delete_paragraph_bullets`, which remove specific structures or styles instead. |
17
+ | `insert_table` | Inserts a table with specified row and column dimensions at a given index in a Google Document. This function uses the `batchUpdate` API for precise placement, allowing the table to be added to the document's body, a header, or a footer, returning the API's response. |
18
+ | `create_footer` | Creates a footer of a specified type in a Google Document via the batch update API. The footer can optionally be associated with a specific section break, enabling distinct footers for different document sections, distinguishing it from the `create_header` and `create_footnote` functions. |
19
+ | `create_footnote` | Creates a footnote via the batch update API, inserting a numbered reference at a specified index or a segment's end. This function adds an in-body citation, distinguishing it from `create_footer` which creates a content block at the bottom of the page. |
20
+ | `delete_footer` | Deletes a specific footer from a Google Document using its unique ID via a `batchUpdate` request. This operation, the counterpart to `create_footer`, removes an entire footer section, unlike `delete_content_range` which targets text within a specified index range. |
21
+ | `create_header` | Creates a header in a specified Google Document via the batchUpdate API endpoint. This function allows defining the header type and can optionally associate it with a specific section break location. It complements the `delete_header` and `create_footer` functions for managing document structure. |
22
+ | `delete_header` | Removes a specific header from a Google Document using its unique ID. This function sends a `deleteHeader` request to the batch update API, acting as the direct counterpart to `create_header` and distinguishing it from `delete_footer` which removes footers. |
23
+ | `apply_list_style` | Applies a predefined bulleted or numbered list format to paragraphs within a specified range using a `bullet_preset`. This function adds list formatting, distinguishing it from its counterpart, `delete_paragraph_bullets`, and other styling functions like `update_paragraph_style`, which handles alignment and headings. |
24
+ | `delete_paragraph_bullets` | Removes bullet points or numbering from paragraphs within a specified range in a Google Document. This function reverts list formatting via the batch update API, acting as the direct counterpart to `apply_list_style` and preserving the underlying text content, unlike `delete_content_range`. |
25
+ | `update_paragraph_style` | Applies paragraph-level formatting, such as named styles (e.g., 'HEADING_1'), alignment, or text direction, to a specified text range. This function handles block-level styles, distinguishing it from `apply_text_style`, which formats individual characters with attributes like bold or italic. |