universal-mcp-applications 0.1.28__py3-none-any.whl → 0.1.29__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.

@@ -35,19 +35,19 @@ class ScraperApp(APIApplication):
35
35
  limit: int | None = None,
36
36
  keywords: str | None = None,
37
37
  date_posted: str | None = None,
38
- sort_by: str | None = None,
39
- minimum_salary_value: int | None = None,
38
+ sort_by: Literal["relevance", "date"] = "relevance",
39
+ minimum_salary_value: int = 40,
40
40
  ) -> dict[str, Any]:
41
41
  """
42
42
  Performs a general LinkedIn search for posts, people, companies, or jobs using keywords and various filters. This function provides broad, keyword-based discovery across the platform, distinct from other methods that retrieve content from a specific user or company profile. It supports pagination and filtering criteria.
43
43
 
44
44
  Args:
45
- category: Type of search to perform - "people", "companies", "posts", or "jobs".
45
+ category: Type of search to perform. Valid values are "people", "companies", "posts", or "jobs".
46
46
  cursor: Pagination cursor for the next page of entries.
47
47
  limit: Number of items to return (up to 50 for Classic search).
48
48
  keywords: Keywords to search for.
49
- date_posted: Filter by when the post was posted (posts only).
50
- sort_by: How to sort the results (for posts and jobs).
49
+ date_posted: Filter by when the post was posted (posts only). Valid values are "past_day", "past_week", or "past_month".
50
+ sort_by: How to sort the results (for posts and jobs). Valid values are "relevance" or "date".
51
51
  minimum_salary_value: The minimum salary to filter for (jobs only).
52
52
 
53
53
  Returns:
@@ -616,7 +616,7 @@ class UnipileApp(APIApplication):
616
616
 
617
617
  Args:
618
618
  post_social_id: The social ID of the post or comment to react to.
619
- reaction_type: The type of reaction .
619
+ reaction_type: The type of reaction. Valid values are "like", "celebrate", "love", "insightful", "funny", or "support".
620
620
  account_id: Account ID of the Unipile account performing the reaction.
621
621
  comment_id: Optional ID of a specific comment to react to instead of the post.
622
622
 
@@ -668,12 +668,12 @@ class UnipileApp(APIApplication):
668
668
 
669
669
  Args:
670
670
  account_id: The ID of the Unipile account to perform the search from (REQUIRED).
671
- category: Type of search to perform - "people", "companies", "posts", or "jobs".
671
+ category: Type of search to perform. Valid values are "people", "companies", "posts", or "jobs".
672
672
  cursor: Pagination cursor for the next page of entries.
673
673
  limit: Number of items to return (up to 50 for Classic search).
674
674
  keywords: Keywords to search for.
675
- date_posted: Filter by when the post was posted (posts only).
676
- sort_by: How to sort the results (for posts and jobs).
675
+ date_posted: Filter by when the post was posted (posts only). Valid values are "past_day", "past_week", or "past_month".
676
+ sort_by: How to sort the results (for posts and jobs). Valid values are "relevance" or "date".
677
677
  minimum_salary_value: The minimum salary to filter for (jobs only).
678
678
 
679
679
  Returns:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: universal-mcp-applications
3
- Version: 0.1.28
3
+ Version: 0.1.29
4
4
  Summary: A Universal MCP Application: universal_mcp_applications
5
5
  Project-URL: Homepage, https://github.com/universal-mcp/applications
6
6
  Project-URL: Repository, https://github.com/universal-mcp/applications
@@ -197,7 +197,7 @@ universal_mcp/applications/rocketlane/__init__.py,sha256=jl3PjnTvPdjnbFXJgLywSlE
197
197
  universal_mcp/applications/rocketlane/app.py,sha256=Ae2hQFI5PylCLtNPJkTqWMLGsLx5fDd4wRFDhxTzTXQ,240689
198
198
  universal_mcp/applications/scraper/README.md,sha256=JUNLshHABs4T1f24nvQeee62YIElSkxpU-zs2kuS0Gw,1497
199
199
  universal_mcp/applications/scraper/__init__.py,sha256=W5Buzq8QbetUQm5m9xXCHeWcvVObU2vZ4xbvYtZImJo,28
200
- universal_mcp/applications/scraper/app.py,sha256=_lDh1XLdZIvhoIMSQh0YaDdSGT0_ZcDRQ9vZGUWFbyQ,6866
200
+ universal_mcp/applications/scraper/app.py,sha256=-BE_Ghfnh4_2XeE7MvxuYcY5eodpIlVeR4_XE3Z9jIQ,6997
201
201
  universal_mcp/applications/semanticscholar/README.md,sha256=JpLY_698pvstgoNfQ5Go8C8ehQ-o68uFDX5kr86upK0,2834
202
202
  universal_mcp/applications/semanticscholar/__init__.py,sha256=eR36chrc0pbBsSE1GadvmQH0OmtKnSC91xbE7HcDPf0,36
203
203
  universal_mcp/applications/semanticscholar/app.py,sha256=OHTFkR-IwRU5Rvb1bEu7XmRHikht3hEgZxszLQu6kFI,22234
@@ -258,7 +258,7 @@ universal_mcp/applications/twitter/api_segments/usage_api.py,sha256=Wx-bR8mBsFmj
258
258
  universal_mcp/applications/twitter/api_segments/users_api.py,sha256=cYyUrVmqNRLn5EWjrjcJu0yflTdxwv1m5nta18ajma4,81261
259
259
  universal_mcp/applications/unipile/README.md,sha256=gh_YsmeJ0pAU7XNBZD8OO-AgH7ed2kG8QPbxm2wYjlY,5205
260
260
  universal_mcp/applications/unipile/__init__.py,sha256=0UZVOiYo_dDXbvTmtHrZ_fgvrbpasjWV17EEm4pZq9E,28
261
- universal_mcp/applications/unipile/app.py,sha256=BZ17D8ylOb_HbtLn-Hlt7tqmk2NCSE3kUTbRJHMD-Lo,30009
261
+ universal_mcp/applications/unipile/app.py,sha256=FUMDk0JZb8kRmMlPn6_NdIiCz0SeduDJABG7UHAsl04,30206
262
262
  universal_mcp/applications/whatsapp/README.md,sha256=ZYbpVN0EqMW21ZCMcLNdheKX8OSPCkt3wcN8p8OZk5E,3849
263
263
  universal_mcp/applications/whatsapp/__init__.py,sha256=miHfSBpu5lx226T8dMbvOw_5H6MJCWOKVK_WbqMma-8,29
264
264
  universal_mcp/applications/whatsapp/app.py,sha256=jq7lukBtITqpm_K6l8r23G4N4QnU-u6AZQFToWDQY6g,23582
@@ -279,7 +279,7 @@ universal_mcp/applications/youtube/app.py,sha256=eqgqe0b53W9Mj0FZGW3ZqY3xkGF4NbO
279
279
  universal_mcp/applications/zenquotes/README.md,sha256=FJyoTGRCaZjF_bsCBqg1CrYcvIfuUG_Qk616G1wjhF8,512
280
280
  universal_mcp/applications/zenquotes/__init__.py,sha256=C5nEHZ3Xy6nYUarq0BqQbbJnHs0UtSlqhk0DqmvWiHk,58
281
281
  universal_mcp/applications/zenquotes/app.py,sha256=7xIEnSZWAGYu5583Be2ZjSCtLUAfMWRzucSpp7hw_h4,1299
282
- universal_mcp_applications-0.1.28.dist-info/METADATA,sha256=lEp2zhtuSxY7_KyKjho3GQEoGf-LYcYA2W-bevM_W2U,2956
283
- universal_mcp_applications-0.1.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
284
- universal_mcp_applications-0.1.28.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
285
- universal_mcp_applications-0.1.28.dist-info/RECORD,,
282
+ universal_mcp_applications-0.1.29.dist-info/METADATA,sha256=cHdzZVGcvF6XjJbqilkT9shgIYCYXGxyk7r5SzxN3fc,2956
283
+ universal_mcp_applications-0.1.29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
284
+ universal_mcp_applications-0.1.29.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
285
+ universal_mcp_applications-0.1.29.dist-info/RECORD,,